Changeset 3215892
- Timestamp:
- 01/02/2025 09:23:57 AM (14 months ago)
- Location:
- fathom-analytics-conversions
- Files:
-
- 4 edited
- 1 copied
-
tags/1.1.2.1 (copied) (copied from fathom-analytics-conversions/trunk)
-
tags/1.1.2.1/README.txt (modified) (2 diffs)
-
tags/1.1.2.1/fathom-analytics-conversions.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/fathom-analytics-conversions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fathom-analytics-conversions/tags/1.1.2.1/README.txt
r3215785 r3215892 5 5 Requires at least: 5.9 6 6 Tested up to: 6.7.1 7 Stable tag: 1.1.2 7 Stable tag: 1.1.2.1 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 143 143 == Changelog == 144 144 145 = 1.1.2.1 = 146 * Removed plugin dependencies 147 145 148 = 1.1.2 = 146 149 * Added plugin dependencies -
fathom-analytics-conversions/tags/1.1.2.1/fathom-analytics-conversions.php
r3215785 r3215892 15 15 * @wordpress-plugin 16 16 * Plugin Name: Fathom Analytics Conversions 17 * Requires Plugins: fathom-analytics18 17 * Plugin URI: https://www.fathomconversions.com 19 18 * Description: Easily add event conversions in WordPress plugins to Fathom Analytics 20 * Version: 1.1.2 19 * Version: 1.1.2.1 21 20 * Author: SixFive Pty Ltd 22 21 * Author URI: https://www.sixfive.io … … 37 36 * Rename this for your plugin and update it as you release new versions. 38 37 */ 39 define( 'FATHOM_ANALYTICS_CONVERSIONS_VERSION', '1.1.2 ' );38 define( 'FATHOM_ANALYTICS_CONVERSIONS_VERSION', '1.1.2.1' ); 40 39 define( 'FAC4WP_PATH', plugin_dir_path( __FILE__ ) ); 41 40 -
fathom-analytics-conversions/trunk/README.txt
r3215785 r3215892 5 5 Requires at least: 5.9 6 6 Tested up to: 6.7.1 7 Stable tag: 1.1.2 7 Stable tag: 1.1.2.1 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 143 143 == Changelog == 144 144 145 = 1.1.2.1 = 146 * Removed plugin dependencies 147 145 148 = 1.1.2 = 146 149 * Added plugin dependencies -
fathom-analytics-conversions/trunk/fathom-analytics-conversions.php
r3215785 r3215892 15 15 * @wordpress-plugin 16 16 * Plugin Name: Fathom Analytics Conversions 17 * Requires Plugins: fathom-analytics18 17 * Plugin URI: https://www.fathomconversions.com 19 18 * Description: Easily add event conversions in WordPress plugins to Fathom Analytics 20 * Version: 1.1.2 19 * Version: 1.1.2.1 21 20 * Author: SixFive Pty Ltd 22 21 * Author URI: https://www.sixfive.io … … 37 36 * Rename this for your plugin and update it as you release new versions. 38 37 */ 39 define( 'FATHOM_ANALYTICS_CONVERSIONS_VERSION', '1.1.2 ' );38 define( 'FATHOM_ANALYTICS_CONVERSIONS_VERSION', '1.1.2.1' ); 40 39 define( 'FAC4WP_PATH', plugin_dir_path( __FILE__ ) ); 41 40
Note: See TracChangeset
for help on using the changeset viewer.