Plugin Directory

Changeset 3116648


Ignore:
Timestamp:
07/11/2024 06:45:11 PM (20 months ago)
Author:
wildoperation
Message:

Update to version 1.1.5 from GitHub

Location:
ad-commander
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ad-commander/tags/1.1.5/ad-commander.php

    r3115873 r3116648  
    44 * Plugin URI:      https://github.com/wildoperation/Ad-Commander
    55 * Description:     Insert, schedule and track custom advertising banners or script ads from AdSense, Amazon, and other affiliate networks into your site.
    6  * Version:         1.1.4
     6 * Version:         1.1.5
    77 * Author:          Wild Operation
    88 * Author URI:      https://wildoperation.com
     
    1414 * @subpackage Ad Commander - Banner & Ad Manager
    1515 * @since 1.0.0
    16  * @version 1.1.4
     16 * @version 1.1.5
    1717 */
    1818
  • ad-commander/tags/1.1.5/includes/AdCommander.php

    r3115873 r3116648  
    1313     */
    1414    public static function version() {
    15         return '1.1.4';
     15        return '1.1.5';
    1616    }
    1717
  • ad-commander/tags/1.1.5/includes/AddonBridge.php

    r3115873 r3116648  
    7575        switch ( $addon ) {
    7676            case 'tools':
    77                 /**
    78                  * TODO: Remove when Ad Commander Tools is released.
    79                  * Currently this is causing the add-on boxes to not display (intentionally).
    80                  */
    81                 return true;
    8277                return defined( 'ADCMRDRTOOLS_LOADED' ) && ADCMRDRTOOLS_LOADED === true;
    8378            break;
  • ad-commander/tags/1.1.5/readme.txt

    r3115873 r3116648  
    44Requires at least: 6.2
    55Tested up to: 6.6
    6 Stable tag: 1.1.4
     6Stable tag: 1.1.5
    77Requires PHP: 7.4
    88License: GPLv3
     
    100100
    101101== Changelog ==
     102= 1.1.5 =
     103* Enables compatibility with Ad Commander Tools add-on
     104
    102105= 1.1.4 =
    103106* Misc UI/UX improvements
  • ad-commander/trunk/ad-commander.php

    r3115873 r3116648  
    44 * Plugin URI:      https://github.com/wildoperation/Ad-Commander
    55 * Description:     Insert, schedule and track custom advertising banners or script ads from AdSense, Amazon, and other affiliate networks into your site.
    6  * Version:         1.1.4
     6 * Version:         1.1.5
    77 * Author:          Wild Operation
    88 * Author URI:      https://wildoperation.com
     
    1414 * @subpackage Ad Commander - Banner & Ad Manager
    1515 * @since 1.0.0
    16  * @version 1.1.4
     16 * @version 1.1.5
    1717 */
    1818
  • ad-commander/trunk/includes/AdCommander.php

    r3115873 r3116648  
    1313     */
    1414    public static function version() {
    15         return '1.1.4';
     15        return '1.1.5';
    1616    }
    1717
  • ad-commander/trunk/includes/AddonBridge.php

    r3115873 r3116648  
    7575        switch ( $addon ) {
    7676            case 'tools':
    77                 /**
    78                  * TODO: Remove when Ad Commander Tools is released.
    79                  * Currently this is causing the add-on boxes to not display (intentionally).
    80                  */
    81                 return true;
    8277                return defined( 'ADCMRDRTOOLS_LOADED' ) && ADCMRDRTOOLS_LOADED === true;
    8378            break;
  • ad-commander/trunk/readme.txt

    r3115873 r3116648  
    44Requires at least: 6.2
    55Tested up to: 6.6
    6 Stable tag: 1.1.4
     6Stable tag: 1.1.5
    77Requires PHP: 7.4
    88License: GPLv3
     
    100100
    101101== Changelog ==
     102= 1.1.5 =
     103* Enables compatibility with Ad Commander Tools add-on
     104
    102105= 1.1.4 =
    103106* Misc UI/UX improvements
Note: See TracChangeset for help on using the changeset viewer.