Plugin Directory

Changeset 892499


Ignore:
Timestamp:
04/13/2014 11:30:37 PM (12 years ago)
Author:
NodeCode
Message:

1.3.2

Location:
wp-minify-fix
Files:
4 edited
12 copied

Legend:

Unmodified
Added
Removed
  • wp-minify-fix/tags/1.3.2/min/config.php

    r889074 r892499  
    5050//$min_cachePath = preg_replace('/^\\d+;/', '', session_save_path());
    5151//###WPM-CACHE-PATH-BEFORE###
    52 $min_cachePath = '/Users/benutzer/localhost2/nodecode/wp-content/plugins/wp-minify-fix/cache/';
    5352//###WPM-CACHE-PATH-AFTER###
    5453
     
    8382 * affect CSS values (which is why this option is disabled by default).
    8483 */
    85 $min_serveOptions['bubbleCssImports'] = false;
     84$min_serveOptions['bubbleCssImports'] = true;
    8685
    8786
     
    9796$min_serveOptions['maxAge'] = 1800;
    9897//###WPM-CACHE-AGE-BEFORE###
    99 $min_serveOptions['maxAge'] = 2592000;
    10098//###WPM-CACHE-AGE-AFTER###
    10199
  • wp-minify-fix/tags/1.3.2/readme.txt

    r891292 r892499  
    11=== WP Minify Fix ===
    2 Tags: minify, js, css, html, javascript, cascading style sheets, optimize, performance, speed, http request, phpspeedy, fix, compress, performance
     2Tags: minify, js, css, html, javascript, cascading style sheets, optimize, performance, speed, http request, phpspeedy, fix, compress, performance, import
    33Contributors: NodeCode, madeinthayaland
    44Requires at least: 2.7
    55Tested up to: 3.8.1
    6 Stable Tag: 1.3.1.1
     6Stable Tag: 1.3.2
    77
    88[Fixed] This plugin uses the Minify engine to combine and compress JS and CSS files
     
    2020* Minify engine 2.1.7 updated
    2121* cache interval option fixed
     22* move CSS-@imports to the top of the output
    2223
    2324= How Does it Work? =
     
    4344
    4445== Changelog ==
     46= 1.3.2 =
     47* move CSS-@imports to the top of the output
    4548
    4649= 1.3.1 =
  • wp-minify-fix/tags/1.3.2/wp-minify.php

    r891290 r892499  
    22/*
    33Plugin Name: WP Minify Fix
    4 Plugin URI: http://omninoggin.com/wordpress-plugins/wp-minify-wordpress-plugin/
     4Plugin URI: http://wordpress.org/plugins/wp-minify-fixed/
    55Description: [Fixed] This plugin uses the Minify engine to combine and compress JS and CSS files to improve page load time.
    6 Version: 1.3.1.1
     6Version: 1.3.2
    77Author: NodeCode
    88Author URI: http://nodecode.de
     
    3535  var $name_proper = 'WP Minify Fix';
    3636  var $required_wp_version = '2.7';
    37   var $version = '1.3.1';
     37  var $version = '1.3.2';
    3838
    3939  var $c = null;
  • wp-minify-fix/trunk/min/config.php

    r889074 r892499  
    5050//$min_cachePath = preg_replace('/^\\d+;/', '', session_save_path());
    5151//###WPM-CACHE-PATH-BEFORE###
    52 $min_cachePath = '/Users/benutzer/localhost2/nodecode/wp-content/plugins/wp-minify-fix/cache/';
    5352//###WPM-CACHE-PATH-AFTER###
    5453
     
    8382 * affect CSS values (which is why this option is disabled by default).
    8483 */
    85 $min_serveOptions['bubbleCssImports'] = false;
     84$min_serveOptions['bubbleCssImports'] = true;
    8685
    8786
     
    9796$min_serveOptions['maxAge'] = 1800;
    9897//###WPM-CACHE-AGE-BEFORE###
    99 $min_serveOptions['maxAge'] = 2592000;
    10098//###WPM-CACHE-AGE-AFTER###
    10199
  • wp-minify-fix/trunk/readme.txt

    r891292 r892499  
    11=== WP Minify Fix ===
    2 Tags: minify, js, css, html, javascript, cascading style sheets, optimize, performance, speed, http request, phpspeedy, fix, compress, performance
     2Tags: minify, js, css, html, javascript, cascading style sheets, optimize, performance, speed, http request, phpspeedy, fix, compress, performance, import
    33Contributors: NodeCode, madeinthayaland
    44Requires at least: 2.7
    55Tested up to: 3.8.1
    6 Stable Tag: 1.3.1.1
     6Stable Tag: 1.3.2
    77
    88[Fixed] This plugin uses the Minify engine to combine and compress JS and CSS files
     
    2020* Minify engine 2.1.7 updated
    2121* cache interval option fixed
     22* move CSS-@imports to the top of the output
    2223
    2324= How Does it Work? =
     
    4344
    4445== Changelog ==
     46= 1.3.2 =
     47* move CSS-@imports to the top of the output
    4548
    4649= 1.3.1 =
  • wp-minify-fix/trunk/wp-minify.php

    r891290 r892499  
    22/*
    33Plugin Name: WP Minify Fix
    4 Plugin URI: http://omninoggin.com/wordpress-plugins/wp-minify-wordpress-plugin/
     4Plugin URI: http://wordpress.org/plugins/wp-minify-fixed/
    55Description: [Fixed] This plugin uses the Minify engine to combine and compress JS and CSS files to improve page load time.
    6 Version: 1.3.1.1
     6Version: 1.3.2
    77Author: NodeCode
    88Author URI: http://nodecode.de
     
    3535  var $name_proper = 'WP Minify Fix';
    3636  var $required_wp_version = '2.7';
    37   var $version = '1.3.1';
     37  var $version = '1.3.2';
    3838
    3939  var $c = null;
Note: See TracChangeset for help on using the changeset viewer.