Skip to content

Commit

Permalink
Update to Version 3.2.1
Browse files Browse the repository at this point in the history
- Includes a fix that caused an incorrect usage of $config->scripts
(#36)
- Adds support for @-webkit-keyframes CSS properties (#19)
  • Loading branch information
marvinscharle committed Feb 11, 2015
1 parent e7c3b43 commit cc77ebf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AllInOneMinify.module
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class AllInOneMinify extends WireData implements Module, ConfigurableModule {
// ------------------------------------------------------------------------
// Version: major, minor, revision, i.e. 100 = 1.1.0
// ------------------------------------------------------------------------
'version' => 320,
'version' => 321,

'author' => 'David Karich & Conclurer GbR',

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,11 @@ If you are currently in development of the site, caching can be a problem. For t

##Changelog##

3.2.1

* Bugfix: $config->scripts was not included properly
* Support for @-webkit-keyframes added

3.2

* New CSS Compressor: AIOM now uses YUI Compressor (thanks to hwmaier)
Expand Down

0 comments on commit cc77ebf

Please sign in to comment.