Skip to content

Commit

Permalink
🔖 Release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub committed Jun 9, 2020
1 parent a6a7746 commit ff889af
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 26 deletions.
72 changes: 47 additions & 25 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,47 @@
3.0.0 (2018-10-19)
--
* Upgrade to Fork CMS v5 (minor tweaks so it works, no complete rewrite of the code)

2.0.0 (2016-06-19)
--
* Upgrade to Fork CMS v4 with Twig template support

1.2.0 (2015-03-12)
—-
* Feature: add dashboard statistics widget
* Bugfix: parent folder images are now compressed too

1.1.0 (2015-02-09)
--
* Code refactoring and general cleanup
* Individual TinyPNG API class file
* Check files if they're already compressed (hash checksum)
* Better error handling (e.g. wrong API key)
* Removed Fork CMS license from files
* Default action is now Settings

1.0.0 (2015-02-07)
--
First public release
# Changelog

## [4.0.1](https://github.com/friends-of-forkcms/fork-cms-module-compression/compare/4.0.0...4.0.1) (2020-06-06)

- Bugfix : installer removed comma [`#10`](https://github.com/friends-of-forkcms/fork-cms-module-compression/pull/10)
- Add support for release-it [`a6a7746`](https://github.com/friends-of-forkcms/fork-cms-module-compression/commit/a6a7746feecff8b5a71886a55252501bfc1550a1)

## [4.0.0](https://github.com/friends-of-forkcms/fork-cms-module-compression/compare/3.0.0...4.0.0) (2020-06-03)

- Release v4.0.0 [`#9`](https://github.com/friends-of-forkcms/fork-cms-module-compression/pull/9)

## [3.0.0](https://github.com/friends-of-forkcms/fork-cms-module-compression/compare/2.0.0...3.0.0) (2018-10-19)

- Fork v5 update (minor tweaks, no rewrite of code) [`#7`](https://github.com/friends-of-forkcms/fork-cms-module-compression/pull/7)

## [2.0.0](https://github.com/friends-of-forkcms/fork-cms-module-compression/compare/1.2.0...2.0.0) (2016-06-19)

- Move from Spoon to Twig + cleanup code [`e8269e8`](https://github.com/friends-of-forkcms/fork-cms-module-compression/commit/e8269e8743926e0504a7819690a65c5bf7ededf2)
- Upgrade to Fork CMS v4 [`cdec963`](https://github.com/friends-of-forkcms/fork-cms-module-compression/commit/cdec963302470d70453a8a910be5373e592558d6)
- Use settings service [`ad5d8ca`](https://github.com/friends-of-forkcms/fork-cms-module-compression/commit/ad5d8ca5cb3a1eceebd73e205879ccf3e613be3b)

## 1.2.0 (2016-04-17)

- Add logic to actually save the dashboardwidget. [`#5`](https://github.com/friends-of-forkcms/fork-cms-module-compression/pull/5)
- Fix compression parent folders w/ images in root [`#4`](https://github.com/friends-of-forkcms/fork-cms-module-compression/issues/4)
- Use Settings as default action [`#3`](https://github.com/friends-of-forkcms/fork-cms-module-compression/issues/3)
- Remove Fork license. [`#1`](https://github.com/friends-of-forkcms/fork-cms-module-compression/issues/1)
- Enable SSL certificate validation [`0a2530c`](https://github.com/friends-of-forkcms/fork-cms-module-compression/commit/0a2530cc895a57470482ca019495241a00bf16c2)
- Initial commit [`7da5031`](https://github.com/friends-of-forkcms/fork-cms-module-compression/commit/7da5031ff52bba6e4381f369d0814bf5cb894075)
- Code cleanup and hash check files already shrunk [`29e16d0`](https://github.com/friends-of-forkcms/fork-cms-module-compression/commit/29e16d03214db339dc892abe098f61d0b35afa44)
- Add console window and fix bugs [`7792f04`](https://github.com/friends-of-forkcms/fork-cms-module-compression/commit/7792f040ce65f54b23c74d9baa261a06cd53ff04)
- Fix PSR-2 code standard [`0cdfa21`](https://github.com/friends-of-forkcms/fork-cms-module-compression/commit/0cdfa21fe13c533ae03b1725ff4c5b20bdec2611)
- Add dashboard statistics widget [`baaeb3c`](https://github.com/friends-of-forkcms/fork-cms-module-compression/commit/baaeb3cecd6181485dd33c82be3c2136533cf301)
- Show folders from db on pageload in jsTree [`c9cc53f`](https://github.com/friends-of-forkcms/fork-cms-module-compression/commit/c9cc53fcd87018dc6582aa68fb3f88797fc1910b)
- Calculate percentage gain and cleanup code [`096a450`](https://github.com/friends-of-forkcms/fork-cms-module-compression/commit/096a4505b012c673e98f45e0527a24a600a2f3a0)
- Add readme [`0ecd5ec`](https://github.com/friends-of-forkcms/fork-cms-module-compression/commit/0ecd5ec8865a1ebbc0f564f485fe43cb9f7a5ee5)
- Use $this->getModule() in installer [`09c31ee`](https://github.com/friends-of-forkcms/fork-cms-module-compression/commit/09c31eea65a4c06717dd76d78d90f78c5c40884f)
- PSR2 fixes [`61da087`](https://github.com/friends-of-forkcms/fork-cms-module-compression/commit/61da087db711ece1b3d30ee4f85edd98a3058a11)
- Update README.md [`027a639`](https://github.com/friends-of-forkcms/fork-cms-module-compression/commit/027a639bad0daba9cc0fe2a172cada7ee666808d)
- Update version number [`186af9c`](https://github.com/friends-of-forkcms/fork-cms-module-compression/commit/186af9c0a7b4c5b4f0da1bdf20d5f4b394781f17)
- Add the folder count to the tree [`0c5a09f`](https://github.com/friends-of-forkcms/fork-cms-module-compression/commit/0c5a09ff869bdd1bd78c35e9d653b5d106bce568)
- Only check checksum hash, not filesize [`02eafb5`](https://github.com/friends-of-forkcms/fork-cms-module-compression/commit/02eafb508c67440f2336d649255dabbe135bfdce)
- Add dashboard widget screenshot to readme [`f4a136b`](https://github.com/friends-of-forkcms/fork-cms-module-compression/commit/f4a136ba0097e61f820cbb78c44fa15094445ca8)
- Fix path bugs [`555ae78`](https://github.com/friends-of-forkcms/fork-cms-module-compression/commit/555ae78d13380a4b57cf865e13c657e44ec32935)
- Remove todo's [`7d8039f`](https://github.com/friends-of-forkcms/fork-cms-module-compression/commit/7d8039f7cc0cdd9610be32df5816b4aea2855449)
- Add cronjob description [`c5de6f8`](https://github.com/friends-of-forkcms/fork-cms-module-compression/commit/c5de6f8a9b6a1e8963babf871ec98467952a2286)
- Remove "bytes", use KB [`2a350cb`](https://github.com/friends-of-forkcms/fork-cms-module-compression/commit/2a350cb9550758d081e51b722165c3c590219f73)
2 changes: 1 addition & 1 deletion VERSION.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.0
4.0.1

0 comments on commit ff889af

Please sign in to comment.