Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
giuscris committed Oct 12, 2019
1 parent 08a8d35 commit b944e5b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [1.1.0](https://github.com/getformwork/formwork/releases/tag/1.1.0) (2019-10-12)

**Enhancements**

- **Improve page reordering on desktop and mobile devices**
- **Make backup before installing updates**
- Use `getenv()` to get IP address avoiding any `$_SERVER` manipulation
- Add `HTTPRequest::isLocalhost()`
- Allow admin registration only on localhost
- Add reorder button to `pages.list` view
- Prepend host to backup file names
- Use current language instead of `lang` in site layout
- Generate `tags` fields from JavaScript

**Bug fixes**

- Fix template schemes not specifying `default` property
- Fix children pages list not collapsing on reorder

## [1.0.0](https://github.com/getformwork/formwork/releases/tag/1.0.0) (2019-10-09)

**Enhancements**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Formwork is a flat file-based Content Management System (CMS) to make and manage simple sites.

Latest version: [**1.0.0**](https://github.com/getformwork/formwork/releases/latest) | [**Changelog**](CHANGELOG.md)
Latest version: [**1.1.0**](https://github.com/getformwork/formwork/releases/latest) | [**Changelog**](CHANGELOG.md)

## Features
- ⚡️ Lightweight
Expand Down
2 changes: 1 addition & 1 deletion formwork/Core/Formwork.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Formwork
*
* @var string
*/
public const VERSION = '1.0.0';
public const VERSION = '1.1.0';

/**
* Formwork instance
Expand Down

0 comments on commit b944e5b

Please sign in to comment.