Plugin Directory

Changeset 2822201


Ignore:
Timestamp:
11/22/2022 01:59:30 PM (3 years ago)
Author:
nappssolutions
Message:

Release 1.0.1

Location:
discount-rules-by-napps
Files:
57 added
5 edited

Legend:

Unmodified
Added
Removed
  • discount-rules-by-napps/trunk/app/Admin.php

    r2820429 r2822201  
    1818    public function admin_menu() {
    1919
    20         $capability = 'manage_options';
     20        $capability = 'manage_woocommerce';
    2121
    2222        $parentSlug = sanitize_key('napps-home');
  • discount-rules-by-napps/trunk/app/Loader.php

    r2820429 r2822201  
    1919     * @var string
    2020     */
    21     public $version = '1.0.0';
     21    public $version = '1.0.1';
    2222
    2323    /**
  • discount-rules-by-napps/trunk/plugin.php

    r2820429 r2822201  
    44 * Plugin URI: https://napps.io/
    55 * Description: Apply discounts to collections and products
    6  * Version:     1.0.0
     6 * Version:     1.0.1
    77 * Text Domain: napps
    88 * Author:      NAPPS
  • discount-rules-by-napps/trunk/readme.txt

    r2820429 r2822201  
    44Requires at least: 4.7
    55Tested up to: 6.1
    6 Stable tag: 1.0.0
     6Stable tag: 1.0.1
    77Requires PHP: 5.6
    88License: GPLv2
     
    4343== Changelog ==
    4444
     45= 1.0.1 =
     46
     47* Fix - Change role to manage_woocommerce
     48
    4549= 1.0.0 =
    4650
  • discount-rules-by-napps/trunk/vendor/composer/installed.php

    r2820429 r2822201  
    44        'pretty_version' => 'dev-main',
    55        'version' => 'dev-main',
    6         'reference' => '4bf3713fd6b3574318bf95aab423d91488507772',
     6        'reference' => '452197a9963e722c8adf5a839d130bebcf1c62a4',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-main',
    1515            'version' => 'dev-main',
    16             'reference' => '4bf3713fd6b3574318bf95aab423d91488507772',
     16            'reference' => '452197a9963e722c8adf5a839d130bebcf1c62a4',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.