Plugin Directory

Changeset 3099997


Ignore:
Timestamp:
06/09/2024 11:08:41 AM (22 months ago)
Author:
codeleftover
Message:

Fix: Campaign was still showing after opted-in.

Location:
optinable/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • optinable/trunk/optinable.php

    r3086501 r3099997  
    44 * Plugin URI:        https://optinable.com/?utm_campaign=plugin-info&utm_source=plugin-header&utm_medium=plugin-uri
    55 * Description:       The ultimate Free WP plugin for collecting email subscribers. With our easy-to-use interface, and built in templates, you can create beautiful popups, stickybars, slide-ins, and embed forms to grow your email list in no time.
    6  * Version:           1.0.3
     6 * Version:           1.0.4
    77 *
    88 * Author:            OptinAble Popup Builder Team
     
    2020}
    2121
    22 define( 'OPTINABLE_PLUGIN_VERSION', '1.0.3' );
     22define( 'OPTINABLE_PLUGIN_VERSION', '1.0.4' );
    2323define( 'OA_DB_VERSION', '1.1' );
    2424define( 'OPTINABLE_HASH_STRING', 'OPTINABLEV1' );
  • optinable/trunk/readme.txt

    r3086501 r3099997  
    44Requires at least: 5.2
    55Tested up to: 6.5.3
    6 Stable tag: 1.0.3
     6Stable tag: 1.0.4
    77Requires PHP: 5.6
    88License: GPLv2 or later
     
    9292**Most Recent Changes:**
    9393
     94= 1.0.4 =
     95* Fix: Campaign was still showing after opted-in.
     96
     97
    9498= 1.0.3 =
    9599* Fix: Embeds campaign delete page not showing
Note: See TracChangeset for help on using the changeset viewer.