Plugin Directory

Changeset 3215892


Ignore:
Timestamp:
01/02/2025 09:23:57 AM (14 months ago)
Author:
fathomconversions
Message:

Update to version 1.1.2.1 from GitHub

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

Legend:

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

    r3215785 r3215892  
    55Requires at least: 5.9
    66Tested up to: 6.7.1
    7 Stable tag: 1.1.2
     7Stable tag: 1.1.2.1
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    143143== Changelog ==
    144144
     145= 1.1.2.1 =
     146* Removed plugin dependencies
     147
    145148= 1.1.2 =
    146149* Added plugin dependencies
  • fathom-analytics-conversions/tags/1.1.2.1/fathom-analytics-conversions.php

    r3215785 r3215892  
    1515 * @wordpress-plugin
    1616 * Plugin Name:       Fathom Analytics Conversions
    17  * Requires Plugins:  fathom-analytics
    1817 * Plugin URI:        https://www.fathomconversions.com
    1918 * Description:       Easily add event conversions in WordPress plugins to Fathom Analytics
    20  * Version:           1.1.2
     19 * Version:           1.1.2.1
    2120 * Author:            SixFive Pty Ltd
    2221 * Author URI:        https://www.sixfive.io
     
    3736 * Rename this for your plugin and update it as you release new versions.
    3837 */
    39 define( 'FATHOM_ANALYTICS_CONVERSIONS_VERSION', '1.1.2' );
     38define( 'FATHOM_ANALYTICS_CONVERSIONS_VERSION', '1.1.2.1' );
    4039define( 'FAC4WP_PATH', plugin_dir_path( __FILE__ ) );
    4140
  • fathom-analytics-conversions/trunk/README.txt

    r3215785 r3215892  
    55Requires at least: 5.9
    66Tested up to: 6.7.1
    7 Stable tag: 1.1.2
     7Stable tag: 1.1.2.1
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    143143== Changelog ==
    144144
     145= 1.1.2.1 =
     146* Removed plugin dependencies
     147
    145148= 1.1.2 =
    146149* Added plugin dependencies
  • fathom-analytics-conversions/trunk/fathom-analytics-conversions.php

    r3215785 r3215892  
    1515 * @wordpress-plugin
    1616 * Plugin Name:       Fathom Analytics Conversions
    17  * Requires Plugins:  fathom-analytics
    1817 * Plugin URI:        https://www.fathomconversions.com
    1918 * Description:       Easily add event conversions in WordPress plugins to Fathom Analytics
    20  * Version:           1.1.2
     19 * Version:           1.1.2.1
    2120 * Author:            SixFive Pty Ltd
    2221 * Author URI:        https://www.sixfive.io
     
    3736 * Rename this for your plugin and update it as you release new versions.
    3837 */
    39 define( 'FATHOM_ANALYTICS_CONVERSIONS_VERSION', '1.1.2' );
     38define( 'FATHOM_ANALYTICS_CONVERSIONS_VERSION', '1.1.2.1' );
    4039define( 'FAC4WP_PATH', plugin_dir_path( __FILE__ ) );
    4140
Note: See TracChangeset for help on using the changeset viewer.