Changeset 3196019
- Timestamp:
- 11/24/2024 10:26:30 PM (17 months ago)
- Location:
- udimi-optin
- Files:
-
- 24 added
- 2 edited
-
tags/3.1.1 (added)
-
tags/3.1.1/admin (added)
-
tags/3.1.1/admin/dashboard.php (added)
-
tags/3.1.1/admin/funnels.php (added)
-
tags/3.1.1/admin/greyboxes.php (added)
-
tags/3.1.1/admin/optin.php (added)
-
tags/3.1.1/admin/settings.php (added)
-
tags/3.1.1/admin/solo-ads.php (added)
-
tags/3.1.1/class.php (added)
-
tags/3.1.1/css (added)
-
tags/3.1.1/css/style.css (added)
-
tags/3.1.1/images (added)
-
tags/3.1.1/images/logo.png (added)
-
tags/3.1.1/images/logo16.png (added)
-
tags/3.1.1/images/logo24.png (added)
-
tags/3.1.1/images/logo64.png (added)
-
tags/3.1.1/js (added)
-
tags/3.1.1/js/adminpanel-dashboard.js (added)
-
tags/3.1.1/js/adminpanel-greyboxes.js (added)
-
tags/3.1.1/js/adminpanel-optin.js (added)
-
tags/3.1.1/js/adminpanel.js (added)
-
tags/3.1.1/readme.txt (added)
-
tags/3.1.1/udimi-optin.php (added)
-
tags/3.1.1/uninstall.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/udimi-optin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
udimi-optin/trunk/readme.txt
r3126078 r3196019 2 2 Tags: udimi, solo ads, buy solo ads, email marketing, marketing 3 3 Requires at least: 4.7 4 Tested up to: 6. 65 Stable tag: 3.1 4 Tested up to: 6.7.1 5 Stable tag: 3.1.1 6 6 Requires PHP: 7.0 7 7 Donate link: https://udimi.com/prime/ … … 54 54 * Added Greybox functions to Udimi tools and improved the plugin setup procedure 55 55 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 56 61 == Upgrade Notice == 57 62 = 3.1 = 58 63 Upgrade to add Greybox functions to Udimi tools and improve the plugin setup procedure. 64 65 = 3.1.1 = 66 Minor bug fixes and improvements to enhance compatibility with the latest version of WordPress. -
udimi-optin/trunk/udimi-optin.php
r3126078 r3196019 4 4 Plugin URI: https://udimi.com 5 5 Description: This plugin automatically inserts Udimi Optin tracking code or Udimi greyboxes to your site. 6 Version: 3.1 6 Version: 3.1.1 7 7 Author: Udimicom, Limited 8 8 Author URI: http://udimi.com … … 11 11 12 12 require_once(dirname(__FILE__).'/class.php'); 13 require_once(dirname(__FILE__).'/admin/custom-block.php'); 13 14 14 15 $udimiOptin = new UdimiOptin();
Note: See TracChangeset
for help on using the changeset viewer.