Changeset 3215785
- Timestamp:
- 01/02/2025 04:13:04 AM (3 months ago)
- Location:
- fathom-analytics-conversions
- Files:
-
- 4 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
fathom-analytics-conversions/tags/1.1.2/README.txt
r3210911 r3215785 5 5 Requires at least: 5.9 6 6 Tested up to: 6.7.1 7 Stable tag: 1.1. 17 Stable tag: 1.1.2 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 143 143 == Changelog == 144 144 145 = 1.1.2 = 146 * Added plugin dependencies 147 145 148 = 1.1.1 = 146 149 * Fixed redirection issue when using ajax submission. FIXES:https://wordpress.org/support/topic/version-1-1-breaks-gravity-forms-with-redirect-confirmation/ -
fathom-analytics-conversions/tags/1.1.2/fathom-analytics-conversions.php
r3210911 r3215785 15 15 * @wordpress-plugin 16 16 * Plugin Name: Fathom Analytics Conversions 17 * Requires Plugins: fathom-analytics 17 18 * Plugin URI: https://www.fathomconversions.com 18 19 * Description: Easily add event conversions in WordPress plugins to Fathom Analytics 19 * Version: 1.1. 120 * Version: 1.1.2 20 21 * Author: SixFive Pty Ltd 21 22 * Author URI: https://www.sixfive.io … … 36 37 * Rename this for your plugin and update it as you release new versions. 37 38 */ 38 define( 'FATHOM_ANALYTICS_CONVERSIONS_VERSION', '1.1. 1' );39 define( 'FATHOM_ANALYTICS_CONVERSIONS_VERSION', '1.1.2' ); 39 40 define( 'FAC4WP_PATH', plugin_dir_path( __FILE__ ) ); 40 41 -
fathom-analytics-conversions/trunk/README.txt
r3210911 r3215785 5 5 Requires at least: 5.9 6 6 Tested up to: 6.7.1 7 Stable tag: 1.1. 17 Stable tag: 1.1.2 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 143 143 == Changelog == 144 144 145 = 1.1.2 = 146 * Added plugin dependencies 147 145 148 = 1.1.1 = 146 149 * Fixed redirection issue when using ajax submission. FIXES:https://wordpress.org/support/topic/version-1-1-breaks-gravity-forms-with-redirect-confirmation/ -
fathom-analytics-conversions/trunk/fathom-analytics-conversions.php
r3210911 r3215785 15 15 * @wordpress-plugin 16 16 * Plugin Name: Fathom Analytics Conversions 17 * Requires Plugins: fathom-analytics 17 18 * Plugin URI: https://www.fathomconversions.com 18 19 * Description: Easily add event conversions in WordPress plugins to Fathom Analytics 19 * Version: 1.1. 120 * Version: 1.1.2 20 21 * Author: SixFive Pty Ltd 21 22 * Author URI: https://www.sixfive.io … … 36 37 * Rename this for your plugin and update it as you release new versions. 37 38 */ 38 define( 'FATHOM_ANALYTICS_CONVERSIONS_VERSION', '1.1. 1' );39 define( 'FATHOM_ANALYTICS_CONVERSIONS_VERSION', '1.1.2' ); 39 40 define( 'FAC4WP_PATH', plugin_dir_path( __FILE__ ) ); 40 41
Note: See TracChangeset
for help on using the changeset viewer.