Plugin Directory

Changeset 2374923


Ignore:
Timestamp:
09/04/2020 03:19:55 AM (6 years ago)
Author:
om4
Message:

Update to version 1.2.12 from GitHub

Location:
weatherzone
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • weatherzone/tags/1.2.12/readme.txt

    r2374424 r2374923  
    44Requires at least: 3.5
    55Tested up to: 5.5
    6 Stable tag: 1.2.11
     6Stable tag: 1.2.12
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8383== Changelog ==
    8484
    85 = 1.2.11=
     85= 1.2.12 =
    8686* Update release process.
    8787
    88 = 1.2.10=
     88= 1.2.11 =
    8989* Update release process.
    9090
    91 = 1.2.9=
     91= 1.2.10 =
    9292* Update release process.
    9393
    94 = 1.2.9=
     94= 1.2.9 =
     95* Update release process.
     96
     97= 1.2.9 =
    9598* Translation updates.
    9699
    97 = 1.2.8=
     100= 1.2.8 =
    98101* WordPress 5.5 compatibility.
    99102
    100 = 1.2.7=
     103= 1.2.7 =
    101104* Add support for HTTPS/SSL sites.
    102105* WordPress 4.8 compatibility.
    103106
    104 = 1.2.6=
     107= 1.2.6 =
    105108* PHP 7 compatibility (no more deprecated constructor warning).
    106109* WordPress 4.5 compatibility.
  • weatherzone/tags/1.2.12/weatherzone.php

    r2374424 r2374923  
    44Plugin URI: https://om4.io/plugins/weatherzone/
    55Description: Allows you to embed WeatherZone.com.au weather buttons on your site. Supports both weather forecast and current weather observations buttons.
    6 Version: 1.2.11
     6Version: 1.2.12
    77Author: OM4
    88Author URI: https://om4.io/
     
    3232class OM4_WeatherZone {
    3333
    34     var $version = '1.2.11';
     34    var $version = '1.2.12';
    3535
    3636    var $dbVersion = 1;
  • weatherzone/tags/1.2.12/weatherzone.pot

    r2374424 r2374923  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WeatherZone Embed 1.2.11\n"
     5"Project-Id-Version: WeatherZone Embed 1.2.12\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/weatherzone\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2020-09-03T10:40:36+00:00\n"
     12"POT-Creation-Date: 2020-09-04T03:17:02+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.4.0\n"
  • weatherzone/trunk/readme.txt

    r2374424 r2374923  
    44Requires at least: 3.5
    55Tested up to: 5.5
    6 Stable tag: 1.2.11
     6Stable tag: 1.2.12
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8383== Changelog ==
    8484
    85 = 1.2.11=
     85= 1.2.12 =
    8686* Update release process.
    8787
    88 = 1.2.10=
     88= 1.2.11 =
    8989* Update release process.
    9090
    91 = 1.2.9=
     91= 1.2.10 =
    9292* Update release process.
    9393
    94 = 1.2.9=
     94= 1.2.9 =
     95* Update release process.
     96
     97= 1.2.9 =
    9598* Translation updates.
    9699
    97 = 1.2.8=
     100= 1.2.8 =
    98101* WordPress 5.5 compatibility.
    99102
    100 = 1.2.7=
     103= 1.2.7 =
    101104* Add support for HTTPS/SSL sites.
    102105* WordPress 4.8 compatibility.
    103106
    104 = 1.2.6=
     107= 1.2.6 =
    105108* PHP 7 compatibility (no more deprecated constructor warning).
    106109* WordPress 4.5 compatibility.
  • weatherzone/trunk/weatherzone.php

    r2374424 r2374923  
    44Plugin URI: https://om4.io/plugins/weatherzone/
    55Description: Allows you to embed WeatherZone.com.au weather buttons on your site. Supports both weather forecast and current weather observations buttons.
    6 Version: 1.2.11
     6Version: 1.2.12
    77Author: OM4
    88Author URI: https://om4.io/
     
    3232class OM4_WeatherZone {
    3333
    34     var $version = '1.2.11';
     34    var $version = '1.2.12';
    3535
    3636    var $dbVersion = 1;
  • weatherzone/trunk/weatherzone.pot

    r2374424 r2374923  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WeatherZone Embed 1.2.11\n"
     5"Project-Id-Version: WeatherZone Embed 1.2.12\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/weatherzone\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2020-09-03T10:40:36+00:00\n"
     12"POT-Creation-Date: 2020-09-04T03:17:02+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.4.0\n"
Note: See TracChangeset for help on using the changeset viewer.