Plugin Directory

Changeset 3493376


Ignore:
Timestamp:
03/28/2026 02:17:37 PM (23 hours ago)
Author:
wildoperation
Message:

Update to version 1.2.2 from GitHub

Location:
ad-commander
Files:
8 edited
1 copied

Legend:

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

    r3492793 r3493376  
    44 * Plugin URI:      https://wpadcommander.com
    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.2.1
     6 * Version:         1.2.2
    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.2.1
     16 * @version 1.2.2
    1717 */
    1818
  • ad-commander/tags/1.2.2/includes/Ad.php

    r3492682 r3493376  
    263263     */
    264264    private function mark_displayed() {
    265         if ( ! ProBridge::instance()->pro_feature_check( 'adviewhandler' ) ) {
     265        if ( ProBridge::instance()->pro_feature_check( 'adviewhandler' ) ) {
    266266            AdViewHandler::instance()->mark_ad_displayed( $this->ad->ID );
    267267        }
  • ad-commander/tags/1.2.2/includes/AdCommander.php

    r3492793 r3493376  
    1313     */
    1414    public static function version() {
    15         return '1.2.1';
     15        return '1.2.2';
    1616    }
    1717
  • ad-commander/tags/1.2.2/readme.txt

    r3492793 r3493376  
    44Requires at least: 6.2
    55Tested up to: 6.9
    6 Stable tag: 1.2.1
     6Stable tag: 1.2.2
    77Requires PHP: 7.4
    88License: GPLv3
     
    121121
    122122== Changelog ==
     123= 1.2.2 =
     124* Fix potential error caused by specific combination of settings
     125
    123126= 1.2.1 =
    124127* Update documentation links for some features
  • ad-commander/trunk/ad-commander.php

    r3492793 r3493376  
    44 * Plugin URI:      https://wpadcommander.com
    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.2.1
     6 * Version:         1.2.2
    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.2.1
     16 * @version 1.2.2
    1717 */
    1818
  • ad-commander/trunk/includes/Ad.php

    r3492682 r3493376  
    263263     */
    264264    private function mark_displayed() {
    265         if ( ! ProBridge::instance()->pro_feature_check( 'adviewhandler' ) ) {
     265        if ( ProBridge::instance()->pro_feature_check( 'adviewhandler' ) ) {
    266266            AdViewHandler::instance()->mark_ad_displayed( $this->ad->ID );
    267267        }
  • ad-commander/trunk/includes/AdCommander.php

    r3492793 r3493376  
    1313     */
    1414    public static function version() {
    15         return '1.2.1';
     15        return '1.2.2';
    1616    }
    1717
  • ad-commander/trunk/readme.txt

    r3492793 r3493376  
    44Requires at least: 6.2
    55Tested up to: 6.9
    6 Stable tag: 1.2.1
     6Stable tag: 1.2.2
    77Requires PHP: 7.4
    88License: GPLv3
     
    121121
    122122== Changelog ==
     123= 1.2.2 =
     124* Fix potential error caused by specific combination of settings
     125
    123126= 1.2.1 =
    124127* Update documentation links for some features
Note: See TracChangeset for help on using the changeset viewer.