Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
giuscris committed Feb 27, 2020
1 parent 99ccf8a commit d74fce1
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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**
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
Binary file modified assets/images/admin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/formwork.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.4.7';
public const VERSION = '1.5.0';

/**
* Formwork instance
Expand Down

0 comments on commit d74fce1

Please sign in to comment.