Changeset 1382513
- Timestamp:
- 03/31/2016 03:01:21 AM (10 years ago)
- Location:
- mncombine/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
class-plugin-mncombine.php (modified) (2 diffs)
-
mncombine.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mncombine/trunk/README.txt
r1079150 r1382513 4 4 Tags: css, javascript, js, cascade, style, sheet, combine, compress, uglify, minify, closure, admin, aggregate, cache 5 5 Requires at least: 3.3.1 6 Tested up to: 4. 17 Stable tag: 1.1. 56 Tested up to: 4.4.2 7 Stable tag: 1.1.6 8 8 9 9 Easily manage the merging and compression of js and css files from plugins and themes … … 56 56 == Changelog == 57 57 58 = 1.1.6 = 59 * Admin page requires edit_posts capability 60 58 61 = 1.1.5 = 59 62 * Skip checking when script handle is empty -
mncombine/trunk/class-plugin-mncombine.php
r1079150 r1382513 25 25 * @var string 26 26 */ 27 protected $version = '1.1. 5';27 protected $version = '1.1.6'; 28 28 29 29 /** … … 323 323 __('Mn Combine', 'mn-combine'), 324 324 __('Asset Combine', 'mn-combine'), 325 ' read',325 'edit_posts', 326 326 $this->plugin_slug, 327 327 array( $this, 'display_plugin_admin_page' ) -
mncombine/trunk/mncombine.php
r1079150 r1382513 15 15 * Plugin URI: http://mneilsworld.com/php-2/mncombine-wp-plugin-release 16 16 * Description: Easily manage the merging and compression of js and css files from plugins and themes 17 * Version: 1.1. 517 * Version: 1.1.6 18 18 * Author: Michael Neil 19 19 * Author URI: http://mneilsworld.com/
Note: See TracChangeset
for help on using the changeset viewer.