Plugin Directory

Changeset 3150901


Ignore:
Timestamp:
09/12/2024 02:13:52 PM (19 months ago)
Author:
wildoperation
Message:

Update to version 1.0.3 from GitHub

Location:
ad-commander-tools
Files:
6 added
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ad-commander-tools/tags/1.0.3/ad-commander-tools.php

    r3117170 r3150901  
    55 * Description:      Add-on for the Ad Commander plugin that allows you to import, export, and manage ad statistics.
    66 * Requires Plugins: ad-commander
    7  * Version:          1.0.2
     7 * Version:          1.0.3
    88 * Author:           Wild Operation
    99 * Author URI:       https://wildoperation.com
     
    1515 * @subpackage ad-commander-tools
    1616 * @since 1.0.0
    17  * @version 1.0.2
     17 * @version 1.0.3
    1818 */
    1919
     
    129129         */
    130130        $classes = array(
     131            'ADCmdr\LocalizeTools',
    131132            'ADCmdr\AdminTools',
    132133            'ADCmdr\Export',
  • ad-commander-tools/tags/1.0.3/includes/AdCommanderTools.php

    r3117170 r3150901  
    1212     */
    1313    public static function version() {
    14         return '1.0.2';
     14        return '1.0.3';
    1515    }
    1616
  • ad-commander-tools/tags/1.0.3/readme.txt

    r3117170 r3150901  
    44Requires at least: 6.2
    55Tested up to: 6.6
    6 Stable tag: 1.0.2
     6Stable tag: 1.0.3
    77Requires PHP: 7.4
    88License: GPLv3
     
    2626
    2727== Changelog ==
     28= 1.0.3 =
     29* Adds localization support
     30
    2831= 1.0.2 =
    2932* Fixes WP multisite issue where some import bundles could not be opened
     
    3740
    3841== Upgrade Notice ==
     42= 1.0.3 =
     43* Adds localization support
     44
    3945= 1.0.0 =
    4046* Initial stable version
  • ad-commander-tools/tags/1.0.3/vendor/composer/installed.php

    r3116646 r3150901  
    44        'pretty_version' => 'dev-develop',
    55        'version' => 'dev-develop',
    6         'reference' => '9cdfb501d76141892b5bdb21002c0c7059eb9460',
     6        'reference' => 'fbbba5cf39ba86fd51cdd33479288e568f6df6bf',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-develop',
    1515            'version' => 'dev-develop',
    16             'reference' => '9cdfb501d76141892b5bdb21002c0c7059eb9460',
     16            'reference' => 'fbbba5cf39ba86fd51cdd33479288e568f6df6bf',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
  • ad-commander-tools/trunk/ad-commander-tools.php

    r3117170 r3150901  
    55 * Description:      Add-on for the Ad Commander plugin that allows you to import, export, and manage ad statistics.
    66 * Requires Plugins: ad-commander
    7  * Version:          1.0.2
     7 * Version:          1.0.3
    88 * Author:           Wild Operation
    99 * Author URI:       https://wildoperation.com
     
    1515 * @subpackage ad-commander-tools
    1616 * @since 1.0.0
    17  * @version 1.0.2
     17 * @version 1.0.3
    1818 */
    1919
     
    129129         */
    130130        $classes = array(
     131            'ADCmdr\LocalizeTools',
    131132            'ADCmdr\AdminTools',
    132133            'ADCmdr\Export',
  • ad-commander-tools/trunk/includes/AdCommanderTools.php

    r3117170 r3150901  
    1212     */
    1313    public static function version() {
    14         return '1.0.2';
     14        return '1.0.3';
    1515    }
    1616
  • ad-commander-tools/trunk/readme.txt

    r3117170 r3150901  
    44Requires at least: 6.2
    55Tested up to: 6.6
    6 Stable tag: 1.0.2
     6Stable tag: 1.0.3
    77Requires PHP: 7.4
    88License: GPLv3
     
    2626
    2727== Changelog ==
     28= 1.0.3 =
     29* Adds localization support
     30
    2831= 1.0.2 =
    2932* Fixes WP multisite issue where some import bundles could not be opened
     
    3740
    3841== Upgrade Notice ==
     42= 1.0.3 =
     43* Adds localization support
     44
    3945= 1.0.0 =
    4046* Initial stable version
  • ad-commander-tools/trunk/vendor/composer/installed.php

    r3116646 r3150901  
    44        'pretty_version' => 'dev-develop',
    55        'version' => 'dev-develop',
    6         'reference' => '9cdfb501d76141892b5bdb21002c0c7059eb9460',
     6        'reference' => 'fbbba5cf39ba86fd51cdd33479288e568f6df6bf',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-develop',
    1515            'version' => 'dev-develop',
    16             'reference' => '9cdfb501d76141892b5bdb21002c0c7059eb9460',
     16            'reference' => 'fbbba5cf39ba86fd51cdd33479288e568f6df6bf',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.