Plugin Directory

Changeset 3294619


Ignore:
Timestamp:
05/16/2025 07:34:39 AM (11 months ago)
Author:
wponlinesupport
Message:
  • Update some URLs
Location:
countdown-timer-ultimate
Files:
117 added
4 edited

Legend:

Unmodified
Added
Removed
  • countdown-timer-ultimate/trunk/countdown-timer.php

    r3293336 r3294619  
    77 * Text Domain: countdown-timer-ultimate
    88 * Domain Path: /languages/
    9  * Version: 2.6.5
    10  * Author URI: https://www.essentialplugin.com/wordpress-plugin/countdown-timer-ultimate/
     9 * Version: 2.6.6
     10 * Author URI: https://www.essentialplugin.com
    1111 *
    1212 * @package Countdown Timer Ultimate
     
    2626
    2727if( ! defined( 'WPCDT_VERSION' ) ) {
    28     define( 'WPCDT_VERSION', '2.6.5' ); // Version of plugin
     28    define( 'WPCDT_VERSION', '2.6.6' ); // Version of plugin
    2929}
    3030if( ! defined( 'WPCDT_NAME' ) ) {
  • countdown-timer-ultimate/trunk/readme.txt

    r3293336 r3294619  
    44Requires at least: 5.2
    55Tested up to: 6.8.1
    6 Stable tag: 2.6.5
     6Stable tag: 2.6.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    130130== Changelog ==
    131131
     132= 2.6.6 (16, May 2025) =
     133* [*] Updated some URL's
     134
    132135= 2.6.5 (14, May 2025) =
    133136* [*] Check compatibility with WordPress version 6.8.1
  • countdown-timer-ultimate/trunk/wpos-analytics/templates/analytic.php

    r3293336 r3294619  
    2323    <?php } ?>
    2424
    25     <form method="POST" action="https://analytics.wponlinesupport.com">
     25    <form method="POST" action="https://analytics.essentialplugin.com">
    2626        <div class="wpos-anylc-optin-wrap" style="width: 650px; margin: 0 auto; margin-top: 70px;">
    2727
  • countdown-timer-ultimate/trunk/wpos-analytics/templates/optout-popup.php

    r2870438 r3294619  
    2222            </div>
    2323            <div class="wpos-anylc-popup-footer">
    24                 <form method="POST" action="https://analytics.wponlinesupport.com">
     24                <form method="POST" action="https://analytics.essentialplugin.com">
    2525                    <?php
    2626                    if( ! empty( $optin_form_data ) ) {
Note: See TracChangeset for help on using the changeset viewer.