Plugin Directory

Changeset 3294652


Ignore:
Timestamp:
05/16/2025 09:03:44 AM (11 months ago)
Author:
wponlinesupport
Message:
  • Update some URLs
Location:
popup-anything-on-click
Files:
143 added
4 edited

Legend:

Unmodified
Added
Removed
  • popup-anything-on-click/trunk/popup-anything-on-click.php

    r3293791 r3294652  
    66 * Description: Display a modal popup on a page load or by clicking link, image or button. Also work with Gutenberg shortcode block.
    77 * Domain Path: /languages/
    8  * Version: 2.8.7
     8 * Version: 2.8.8
    99 * Author: Essential Plugin
    1010 * Author URI: https://www.essentialplugin.com
     
    1919
    2020if( ! defined( 'POPUPAOC_VERSION' ) ) {
    21     define( 'POPUPAOC_VERSION', '2.8.7' ); // Version of plugin
     21    define( 'POPUPAOC_VERSION', '2.8.8' ); // Version of plugin
    2222}
    2323
  • popup-anything-on-click/trunk/readme.txt

    r3293791 r3294652  
    44Requires at least: 5.2
    55Tested up to: 6.8.1
    6 Stable tag: 2.8.7
     6Stable tag: 2.8.8
    77License: GPLv3
    88License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    172172== Changelog ==
    173173
     174= 2.8.8 (16, May 2025) =
     175* [*] Updated some URL's
     176
    174177= 2.8.7 (15, May 2025) =
    175178* [*] Check compatibility with WordPress version 6.8.1
  • popup-anything-on-click/trunk/wpos-analytics/templates/analytic.php

    r3293791 r3294652  
    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
  • popup-anything-on-click/trunk/wpos-analytics/templates/optout-popup.php

    r2752109 r3294652  
    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.