mirror of
https://github.com/getformwork/formwork.git
synced 2025-04-21 06:31:54 +02:00
Release 1.5.0
This commit is contained in:
parent
99ccf8a5af
commit
d74fce1ab4
16
CHANGELOG.md
16
CHANGELOG.md
@ -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**
|
||||
|
@ -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 |
@ -24,7 +24,7 @@ class Formwork
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
public const VERSION = '1.4.7';
|
||||
public const VERSION = '1.5.0';
|
||||
|
||||
/**
|
||||
* Formwork instance
|
||||
|
Loading…
x
Reference in New Issue
Block a user