Plugin Directory

Changeset 3196019


Ignore:
Timestamp:
11/24/2024 10:26:30 PM (17 months ago)
Author:
webocoders
Message:

Release version 3.1.1 with minor fixes and updates.

Location:
udimi-optin
Files:
24 added
2 edited

Legend:

Unmodified
Added
Removed
  • udimi-optin/trunk/readme.txt

    r3126078 r3196019  
    22Tags: udimi, solo ads, buy solo ads, email marketing, marketing
    33Requires at least: 4.7
    4 Tested up to: 6.6
    5 Stable tag: 3.1
     4Tested up to: 6.7.1
     5Stable tag: 3.1.1
    66Requires PHP: 7.0
    77Donate link: https://udimi.com/prime/
     
    5454* Added Greybox functions to Udimi tools and improved the plugin setup procedure
    5555
     56= 3.1.1 =
     57* Fixed minor bugs affecting the plugin's stability.
     58* Updated compatibility to ensure smooth operation with the latest WordPress release.
     59* Improved internal code structure for better performance.
     60
    5661== Upgrade Notice ==
    5762= 3.1 =
    5863Upgrade to add Greybox functions to Udimi tools and improve the plugin setup procedure.
     64
     65= 3.1.1 =
     66Minor bug fixes and improvements to enhance compatibility with the latest version of WordPress.
  • udimi-optin/trunk/udimi-optin.php

    r3126078 r3196019  
    44Plugin URI:  https://udimi.com
    55Description: This plugin automatically inserts Udimi Optin tracking code or Udimi greyboxes to your site.
    6 Version:     3.1
     6Version:     3.1.1
    77Author:      Udimicom, Limited
    88Author URI:  http://udimi.com
     
    1111
    1212require_once(dirname(__FILE__).'/class.php');
     13require_once(dirname(__FILE__).'/admin/custom-block.php');
    1314
    1415$udimiOptin = new UdimiOptin();
Note: See TracChangeset for help on using the changeset viewer.