Plugin Directory

Changeset 2945859

Timestamp:
08/01/2023 08:06:42 AM (12 months ago)
Author:
khorshidlab
Message:

Plugin Version 0.9.8

Location:
arvancloud-cdn
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • arvancloud-cdn/tags/0.9.8/README.txt

    r2943546 r2945859  
    55Tested up to: 6.1
    66Requires PHP: 7.2
    7 Stable tag: 0.9.7
     7Stable tag: 0.9.
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    5656
    5757== Changelog ==
    58 = 0.9.7 - 2023-07-26 =
    59 * Change API Key URL to Machine user
     58= 0.9. =
     59*
    6060
    6161= 0.9.6 - 2023-01-18 =
  • arvancloud-cdn/tags/0.9.8/wp-arvancloud-cdn.php

    r2943546 r2945859  
    1111 * Plugin URI:        https://www.arvancloud.ir/fa/products/cdn
    1212 * Description:       ArvanCloud CDN service caches your website content. Using this plugin, you will be able to purge and update the cached version, either manually or automatically, so that your users visit the latest version of your website at any time.
    13  * Version:           0.9.7
     13 * Version:           0.9.
    1414 * Requires PHP:      7.2
    1515 * Author:            Khorshid, ArvanCloud
     
    2626}
    2727
    28 define( 'ACCDN_VERSION', '0.9.7' );
     28
     29define( 'ACCDN_VERSION', '0.9.8' );
    2930define( 'ACCDN_NAME', __( 'ArvanCloud CDN', 'arvancloud-cdn' ) );
    3031define( 'ACCDN_SLUG', 'arvancloud-cdn');
     
    3738 * Currently plugin version.
    3839 */
    39 define( 'WP_ARVANCLOUD_CDN_VERSION', '0.9.7' );
     40define( 'WP_ARVANCLOUD_CDN_VERSION', '0.9.' );
    4041
    4142/**
  • arvancloud-cdn/trunk/README.txt

    r2943546 r2945859  
    55Tested up to: 6.1
    66Requires PHP: 7.2
    7 Stable tag: 0.9.7
     7Stable tag: 0.9.
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    5656
    5757== Changelog ==
    58 = 0.9.7 - 2023-07-26 =
    59 * Change API Key URL to Machine user
     58= 0.9. =
     59*
    6060
    6161= 0.9.6 - 2023-01-18 =
  • arvancloud-cdn/trunk/wp-arvancloud-cdn.php

    r2943546 r2945859  
    1111 * Plugin URI:        https://www.arvancloud.ir/fa/products/cdn
    1212 * Description:       ArvanCloud CDN service caches your website content. Using this plugin, you will be able to purge and update the cached version, either manually or automatically, so that your users visit the latest version of your website at any time.
    13  * Version:           0.9.7
     13 * Version:           0.9.
    1414 * Requires PHP:      7.2
    1515 * Author:            Khorshid, ArvanCloud
     
    2626}
    2727
    28 define( 'ACCDN_VERSION', '0.9.7' );
     28
     29define( 'ACCDN_VERSION', '0.9.8' );
    2930define( 'ACCDN_NAME', __( 'ArvanCloud CDN', 'arvancloud-cdn' ) );
    3031define( 'ACCDN_SLUG', 'arvancloud-cdn');
     
    3738 * Currently plugin version.
    3839 */
    39 define( 'WP_ARVANCLOUD_CDN_VERSION', '0.9.7' );
     40define( 'WP_ARVANCLOUD_CDN_VERSION', '0.9.' );
    4041
    4142/**
Note: See TracChangeset for help on using the changeset viewer.