Skip to content

Commit

Permalink
Bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tamtamchik committed Dec 28, 2020
1 parent fae7460 commit 62fc3d5
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,29 @@ All Notable changes to `tamtamchik/simple-flash` will be documented in this file

Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## 2.0.1 - 2020-12-28

### Added

* PHP 8 support.

## 2.0.0 - 2020-03-11

### **Breaking Change!**

* Only latest versions of the frameworks are now supported.
* Only latest versions of the frameworks are now supported.
* Discontinued support for:
* Bootstrap 3
* Foundation 5
* UIKit 2
* Siimple 1 & Siimple 2
* `Templates::BASE` now points to `Templates::BOOTSTRAP` (version 4).
* `Templates::BASE` now points to `Templates::BOOTSTRAP` (version 4).
* Renamed presets:
* `Templates::BOOTSTRAP_4` → `Templates::BOOTSTRAP`
* `Templates::FOUNDATION_6` → `Templates::FOUNDATION`
* `Templates::UIKIT_3` → `Templates::UIKIT`
* `Templates::SEMANTIC_2` → `Templates::SEMANTIC`
* `Templates::SIIMPLE_3` → `Templates::SIIMPLE`
* `Templates::SIIMPLE_3` → `Templates::SIIMPLE`
* Renamed classes:
* `src/Templates/Bootstrap4Template.php` → `src/Templates/BootstrapTemplate.php`
* `src/Templates/Foundation6Template.php` → `src/Templates/FoundationTemplate.php`
Expand Down

0 comments on commit 62fc3d5

Please sign in to comment.