Changeset 2743508
- Timestamp:
- 06/16/2022 12:44:58 PM (4 years ago)
- Location:
- c-web-analytics
- Files:
-
- 32 added
- 14 deleted
- 4 edited
- 1 copied
-
assets/banner-1544x500.png (added)
-
assets/banner-772x250.png (added)
-
assets/icon-128x128.png (added)
-
assets/icon-256x256.png (added)
-
tags/1.0.14 (copied) (copied from c-web-analytics/trunk)
-
tags/1.0.14/.editorconfig (deleted)
-
tags/1.0.14/.gitignore (added)
-
tags/1.0.14/LICENSE.md (deleted)
-
tags/1.0.14/README.md (deleted)
-
tags/1.0.14/c-web-analytics.php (modified) (2 diffs)
-
tags/1.0.14/composer.json (deleted)
-
tags/1.0.14/composer.lock (deleted)
-
tags/1.0.14/phpcs.xml (deleted)
-
tags/1.0.14/readme.txt (modified) (2 diffs)
-
tags/1.0.14/vendor (added)
-
tags/1.0.14/vendor/autoload.php (added)
-
tags/1.0.14/vendor/composer (added)
-
tags/1.0.14/vendor/composer/ClassLoader.php (added)
-
tags/1.0.14/vendor/composer/InstalledVersions.php (added)
-
tags/1.0.14/vendor/composer/LICENSE (added)
-
tags/1.0.14/vendor/composer/autoload_classmap.php (added)
-
tags/1.0.14/vendor/composer/autoload_namespaces.php (added)
-
tags/1.0.14/vendor/composer/autoload_psr4.php (added)
-
tags/1.0.14/vendor/composer/autoload_real.php (added)
-
tags/1.0.14/vendor/composer/autoload_static.php (added)
-
tags/1.0.14/vendor/composer/installed.json (added)
-
tags/1.0.14/vendor/composer/installed.php (added)
-
tags/1.0.14/widget/README.md (deleted)
-
trunk/.editorconfig (deleted)
-
trunk/.gitignore (added)
-
trunk/LICENSE.md (deleted)
-
trunk/README.md (deleted)
-
trunk/c-web-analytics.php (modified) (2 diffs)
-
trunk/composer.json (deleted)
-
trunk/composer.lock (deleted)
-
trunk/phpcs.xml (deleted)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor (added)
-
trunk/vendor/autoload.php (added)
-
trunk/vendor/composer (added)
-
trunk/vendor/composer/ClassLoader.php (added)
-
trunk/vendor/composer/InstalledVersions.php (added)
-
trunk/vendor/composer/LICENSE (added)
-
trunk/vendor/composer/autoload_classmap.php (added)
-
trunk/vendor/composer/autoload_namespaces.php (added)
-
trunk/vendor/composer/autoload_psr4.php (added)
-
trunk/vendor/composer/autoload_real.php (added)
-
trunk/vendor/composer/autoload_static.php (added)
-
trunk/vendor/composer/installed.json (added)
-
trunk/vendor/composer/installed.php (added)
-
trunk/widget/README.md (deleted)
Legend:
- Unmodified
- Added
- Removed
-
c-web-analytics/tags/1.0.14/c-web-analytics.php
r2743421 r2743508 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 19 * Version: 1.0.14 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 1' );122 define( 'CWEBANALYTICS_VERSION', '1.0.14' ); 123 123 } 124 124 -
c-web-analytics/tags/1.0.14/readme.txt
r2743421 r2743508 4 4 Requires at least: 4.7 5 5 Tested up to: 6.0 6 Stable tag: 1.0.1 16 Stable tag: 1.0.14 7 7 Requires PHP: 5.6 8 8 License: GPL-3 … … 22 22 23 23 == Changelog == 24 25 = 1.0.14 = 26 - minors 27 28 = 1.0.13 = 29 - minors 30 31 = 1.0.12 = 32 - minors 24 33 25 34 = 1.0.11 = -
c-web-analytics/trunk/c-web-analytics.php
r2743421 r2743508 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 19 * Version: 1.0.14 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 1' );122 define( 'CWEBANALYTICS_VERSION', '1.0.14' ); 123 123 } 124 124 -
c-web-analytics/trunk/readme.txt
r2743421 r2743508 4 4 Requires at least: 4.7 5 5 Tested up to: 6.0 6 Stable tag: 1.0.1 16 Stable tag: 1.0.14 7 7 Requires PHP: 5.6 8 8 License: GPL-3 … … 22 22 23 23 == Changelog == 24 25 = 1.0.14 = 26 - minors 27 28 = 1.0.13 = 29 - minors 30 31 = 1.0.12 = 32 - minors 24 33 25 34 = 1.0.11 =
Note: See TracChangeset
for help on using the changeset viewer.