Plugin Directory

Changeset 3215785


Ignore:
Timestamp:
01/02/2025 04:13:04 AM (3 months ago)
Author:
fathomconversions
Message:

Update to version 1.1.2 from GitHub

Location:
fathom-analytics-conversions
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • fathom-analytics-conversions/tags/1.1.2/README.txt

    r3210911 r3215785  
    55Requires at least: 5.9
    66Tested up to: 6.7.1
    7 Stable tag: 1.1.1
     7Stable tag: 1.1.2
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    143143== Changelog ==
    144144
     145= 1.1.2 =
     146* Added plugin dependencies
     147
    145148= 1.1.1 =
    146149* 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  
    1515 * @wordpress-plugin
    1616 * Plugin Name:       Fathom Analytics Conversions
     17 * Requires Plugins:  fathom-analytics
    1718 * Plugin URI:        https://www.fathomconversions.com
    1819 * Description:       Easily add event conversions in WordPress plugins to Fathom Analytics
    19  * Version:           1.1.1
     20 * Version:           1.1.2
    2021 * Author:            SixFive Pty Ltd
    2122 * Author URI:        https://www.sixfive.io
     
    3637 * Rename this for your plugin and update it as you release new versions.
    3738 */
    38 define( 'FATHOM_ANALYTICS_CONVERSIONS_VERSION', '1.1.1' );
     39define( 'FATHOM_ANALYTICS_CONVERSIONS_VERSION', '1.1.2' );
    3940define( 'FAC4WP_PATH', plugin_dir_path( __FILE__ ) );
    4041
  • fathom-analytics-conversions/trunk/README.txt

    r3210911 r3215785  
    55Requires at least: 5.9
    66Tested up to: 6.7.1
    7 Stable tag: 1.1.1
     7Stable tag: 1.1.2
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    143143== Changelog ==
    144144
     145= 1.1.2 =
     146* Added plugin dependencies
     147
    145148= 1.1.1 =
    146149* 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  
    1515 * @wordpress-plugin
    1616 * Plugin Name:       Fathom Analytics Conversions
     17 * Requires Plugins:  fathom-analytics
    1718 * Plugin URI:        https://www.fathomconversions.com
    1819 * Description:       Easily add event conversions in WordPress plugins to Fathom Analytics
    19  * Version:           1.1.1
     20 * Version:           1.1.2
    2021 * Author:            SixFive Pty Ltd
    2122 * Author URI:        https://www.sixfive.io
     
    3637 * Rename this for your plugin and update it as you release new versions.
    3738 */
    38 define( 'FATHOM_ANALYTICS_CONVERSIONS_VERSION', '1.1.1' );
     39define( 'FATHOM_ANALYTICS_CONVERSIONS_VERSION', '1.1.2' );
    3940define( 'FAC4WP_PATH', plugin_dir_path( __FILE__ ) );
    4041
Note: See TracChangeset for help on using the changeset viewer.