Changeset 2269657
- Timestamp:
- 03/28/2020 09:13:42 AM (5 years ago)
- 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 4 4 Requires at least: 5.0 5 5 Tested up to: 5.4 6 Stable tag: 0.1. 06 Stable tag: 0.1.1 7 7 Requires PHP: 7.2 8 8 License: GPLv2 or later -
south-african-covid-19-banner/tags/0.1.1/south-african-covid-19-banner.php
r2269656 r2269657 12 12 * Plugin URI: https://github.com/seagyn/south-african-covid-19-banner/ 13 13 * 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. 014 * Version: 0.1.1 15 15 * Requires at least: 5.0 16 16 * Requires PHP: 7.1 … … 45 45 function init() { 46 46 47 define( 'SOUTH_AFRICA_COVID_19_BANNER_VERSION', '0.1. 0' );47 define( 'SOUTH_AFRICA_COVID_19_BANNER_VERSION', '0.1.1' ); 48 48 define( 'SOUTH_AFRICA_COVID_19_BANNER_DIR', plugin_dir_path( __FILE__ ) ); 49 49 define( 'SOUTH_AFRICA_COVID_19_BANNER_URL', plugin_dir_url( __FILE__ ) ); -
south-african-covid-19-banner/trunk/readme.txt
r2269656 r2269657 4 4 Requires at least: 5.0 5 5 Tested up to: 5.4 6 Stable tag: 0.1. 06 Stable tag: 0.1.1 7 7 Requires PHP: 7.2 8 8 License: GPLv2 or later -
south-african-covid-19-banner/trunk/south-african-covid-19-banner.php
r2269656 r2269657 12 12 * Plugin URI: https://github.com/seagyn/south-african-covid-19-banner/ 13 13 * 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. 014 * Version: 0.1.1 15 15 * Requires at least: 5.0 16 16 * Requires PHP: 7.1 … … 45 45 function init() { 46 46 47 define( 'SOUTH_AFRICA_COVID_19_BANNER_VERSION', '0.1. 0' );47 define( 'SOUTH_AFRICA_COVID_19_BANNER_VERSION', '0.1.1' ); 48 48 define( 'SOUTH_AFRICA_COVID_19_BANNER_DIR', plugin_dir_path( __FILE__ ) ); 49 49 define( 'SOUTH_AFRICA_COVID_19_BANNER_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.