Page Optimize - Version 0.4.7

Version Description

Download this release

Release Info

Developer aidvu
Plugin Icon wp plugin Page Optimize
Version 0.4.7
Comparing to
See all releases

Code changes from version 0.4.6 to 0.4.7

Files changed (3) hide show
  1. page-optimize.php +1 -1
  2. readme.txt +2 -2
  3. settings.php +1 -1
page-optimize.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Page Optimize
4
  Plugin URI: https://wordpress.org/plugins/page-optimize/
5
  Description: Optimizes JS and CSS for faster page load and render in the browser.
6
  Author: Automattic
7
- Version: 0.4.6
8
  Author URI: http://automattic.com/
9
  */
10
 
4
  Plugin URI: https://wordpress.org/plugins/page-optimize/
5
  Description: Optimizes JS and CSS for faster page load and render in the browser.
6
  Author: Automattic
7
+ Version: 0.4.7
8
  Author URI: http://automattic.com/
9
  */
10
 
readme.txt CHANGED
@@ -2,9 +2,9 @@
2
  Contributors: aidvu, bpayton
3
  Tags: performance
4
  Requires at least: 5.3
5
- Tested up to: 5.3
6
  Requires PHP: 7.0
7
- Stable tag: 0.4.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
2
  Contributors: aidvu, bpayton
3
  Tags: performance
4
  Requires at least: 5.3
5
+ Tested up to: 5.4
6
  Requires PHP: 7.0
7
+ Stable tag: 0.4.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
settings.php CHANGED
@@ -76,7 +76,7 @@ function page_optimize_settings_field_css( $args ) {
76
  <fieldset>
77
  <label>
78
  <input type="checkbox" id="page_optimize-css" name="page_optimize-css" value="1" <?php checked( get_option( 'page_optimize-css' ) ); ?>>
79
- <?php _e( 'Concatenate and minify styles', page_optimize_get_text_domain() ); ?>
80
  </label>
81
  <br>
82
  <label for="page_optimize-css-exclude">
76
  <fieldset>
77
  <label>
78
  <input type="checkbox" id="page_optimize-css" name="page_optimize-css" value="1" <?php checked( get_option( 'page_optimize-css' ) ); ?>>
79
+ <?php _e( 'Concatenate styles', page_optimize_get_text_domain() ); ?>
80
  </label>
81
  <br>
82
  <label for="page_optimize-css-exclude">