Changeset 3031379
- Timestamp:
- 02/05/2024 07:48:56 AM (2 years ago)
- Location:
- convertful
- Files:
-
- 2 edited
- 4 copied
-
tags/2.7 (copied) (copied from convertful/trunk)
-
tags/2.7/convertful.php (copied) (copied from convertful/trunk/convertful.php) (2 diffs)
-
tags/2.7/functions/woocommerce.php (copied) (copied from convertful/trunk/functions/woocommerce.php)
-
tags/2.7/readme.txt (copied) (copied from convertful/trunk/readme.txt) (2 diffs)
-
trunk/convertful.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
convertful/tags/2.7/convertful.php
r2987264 r3031379 3 3 /** 4 4 * Plugin Name: Convertful - Your Ultimate On-Site Conversion Tool 5 * Version: 2. 65 * Version: 2.7 6 6 * Plugin URI: https://convertful.com/ 7 7 * Description: All the modern on-site conversion solutions, natively integrates with all modern Email Marketing … … 12 12 // Global variables for plugin usage (global declaration is needed here for WP CLI compatibility) 13 13 global $conv_file, $conv_dir, $conv_uri, $conv_version, $conv_config; 14 $conv_version = '2.7'; 14 15 $conv_file = __FILE__; 15 16 $conv_dir = plugin_dir_path( __FILE__ ); 16 17 $conv_uri = plugins_url( '', __FILE__ ); 17 $conv_version = preg_match( '~Version: ([^\n]+)~', file_get_contents( __FILE__, NULL, NULL, 82, 150 ), $conv_matches ) ? $conv_matches[1] : FALSE;18 unset( $conv_matches );19 18 20 19 if ( file_exists( $conv_dir . 'config.php' ) ) { -
convertful/tags/2.7/readme.txt
r2987264 r3031379 3 3 Tags: optin, opt-in, mailchimp, popup, bar, slidein, subscribe, signup, form, email, marketing, lead, campaign 4 4 Requires at least: 4.0 5 Tested up to: 6. 36 Stable tag: 2. 65 Tested up to: 6.4 6 Stable tag: 2.7 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 101 101 102 102 == Changelog == 103 = 2.7 = 104 * Error Patching and Compatibility Upgrades 105 103 106 = 2.6 = 104 107 * Error Patching and Compatibility Upgrades -
convertful/trunk/convertful.php
r2987264 r3031379 3 3 /** 4 4 * Plugin Name: Convertful - Your Ultimate On-Site Conversion Tool 5 * Version: 2. 65 * Version: 2.7 6 6 * Plugin URI: https://convertful.com/ 7 7 * Description: All the modern on-site conversion solutions, natively integrates with all modern Email Marketing … … 12 12 // Global variables for plugin usage (global declaration is needed here for WP CLI compatibility) 13 13 global $conv_file, $conv_dir, $conv_uri, $conv_version, $conv_config; 14 $conv_version = '2.7'; 14 15 $conv_file = __FILE__; 15 16 $conv_dir = plugin_dir_path( __FILE__ ); 16 17 $conv_uri = plugins_url( '', __FILE__ ); 17 $conv_version = preg_match( '~Version: ([^\n]+)~', file_get_contents( __FILE__, NULL, NULL, 82, 150 ), $conv_matches ) ? $conv_matches[1] : FALSE;18 unset( $conv_matches );19 18 20 19 if ( file_exists( $conv_dir . 'config.php' ) ) { -
convertful/trunk/readme.txt
r2987264 r3031379 3 3 Tags: optin, opt-in, mailchimp, popup, bar, slidein, subscribe, signup, form, email, marketing, lead, campaign 4 4 Requires at least: 4.0 5 Tested up to: 6. 36 Stable tag: 2. 65 Tested up to: 6.4 6 Stable tag: 2.7 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 101 101 102 102 == Changelog == 103 = 2.7 = 104 * Error Patching and Compatibility Upgrades 105 103 106 = 2.6 = 104 107 * Error Patching and Compatibility Upgrades
Note: See TracChangeset
for help on using the changeset viewer.