Release 1.5.0

This commit is contained in:
Giuseppe Criscione 2020-02-27 23:03:14 +01:00
parent 99ccf8a5af
commit d74fce1ab4
5 changed files with 19 additions and 4 deletions

View File

@ -1,5 +1,21 @@
# Changelog
## [1.5.0](https://github.com/getformwork/formwork/releases/tag/1.5.0) (2020-02-27)
**Enhancements**
- **Rewrite admin panel app without jQuery**
- **Add diacritic-insensitive page search and highlight results in admin panel**
- Improve calendar positioning
- Improve notification positioning
- Check notification type in `Notification::send()`
- Add pre-filled data to GitHub issue link on internal server errors
- Add Formwork logo to sidebar
**Bug fixes**
- Fix error when deleting users without avatar
## [1.4.7](https://github.com/getformwork/formwork/releases/tag/1.4.7) (2020-02-22)
**Bug fixes**

View File

@ -10,7 +10,7 @@
Formwork is a flat file-based Content Management System (CMS) to make and manage simple sites.
Latest version: [**1.4.7**](https://github.com/getformwork/formwork/releases/latest) | [**Changelog**](CHANGELOG.md)
Latest version: [**1.5.0**](https://github.com/getformwork/formwork/releases/latest) | [**Changelog**](CHANGELOG.md)
## Features
- ⚡️ Lightweight
@ -22,8 +22,7 @@ Latest version: [**1.4.7**](https://github.com/getformwork/formwork/releases/lat
## Requirements
- PHP 7.1.3 or higher
- PHP `zip` extension
- PHP `gd` extension
- PHP extensions `fileinfo`, `gd` and `zip`
## Installing

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 88 KiB

View File

@ -24,7 +24,7 @@ class Formwork
*
* @var string
*/
public const VERSION = '1.4.7';
public const VERSION = '1.5.0';
/**
* Formwork instance