Skip to content

Commit

Permalink
Release 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
giuscris committed Nov 13, 2020
1 parent 239c306 commit 6942843
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions 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**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion formwork/Core/Formwork.php
Expand Up @@ -26,7 +26,7 @@ class Formwork
*
* @var string
*/
public const VERSION = '1.10.2';
public const VERSION = '1.10.3';

/**
* Array containing options
Expand Down

0 comments on commit 6942843

Please sign in to comment.