Skip to content

Commit

Permalink
Release 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
giuscris committed Nov 11, 2020
1 parent 9ee2ce6 commit 3682a9b
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,30 @@
# Changelog

## [1.10.2](https://github.com/getformwork/formwork/releases/tag/1.10.2) (2020-11-11)

**Enhancements**

- Extract _functions.scss from admin.scss
- Add `tint()` and `shade()` to _functions.scss
- Move base colors logic to _colors.scss and remove more inconsistencies
- Add `urlencode-color()` to _functions.scss
- Extract constant `SESSION_NAME` in `Session` class
- Extract constant `SESSION_KEY` in `Notification` class
- Extract constants `SESSION_KEY` and `INPUT_NAME` in `CSRFToken` class
- Rename constant `IGNORED_FIELDS` to `IGNORED_PROPERTIES` in `Translator`
- Use `Str::wrap()` in `Pages` controller

**Bug fixes**

- **Fix `PageCollection::search()` not ignoring HTML tags**
- Fix colors and shadows inconsistencies
- Fix fill color in embedded SVGs
- Fix non-matching input placeholder color
- Fix highlighting color of HTML attributes
- Fix codemirror editor padding
- Fix z-index conflict with codemirror scrollbar
- Fix background color when `.toggle-navigation` is focused

## [1.10.1](https://github.com/getformwork/formwork/releases/tag/1.10.1) (2020-11-09)

**Bug fixes**
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.1**](https://github.com/getformwork/formwork/releases/latest) | [**Changelog**](CHANGELOG.md)
Latest version: [**1.10.2**](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.1';
public const VERSION = '1.10.2';

/**
* Array containing options
Expand Down

0 comments on commit 3682a9b

Please sign in to comment.