diff --git a/CHANGELOG.md b/CHANGELOG.md index f950931c..abed6f0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.10.3](https://github.com/getformwork/formwork/releases/tag/1.10.3) (2020-11-14) + +**Enhancements** + +- Move custom styles to avoid modifying vendor stylesheets +- Unquote `Header::HTTP_STATUS` keys +- Rewrite `$methods`, `$types` and `$shortcuts` as constants in `Router` +- Make styles in `.user-summary` component more consistent + +**Bug fixes** + +- Fix loose comparison in `JSONResponse::send()` +- Fix types in `JSONResponse` class +- Fix CodeMirror cursor, scrollbar and selection colors + ## [1.10.2](https://github.com/getformwork/formwork/releases/tag/1.10.2) (2020-11-11) **Enhancements** diff --git a/README.md b/README.md index 81e8a8d4..27b08624 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Formwork is a flat file-based Content Management System (CMS) to make and manage simple sites. -Latest version: [**1.10.2**](https://github.com/getformwork/formwork/releases/latest) | [**Changelog**](CHANGELOG.md) +Latest version: [**1.10.3**](https://github.com/getformwork/formwork/releases/latest) | [**Changelog**](CHANGELOG.md) ## Features - ⚡️ Lightweight diff --git a/formwork/Core/Formwork.php b/formwork/Core/Formwork.php index 1b251beb..653bb8bd 100644 --- a/formwork/Core/Formwork.php +++ b/formwork/Core/Formwork.php @@ -26,7 +26,7 @@ class Formwork * * @var string */ - public const VERSION = '1.10.2'; + public const VERSION = '1.10.3'; /** * Array containing options