Plugin Directory

Changeset 3165539


Ignore:
Timestamp:
10/09/2024 08:49:38 AM (18 months ago)
Author:
azonow
Message:

Release AZO Tracking v1.0.1

Location:
azo-tracking
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • azo-tracking/tags/1.0.1/azo-tracking.php

    r3152366 r3165539  
    1414 * Plugin URI:        https://ads.azonow.com
    1515 * Description:       AZO Tracking delivers real-time insights and powerful reports from Google Analytics 4 to supercharge your website and app performance.
    16  * Version:           1.0.0
     16 * Version:           1.0.1
    1717 * Author:            AZO Team
    1818 * Author URI:        https://azonow.com
     
    3636define('AZOTRACKING_SLUG', 'azo-tracking');
    3737define('AZOTRACKING_URL', 'https://azonow.com/');
    38 define('AZOTRACKING_VERSION', '1.0.0');
     38define('AZOTRACKING_VERSION', '1.0.1');
    3939define('AZOTRACKING_HOST_FILE_ALIAS', 'azo-gtag.js');
    4040define('AZOTRACKING_LOCALLY_HOST_DIR', WP_CONTENT_DIR . apply_filters('azo_tracking_dir_to_host_analytics', '/uploads/azo-tracking/'));
  • azo-tracking/tags/1.0.1/readme.txt

    r3152366 r3165539  
    1 === AZO Tracking – Google Analytics for Wordpress(GA4) & much more ===
     1=== AZO Tracking – Google Analytics (GA4) for WP Admin Dashboard ===
    22
    33Contributors: azonow
     
    1111Tested up to: 6.6
    1212Requires PHP: 5.4
    13 Stable tag: 1.0.0
     13Stable tag: 1.0.1
    1414
    15 AZO Tracking is a comprehensive plugin that integrates Google Analytics (GA4) into your WordPress website. It provides an easy way to manage and display analytics data with an elegant UI/UX.
     15AZO Tracking is a comprehensive plugin that integrates Google Analytics (GA4) into your WordPress website. It shows analytics data with elegant UI/UX.
    1616
    1717== Description ==
    1818
    19 AZO Tracking is a powerful tool for managing Google Analytics data in WordPress. It offers a variety of features to track and display your website's analytics in a user-friendly interface.
     19AZO Tracking is a powerful tool for managing Google Analytics data in WordPress website. It offers a variety of features to track and display your website's analytics in a user-friendly interface.
    2020
    2121[Home](https://azonow.com/)  · [Help & Support](https://my.azonow.com/support/) ·
     
    1091095. Advanced Settings
    110110
     111== Upgrade Notice ==
     112
     113= 1.0.0 (September 15, 2024) =
     114* Initial Release: First release to WordPress Plugin Directory.
     115
     116== Changelog ==
     117
     118= 1.0.0 (September 15, 2024) =
     119* Initial Release.
     120
     121= 1.0.1 (September 9, 2024) =
     122* Update readme.txt file.
  • azo-tracking/trunk/azo-tracking.php

    r3152366 r3165539  
    1414 * Plugin URI:        https://ads.azonow.com
    1515 * Description:       AZO Tracking delivers real-time insights and powerful reports from Google Analytics 4 to supercharge your website and app performance.
    16  * Version:           1.0.0
     16 * Version:           1.0.1
    1717 * Author:            AZO Team
    1818 * Author URI:        https://azonow.com
     
    3636define('AZOTRACKING_SLUG', 'azo-tracking');
    3737define('AZOTRACKING_URL', 'https://azonow.com/');
    38 define('AZOTRACKING_VERSION', '1.0.0');
     38define('AZOTRACKING_VERSION', '1.0.1');
    3939define('AZOTRACKING_HOST_FILE_ALIAS', 'azo-gtag.js');
    4040define('AZOTRACKING_LOCALLY_HOST_DIR', WP_CONTENT_DIR . apply_filters('azo_tracking_dir_to_host_analytics', '/uploads/azo-tracking/'));
  • azo-tracking/trunk/readme.txt

    r3152366 r3165539  
    1 === AZO Tracking – Google Analytics for Wordpress(GA4) & much more ===
     1=== AZO Tracking – Google Analytics (GA4) for WP Admin Dashboard ===
    22
    33Contributors: azonow
     
    1111Tested up to: 6.6
    1212Requires PHP: 5.4
    13 Stable tag: 1.0.0
     13Stable tag: 1.0.1
    1414
    15 AZO Tracking is a comprehensive plugin that integrates Google Analytics (GA4) into your WordPress website. It provides an easy way to manage and display analytics data with an elegant UI/UX.
     15AZO Tracking is a comprehensive plugin that integrates Google Analytics (GA4) into your WordPress website. It shows analytics data with elegant UI/UX.
    1616
    1717== Description ==
    1818
    19 AZO Tracking is a powerful tool for managing Google Analytics data in WordPress. It offers a variety of features to track and display your website's analytics in a user-friendly interface.
     19AZO Tracking is a powerful tool for managing Google Analytics data in WordPress website. It offers a variety of features to track and display your website's analytics in a user-friendly interface.
    2020
    2121[Home](https://azonow.com/)  · [Help & Support](https://my.azonow.com/support/) ·
     
    1091095. Advanced Settings
    110110
     111== Upgrade Notice ==
     112
     113= 1.0.0 (September 15, 2024) =
     114* Initial Release: First release to WordPress Plugin Directory.
     115
     116== Changelog ==
     117
     118= 1.0.0 (September 15, 2024) =
     119* Initial Release.
     120
     121= 1.0.1 (September 9, 2024) =
     122* Update readme.txt file.
Note: See TracChangeset for help on using the changeset viewer.