Skip to content

Commit

Permalink
push out 3.1.13 beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
futtta committed Dec 14, 2024
1 parent 540a298 commit ae52056
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autoptimize.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Autoptimize
* Plugin URI: https://autoptimize.com/pro/
* Description: Makes your site faster by optimizing CSS, JS, Images, Google fonts and more.
* Version: 3.1.13-beta-0
* Version: 3.1.13-beta-1
* Author: Frank Goossens (futtta)
* Author URI: https://autoptimize.com/pro/
* Text Domain: autoptimize
Expand All @@ -21,7 +21,7 @@
exit;
}

define( 'AUTOPTIMIZE_PLUGIN_VERSION', '3.1.13-beta-0' );
define( 'AUTOPTIMIZE_PLUGIN_VERSION', '3.1.13-beta-1' );

// plugin_dir_path() returns the trailing slash!
define( 'AUTOPTIMIZE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
Expand Down
4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,10 @@ Just [fork Autoptimize on Github](https://github.com/futtta/autoptimize) and cod

== Changelog ==

= 3.1.13 =
* multiple minor changes/ improvements/ bugfixes, see the [GitHub commit log](https://github.com/futtta/autoptimize/commits/beta).


= 3.1.12 =
* image optimization: improvements to the favicon regex
* javascript optimization: integrate most recent version of jsmin.php
Expand Down

0 comments on commit ae52056

Please sign in to comment.