Plugin Directory

Changeset 3246330


Ignore:
Timestamp:
02/25/2025 10:15:05 AM (13 months ago)
Author:
advancedads
Message:

Update to version 1.56.3 from GitHub

Location:
advanced-ads
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • advanced-ads/tags/1.56.3/advanced-ads.php

    r3243197 r3246330  
    1313 * Plugin URI:        https://wpadvancedads.com
    1414 * Description:       Manage and optimize your ads in WordPress
    15  * Version:           1.56.2
     15 * Version:           1.56.3
    1616 * Author:            Advanced Ads
    1717 * Author URI:        https://wpadvancedads.com
     
    3434
    3535define( 'ADVADS_FILE', __FILE__ );
    36 define( 'ADVADS_VERSION', '1.56.2' );
     36define( 'ADVADS_VERSION', '1.56.3' );
    3737
    3838// Load the autoloader.
  • advanced-ads/tags/1.56.3/includes/admin/class-action-links.php

    r3243197 r3246330  
    185185        }
    186186
    187         $rollback = filter_input( INPUT_GET, 'rollback', FILTER_VALIDATE_BOOL );
     187        $rollback = filter_input( INPUT_GET, 'rollback', FILTER_VALIDATE_BOOLEAN );
    188188        if ( ! $rollback ) {
    189189            return;
     
    191191
    192192        $rollback_notification = defined( 'ADVADS_VERSION' )
     193            /* translators: %s: version number */
    193194            ? sprintf( esc_html__( 'You have successfully rolled back to Advanced Ads %s', 'advanced-ads' ), ADVADS_VERSION )
    194195            : esc_html__( 'You have successfully rolled back to a previous version of Advanced Ads.', 'advanced-ads' );
     
    197198        <div class="notice notice-success is-dismissible">
    198199            <p>
    199                 <?php esc_html_e( $rollback_notification ); ?>
     200                <?php echo esc_html( $rollback_notification ); ?>
    200201            </p>
    201202        </div>
  • advanced-ads/tags/1.56.3/languages/advanced-ads.pot

    r3243197 r3246330  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Advanced Ads 1.56.1\n"
     5"Project-Id-Version: Advanced Ads 1.56.2\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/advanced-ads/\n"
    77"Last-Translator: Thomas Maier <post@webzunft.de>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-02-19T11:41:36+00:00\n"
     12"POT-Creation-Date: 2025-02-25T10:13:19+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.6.0\n"
     
    27602760msgstr ""
    27612761
    2762 #: includes/admin/class-action-links.php:193
     2762#. translators: %s: version number
     2763#: includes/admin/class-action-links.php:194
    27632764msgid "You have successfully rolled back to Advanced Ads %s"
    27642765msgstr ""
    27652766
    2766 #: includes/admin/class-action-links.php:194
     2767#: includes/admin/class-action-links.php:195
    27672768msgid "You have successfully rolled back to a previous version of Advanced Ads."
    27682769msgstr ""
  • advanced-ads/tags/1.56.3/readme.txt

    r3243197 r3246330  
    55Tested up to: 6.6
    66Requires PHP: 7.2
    7 Stable tag: 1.56.2
     7Stable tag: 1.56.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    357357== Changelog ==
    358358
     359= 1.56.3 (February 25, 2025) =
     360
     361- Fix: prevent an 'undefined constant' error in PHP versions prior to PHP 8
     362
    359363= 1.56.2 (February 19, 2025) =
    360364
  • advanced-ads/trunk/advanced-ads.php

    r3243197 r3246330  
    1313 * Plugin URI:        https://wpadvancedads.com
    1414 * Description:       Manage and optimize your ads in WordPress
    15  * Version:           1.56.2
     15 * Version:           1.56.3
    1616 * Author:            Advanced Ads
    1717 * Author URI:        https://wpadvancedads.com
     
    3434
    3535define( 'ADVADS_FILE', __FILE__ );
    36 define( 'ADVADS_VERSION', '1.56.2' );
     36define( 'ADVADS_VERSION', '1.56.3' );
    3737
    3838// Load the autoloader.
  • advanced-ads/trunk/includes/admin/class-action-links.php

    r3243197 r3246330  
    185185        }
    186186
    187         $rollback = filter_input( INPUT_GET, 'rollback', FILTER_VALIDATE_BOOL );
     187        $rollback = filter_input( INPUT_GET, 'rollback', FILTER_VALIDATE_BOOLEAN );
    188188        if ( ! $rollback ) {
    189189            return;
     
    191191
    192192        $rollback_notification = defined( 'ADVADS_VERSION' )
     193            /* translators: %s: version number */
    193194            ? sprintf( esc_html__( 'You have successfully rolled back to Advanced Ads %s', 'advanced-ads' ), ADVADS_VERSION )
    194195            : esc_html__( 'You have successfully rolled back to a previous version of Advanced Ads.', 'advanced-ads' );
     
    197198        <div class="notice notice-success is-dismissible">
    198199            <p>
    199                 <?php esc_html_e( $rollback_notification ); ?>
     200                <?php echo esc_html( $rollback_notification ); ?>
    200201            </p>
    201202        </div>
  • advanced-ads/trunk/languages/advanced-ads.pot

    r3243197 r3246330  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Advanced Ads 1.56.1\n"
     5"Project-Id-Version: Advanced Ads 1.56.2\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/advanced-ads/\n"
    77"Last-Translator: Thomas Maier <post@webzunft.de>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-02-19T11:41:36+00:00\n"
     12"POT-Creation-Date: 2025-02-25T10:13:19+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.6.0\n"
     
    27602760msgstr ""
    27612761
    2762 #: includes/admin/class-action-links.php:193
     2762#. translators: %s: version number
     2763#: includes/admin/class-action-links.php:194
    27632764msgid "You have successfully rolled back to Advanced Ads %s"
    27642765msgstr ""
    27652766
    2766 #: includes/admin/class-action-links.php:194
     2767#: includes/admin/class-action-links.php:195
    27672768msgid "You have successfully rolled back to a previous version of Advanced Ads."
    27682769msgstr ""
  • advanced-ads/trunk/readme.txt

    r3243197 r3246330  
    55Tested up to: 6.6
    66Requires PHP: 7.2
    7 Stable tag: 1.56.2
     7Stable tag: 1.56.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    357357== Changelog ==
    358358
     359= 1.56.3 (February 25, 2025) =
     360
     361- Fix: prevent an 'undefined constant' error in PHP versions prior to PHP 8
     362
    359363= 1.56.2 (February 19, 2025) =
    360364
Note: See TracChangeset for help on using the changeset viewer.