Plugin Directory

Changeset 2269657


Ignore:
Timestamp:
03/28/2020 09:13:42 AM (5 years ago)
Author:
Seags
Message:

Update to version 0.1.1 from GitHub

Location:
south-african-covid-19-banner
Files:
2 added
2 deleted
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • south-african-covid-19-banner/tags/0.1.1/readme.txt

    r2269656 r2269657  
    44Requires at least: 5.0
    55Tested up to: 5.4
    6 Stable tag: 0.1.0
     6Stable tag: 0.1.1
    77Requires PHP: 7.2
    88License: GPLv2 or later
  • south-african-covid-19-banner/tags/0.1.1/south-african-covid-19-banner.php

    r2269656 r2269657  
    1212 * Plugin URI:        https://github.com/seagyn/south-african-covid-19-banner/
    1313 * Description:       This plugin makes it easy for South African WordPress sites to add the Covid-19 banner as required by the South African government.
    14  * Version:           0.1.0
     14 * Version:           0.1.1
    1515 * Requires at least: 5.0
    1616 * Requires PHP:      7.1
     
    4545function init() {
    4646
    47     define( 'SOUTH_AFRICA_COVID_19_BANNER_VERSION', '0.1.0' );
     47    define( 'SOUTH_AFRICA_COVID_19_BANNER_VERSION', '0.1.1' );
    4848    define( 'SOUTH_AFRICA_COVID_19_BANNER_DIR', plugin_dir_path( __FILE__ ) );
    4949    define( 'SOUTH_AFRICA_COVID_19_BANNER_URL', plugin_dir_url( __FILE__ ) );
  • south-african-covid-19-banner/trunk/readme.txt

    r2269656 r2269657  
    44Requires at least: 5.0
    55Tested up to: 5.4
    6 Stable tag: 0.1.0
     6Stable tag: 0.1.1
    77Requires PHP: 7.2
    88License: GPLv2 or later
  • south-african-covid-19-banner/trunk/south-african-covid-19-banner.php

    r2269656 r2269657  
    1212 * Plugin URI:        https://github.com/seagyn/south-african-covid-19-banner/
    1313 * Description:       This plugin makes it easy for South African WordPress sites to add the Covid-19 banner as required by the South African government.
    14  * Version:           0.1.0
     14 * Version:           0.1.1
    1515 * Requires at least: 5.0
    1616 * Requires PHP:      7.1
     
    4545function init() {
    4646
    47     define( 'SOUTH_AFRICA_COVID_19_BANNER_VERSION', '0.1.0' );
     47    define( 'SOUTH_AFRICA_COVID_19_BANNER_VERSION', '0.1.1' );
    4848    define( 'SOUTH_AFRICA_COVID_19_BANNER_DIR', plugin_dir_path( __FILE__ ) );
    4949    define( 'SOUTH_AFRICA_COVID_19_BANNER_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.