Plugin Directory

Changeset 1382513


Ignore:
Timestamp:
03/31/2016 03:01:21 AM (10 years ago)
Author:
mneil
Message:

Require edit_posts capability to change plugin settings

Location:
mncombine/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • mncombine/trunk/README.txt

    r1079150 r1382513  
    44Tags: css, javascript, js, cascade, style, sheet, combine, compress, uglify, minify, closure, admin, aggregate, cache
    55Requires at least: 3.3.1
    6 Tested up to: 4.1
    7 Stable tag: 1.1.5
     6Tested up to: 4.4.2
     7Stable tag: 1.1.6
    88
    99Easily manage the merging and compression of js and css files from plugins and themes
     
    5656== Changelog ==
    5757
     58= 1.1.6 =
     59* Admin page requires edit_posts capability
     60
    5861= 1.1.5 =
    5962* Skip checking when script handle is empty
  • mncombine/trunk/class-plugin-mncombine.php

    r1079150 r1382513  
    2525     * @var     string
    2626     */
    27     protected $version = '1.1.5';
     27    protected $version = '1.1.6';
    2828
    2929    /**
     
    323323            __('Mn Combine', 'mn-combine'),
    324324            __('Asset Combine', 'mn-combine'),
    325             'read',
     325            'edit_posts',
    326326            $this->plugin_slug,
    327327            array( $this, 'display_plugin_admin_page' )
  • mncombine/trunk/mncombine.php

    r1079150 r1382513  
    1515 * Plugin URI: http://mneilsworld.com/php-2/mncombine-wp-plugin-release
    1616 * Description: Easily manage the merging and compression of js and css files from plugins and themes
    17  * Version: 1.1.5
     17 * Version: 1.1.6
    1818 * Author: Michael Neil
    1919 * Author URI: http://mneilsworld.com/
Note: See TracChangeset for help on using the changeset viewer.