Plugin Directory

Changeset 2743508


Ignore:
Timestamp:
06/16/2022 12:44:58 PM (4 years ago)
Author:
bebjakub
Message:

Update to version 1.0.14 from GitHub

Location:
c-web-analytics
Files:
32 added
14 deleted
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • c-web-analytics/tags/1.0.14/c-web-analytics.php

    r2743421 r2743508  
    77 * GitHub Plugin URI:   https://github.com/gdidentity/c-web-analytics
    88 * Description:         Cloudflare Web Analytics in your WordPress admin.
    9  * Version:             1.0.11
     9 * Version:             1.0.14
    1010 * Author:              GD IDENTITY
    1111 * Author URI:          https://gdidentity.sk
     
    120120            // Plugin version.
    121121            if ( ! defined( 'CWEBANALYTICS_VERSION' ) ) {
    122                 define( 'CWEBANALYTICS_VERSION', '1.0.11' );
     122                define( 'CWEBANALYTICS_VERSION', '1.0.14' );
    123123            }
    124124
  • c-web-analytics/tags/1.0.14/readme.txt

    r2743421 r2743508  
    44Requires at least: 4.7
    55Tested up to: 6.0
    6 Stable tag: 1.0.11
     6Stable tag: 1.0.14
    77Requires PHP: 5.6
    88License: GPL-3
     
    2222
    2323== Changelog ==
     24
     25= 1.0.14 =
     26- minors
     27
     28= 1.0.13 =
     29- minors
     30
     31= 1.0.12 =
     32- minors
    2433
    2534= 1.0.11 =
  • c-web-analytics/trunk/c-web-analytics.php

    r2743421 r2743508  
    77 * GitHub Plugin URI:   https://github.com/gdidentity/c-web-analytics
    88 * Description:         Cloudflare Web Analytics in your WordPress admin.
    9  * Version:             1.0.11
     9 * Version:             1.0.14
    1010 * Author:              GD IDENTITY
    1111 * Author URI:          https://gdidentity.sk
     
    120120            // Plugin version.
    121121            if ( ! defined( 'CWEBANALYTICS_VERSION' ) ) {
    122                 define( 'CWEBANALYTICS_VERSION', '1.0.11' );
     122                define( 'CWEBANALYTICS_VERSION', '1.0.14' );
    123123            }
    124124
  • c-web-analytics/trunk/readme.txt

    r2743421 r2743508  
    44Requires at least: 4.7
    55Tested up to: 6.0
    6 Stable tag: 1.0.11
     6Stable tag: 1.0.14
    77Requires PHP: 5.6
    88License: GPL-3
     
    2222
    2323== Changelog ==
     24
     25= 1.0.14 =
     26- minors
     27
     28= 1.0.13 =
     29- minors
     30
     31= 1.0.12 =
     32- minors
    2433
    2534= 1.0.11 =
Note: See TracChangeset for help on using the changeset viewer.