Skip to content

Commit

Permalink
Release 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
giuscris committed Feb 15, 2020
1 parent 113ba80 commit 756fcf5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.4.6](https://github.com/getformwork/formwork/releases/tag/1.4.6) (2020-02-15)

**Enhancements**

- Validate URIs in `FileSystem::fetch()`
- Improve error messages in `FileSystem::fetch()`
- Simplify `FileSystem::download()`
- Extract constant `API_RELEASE_URI` in `Updater` class
- Catch exceptions on checking updates
- Properly display errors on checking updates

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

**Enhancements**
Expand Down
2 changes: 1 addition & 1 deletion 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.5**](https://github.com/getformwork/formwork/releases/latest) | [**Changelog**](CHANGELOG.md)
Latest version: [**1.4.6**](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.4.5';
public const VERSION = '1.4.6';

/**
* Formwork instance
Expand Down

0 comments on commit 756fcf5

Please sign in to comment.