Changeset 2743421
- Timestamp:
- 06/16/2022 10:42:27 AM (4 years ago)
- Location:
- c-web-analytics
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.11 (copied) (copied from c-web-analytics/trunk)
-
tags/1.0.11/c-web-analytics.php (modified) (2 diffs)
-
tags/1.0.11/composer.json (modified) (1 diff)
-
tags/1.0.11/readme.txt (modified) (2 diffs)
-
trunk/c-web-analytics.php (modified) (2 diffs)
-
trunk/composer.json (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
c-web-analytics/tags/1.0.11/c-web-analytics.php
r2743393 r2743421 4 4 * 5 5 * Plugin Name: Web Analytics 6 * Plugin URI: https:// github.com/gdidentity/c-web-analytics6 * Plugin URI: https://wordpress.org/plugins/c-web-analytics 7 7 * GitHub Plugin URI: https://github.com/gdidentity/c-web-analytics 8 8 * Description: Cloudflare Web Analytics in your WordPress admin. 9 * Version: 1.0.1 09 * Version: 1.0.11 10 10 * Author: GD IDENTITY 11 11 * Author URI: https://gdidentity.sk … … 120 120 // Plugin version. 121 121 if ( ! defined( 'CWEBANALYTICS_VERSION' ) ) { 122 define( 'CWEBANALYTICS_VERSION', '1.0.1 0' );122 define( 'CWEBANALYTICS_VERSION', '1.0.11' ); 123 123 } 124 124 -
c-web-analytics/tags/1.0.11/composer.json
r2743393 r2743421 34 34 "php ./vendor/bin/phpcbf" 35 35 ] 36 } 36 }, 37 "archive": { 38 "exclude": [ 39 "*.yml", 40 "!vendor/", 41 "plugin-build/" 42 ] 43 } 37 44 } -
c-web-analytics/tags/1.0.11/readme.txt
r2743393 r2743421 4 4 Requires at least: 4.7 5 5 Tested up to: 6.0 6 Stable tag: 1.0.1 06 Stable tag: 1.0.11 7 7 Requires PHP: 5.6 8 8 License: GPL-3 … … 22 22 23 23 == Changelog == 24 25 = 1.0.11 = 26 - improve build 24 27 25 28 = 1.0.10 = -
c-web-analytics/trunk/c-web-analytics.php
r2743393 r2743421 4 4 * 5 5 * Plugin Name: Web Analytics 6 * Plugin URI: https:// github.com/gdidentity/c-web-analytics6 * Plugin URI: https://wordpress.org/plugins/c-web-analytics 7 7 * GitHub Plugin URI: https://github.com/gdidentity/c-web-analytics 8 8 * Description: Cloudflare Web Analytics in your WordPress admin. 9 * Version: 1.0.1 09 * Version: 1.0.11 10 10 * Author: GD IDENTITY 11 11 * Author URI: https://gdidentity.sk … … 120 120 // Plugin version. 121 121 if ( ! defined( 'CWEBANALYTICS_VERSION' ) ) { 122 define( 'CWEBANALYTICS_VERSION', '1.0.1 0' );122 define( 'CWEBANALYTICS_VERSION', '1.0.11' ); 123 123 } 124 124 -
c-web-analytics/trunk/composer.json
r2743393 r2743421 34 34 "php ./vendor/bin/phpcbf" 35 35 ] 36 } 36 }, 37 "archive": { 38 "exclude": [ 39 "*.yml", 40 "!vendor/", 41 "plugin-build/" 42 ] 43 } 37 44 } -
c-web-analytics/trunk/readme.txt
r2743393 r2743421 4 4 Requires at least: 4.7 5 5 Tested up to: 6.0 6 Stable tag: 1.0.1 06 Stable tag: 1.0.11 7 7 Requires PHP: 5.6 8 8 License: GPL-3 … … 22 22 23 23 == Changelog == 24 25 = 1.0.11 = 26 - improve build 24 27 25 28 = 1.0.10 =
Note: See TracChangeset
for help on using the changeset viewer.