Plugin Directory

Changeset 3207818


Ignore:
Timestamp:
12/13/2024 11:22:35 PM (16 months ago)
Author:
wpmobo
Message:

1.0.2

Fixed:- WordPress latest version compatibility issue

Location:
popx-popup-builder
Files:
61 added
2 edited

Legend:

Unmodified
Added
Removed
  • popx-popup-builder/trunk/popx.php

    r3179071 r3207818  
    44Plugin URI:   https://wpmobo.com/popx
    55Description:  PopX is a versatile WordPress popup builder, allowing users to create and customize engaging popups effortlessly.
    6 Version:      1.0.1
     6Version:      1.0.2
    77Author:       WPMobo
    88Author URI:   https://wpmobo.com
     
    1919// Define Plugin Version.
    2020if( !defined( 'POPX_VERSION' ) )
    21     define( 'POPX_VERSION', '1.0.1' );
     21    define( 'POPX_VERSION', '1.0.2' );
    2222
    2323// Define Constants for direct access alert message.
     
    4848
    4949    private function __construct() {
    50         $this->client_insights();
     50        add_action( 'init', [ $this, 'client_insights' ] );
    5151        $this->includeFiles();
    5252        $this->init();
  • popx-popup-builder/trunk/readme.txt

    r3179071 r3207818  
    44Tags: conversion, marketing, popup, popup builder, gutenberg
    55Requires PHP: 7.4
    6 Requires at least: 6.0
    7 Tested up to: 6.6.2
    8 Stable tag: 1.0.1
    9 Version: 1.0.1
     6Requires at least: 6.5
     7Tested up to: 6.7.1
     8Stable tag: 1.0.2
     9Version: 1.0.2
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    108108== Changelog ==
    109109
     110= 1.0.2 =
     111
     112Fixed:- WordPress latest version compatibility issue
     113
    110114= 1.0.1 =
    111115
Note: See TracChangeset for help on using the changeset viewer.