Plugin Directory

Changeset 2743421


Ignore:
Timestamp:
06/16/2022 10:42:27 AM (4 years ago)
Author:
bebjakub
Message:

Update to version 1.0.11 from GitHub

Location:
c-web-analytics
Files:
6 edited
1 copied

Legend:

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

    r2743393 r2743421  
    44 *
    55 * Plugin Name:         Web Analytics
    6  * Plugin URI:          https://github.com/gdidentity/c-web-analytics
     6 * Plugin URI:          https://wordpress.org/plugins/c-web-analytics
    77 * GitHub Plugin URI:   https://github.com/gdidentity/c-web-analytics
    88 * Description:         Cloudflare Web Analytics in your WordPress admin.
    9  * Version:             1.0.10
     9 * Version:             1.0.11
    1010 * Author:              GD IDENTITY
    1111 * Author URI:          https://gdidentity.sk
     
    120120            // Plugin version.
    121121            if ( ! defined( 'CWEBANALYTICS_VERSION' ) ) {
    122                 define( 'CWEBANALYTICS_VERSION', '1.0.10' );
     122                define( 'CWEBANALYTICS_VERSION', '1.0.11' );
    123123            }
    124124
  • c-web-analytics/tags/1.0.11/composer.json

    r2743393 r2743421  
    3434            "php ./vendor/bin/phpcbf"
    3535        ]
    36     }
     36    },
     37    "archive": {
     38        "exclude": [
     39            "*.yml",
     40            "!vendor/",
     41            "plugin-build/"
     42        ]
     43    }
    3744}
  • c-web-analytics/tags/1.0.11/readme.txt

    r2743393 r2743421  
    44Requires at least: 4.7
    55Tested up to: 6.0
    6 Stable tag: 1.0.10
     6Stable tag: 1.0.11
    77Requires PHP: 5.6
    88License: GPL-3
     
    2222
    2323== Changelog ==
     24
     25= 1.0.11 =
     26- improve build
    2427
    2528= 1.0.10 =
  • c-web-analytics/trunk/c-web-analytics.php

    r2743393 r2743421  
    44 *
    55 * Plugin Name:         Web Analytics
    6  * Plugin URI:          https://github.com/gdidentity/c-web-analytics
     6 * Plugin URI:          https://wordpress.org/plugins/c-web-analytics
    77 * GitHub Plugin URI:   https://github.com/gdidentity/c-web-analytics
    88 * Description:         Cloudflare Web Analytics in your WordPress admin.
    9  * Version:             1.0.10
     9 * Version:             1.0.11
    1010 * Author:              GD IDENTITY
    1111 * Author URI:          https://gdidentity.sk
     
    120120            // Plugin version.
    121121            if ( ! defined( 'CWEBANALYTICS_VERSION' ) ) {
    122                 define( 'CWEBANALYTICS_VERSION', '1.0.10' );
     122                define( 'CWEBANALYTICS_VERSION', '1.0.11' );
    123123            }
    124124
  • c-web-analytics/trunk/composer.json

    r2743393 r2743421  
    3434            "php ./vendor/bin/phpcbf"
    3535        ]
    36     }
     36    },
     37    "archive": {
     38        "exclude": [
     39            "*.yml",
     40            "!vendor/",
     41            "plugin-build/"
     42        ]
     43    }
    3744}
  • c-web-analytics/trunk/readme.txt

    r2743393 r2743421  
    44Requires at least: 4.7
    55Tested up to: 6.0
    6 Stable tag: 1.0.10
     6Stable tag: 1.0.11
    77Requires PHP: 5.6
    88License: GPL-3
     
    2222
    2323== Changelog ==
     24
     25= 1.0.11 =
     26- improve build
    2427
    2528= 1.0.10 =
Note: See TracChangeset for help on using the changeset viewer.