Plugin Directory

Changeset 3181688


Ignore:
Timestamp:
11/04/2024 05:29:35 PM (16 months ago)
Author:
wildoperation
Message:

Update to version 1.0.4 from GitHub

Location:
ad-commander-tools
Files:
10 edited
1 copied

Legend:

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

    r3150901 r3181688  
    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.3
     7 * Version:          1.0.4
    88 * Author:           Wild Operation
    99 * Author URI:       https://wildoperation.com
     
    1515 * @subpackage ad-commander-tools
    1616 * @since 1.0.0
    17  * @version 1.0.3
     17 * @version 1.0.4
    1818 */
    1919
  • ad-commander-tools/tags/1.0.4/includes/AdCommanderTools.php

    r3150901 r3181688  
    1212     */
    1313    public static function version() {
    14         return '1.0.3';
     14        return '1.0.4';
    1515    }
    1616
  • ad-commander-tools/tags/1.0.4/includes/AdminTools.php

    r3116646 r3181688  
    474474     */
    475475    private function delete_stats_specific_id() {
    476         $this->info( esc_html__( 'Warning: These are destructive actions. Please backup your database before proceeding.', 'ad-commander' ), array( 'classes' => 'adcmdr-notification adcmdr-notice-warning' ) );
     476        $this->info( esc_html__( 'Warning: These are destructive actions. Please backup your database before proceeding.', 'ad-commander-tools' ), array( 'classes' => 'adcmdr-notification adcmdr-notice-warning' ) );
    477477        ?>
    478478        <h2><?php esc_html_e( 'Delete ad stats', 'ad-commander-tools' ); ?></h2>
  • ad-commander-tools/tags/1.0.4/languages/ad-commander-tools.pot

    r3150901 r3181688  
    33msgstr ""
    44"Project-Id-Version: Ad Commander Tools\n"
    5 "POT-Creation-Date: 2024-09-12 09:11-0500\n"
    6 "PO-Revision-Date: 2024-09-12 09:11-0500\n"
     5"POT-Creation-Date: 2024-11-04 11:22-0600\n"
     6"PO-Revision-Date: 2024-11-04 11:22-0600\n"
    77"Last-Translator: \n"
    88"Language-Team: \n"
  • ad-commander-tools/tags/1.0.4/readme.txt

    r3150901 r3181688  
    33Tags: advertising, banners, rotate, adsense, amp
    44Requires at least: 6.2
    5 Tested up to: 6.6
    6 Stable tag: 1.0.3
     5Tested up to: 6.7
     6Stable tag: 1.0.4
    77Requires PHP: 7.4
    88License: GPLv3
     
    2626
    2727== Changelog ==
     28= 1.0.4 =
     29* Support for WordPress 6.7
     30
    2831= 1.0.3 =
    2932* Adds localization support
     
    4043
    4144== Upgrade Notice ==
     45= 1.0.4 =
     46* Support for WordPress 6.7
     47
    4248= 1.0.3 =
    4349* Adds localization support
  • ad-commander-tools/trunk/ad-commander-tools.php

    r3150901 r3181688  
    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.3
     7 * Version:          1.0.4
    88 * Author:           Wild Operation
    99 * Author URI:       https://wildoperation.com
     
    1515 * @subpackage ad-commander-tools
    1616 * @since 1.0.0
    17  * @version 1.0.3
     17 * @version 1.0.4
    1818 */
    1919
  • ad-commander-tools/trunk/includes/AdCommanderTools.php

    r3150901 r3181688  
    1212     */
    1313    public static function version() {
    14         return '1.0.3';
     14        return '1.0.4';
    1515    }
    1616
  • ad-commander-tools/trunk/includes/AdminTools.php

    r3116646 r3181688  
    474474     */
    475475    private function delete_stats_specific_id() {
    476         $this->info( esc_html__( 'Warning: These are destructive actions. Please backup your database before proceeding.', 'ad-commander' ), array( 'classes' => 'adcmdr-notification adcmdr-notice-warning' ) );
     476        $this->info( esc_html__( 'Warning: These are destructive actions. Please backup your database before proceeding.', 'ad-commander-tools' ), array( 'classes' => 'adcmdr-notification adcmdr-notice-warning' ) );
    477477        ?>
    478478        <h2><?php esc_html_e( 'Delete ad stats', 'ad-commander-tools' ); ?></h2>
  • ad-commander-tools/trunk/languages/ad-commander-tools.pot

    r3150901 r3181688  
    33msgstr ""
    44"Project-Id-Version: Ad Commander Tools\n"
    5 "POT-Creation-Date: 2024-09-12 09:11-0500\n"
    6 "PO-Revision-Date: 2024-09-12 09:11-0500\n"
     5"POT-Creation-Date: 2024-11-04 11:22-0600\n"
     6"PO-Revision-Date: 2024-11-04 11:22-0600\n"
    77"Last-Translator: \n"
    88"Language-Team: \n"
  • ad-commander-tools/trunk/readme.txt

    r3150901 r3181688  
    33Tags: advertising, banners, rotate, adsense, amp
    44Requires at least: 6.2
    5 Tested up to: 6.6
    6 Stable tag: 1.0.3
     5Tested up to: 6.7
     6Stable tag: 1.0.4
    77Requires PHP: 7.4
    88License: GPLv3
     
    2626
    2727== Changelog ==
     28= 1.0.4 =
     29* Support for WordPress 6.7
     30
    2831= 1.0.3 =
    2932* Adds localization support
     
    4043
    4144== Upgrade Notice ==
     45= 1.0.4 =
     46* Support for WordPress 6.7
     47
    4248= 1.0.3 =
    4349* Adds localization support
Note: See TracChangeset for help on using the changeset viewer.