Changeset 2374392
- Timestamp:
- 09/03/2020 10:07:48 AM (6 years ago)
- Location:
- weatherzone
- Files:
-
- 2 deleted
- 6 edited
- 1 copied
-
tags/1.2.9 (copied) (copied from weatherzone/trunk)
-
tags/1.2.9/.github (deleted)
-
tags/1.2.9/readme.txt (modified) (2 diffs)
-
tags/1.2.9/weatherzone.php (modified) (2 diffs)
-
tags/1.2.9/weatherzone.pot (modified) (1 diff)
-
trunk/.github (deleted)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/weatherzone.php (modified) (2 diffs)
-
trunk/weatherzone.pot (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
weatherzone/tags/1.2.9/readme.txt
r2374331 r2374392 4 4 Requires at least: 3.5 5 5 Tested up to: 5.5 6 Stable tag: 1.2. 86 Stable tag: 1.2.9 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 83 83 == Changelog == 84 84 85 = 1.2.9= 86 * Translation updates. 87 85 88 = 1.2.8= 86 89 * WordPress 5.5 compatibility. -
weatherzone/tags/1.2.9/weatherzone.php
r2374331 r2374392 4 4 Plugin URI: https://om4.io/plugins/weatherzone/ 5 5 Description: 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. 86 Version: 1.2.9 7 7 Author: OM4 8 8 Author URI: https://om4.io/ … … 32 32 class OM4_WeatherZone { 33 33 34 var $version = '1.2. 8';34 var $version = '1.2.9'; 35 35 36 36 var $dbVersion = 1; -
weatherzone/tags/1.2.9/weatherzone.pot
r1682377 r2374392 1 # Copyright (C) 20 16OM42 # This file is distributed under the same license as the WeatherZone Embed package.1 # Copyright (C) 2020 OM4 2 # This file is distributed under the GPLv2 or later. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WeatherZone Embed 1.2. 7\n"5 "Project-Id-Version: WeatherZone Embed 1.2.9\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/weatherzone\n" 7 "POT-Creation-Date: 2017-06-21 06:34:36+00:00\n" 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 8 "Language-Team: LANGUAGE <[email protected]>\n" 8 9 "MIME-Version: 1.0\n" 9 10 "Content-Type: text/plain; charset=UTF-8\n" 10 11 "Content-Transfer-Encoding: 8bit\n" 11 "PO-Revision-Date: 2017-MO-DA HO:MI+ZONE\n" 12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 13 "Language-Team: LANGUAGE <[email protected]>\n" 12 "POT-Creation-Date: 2020-09-03T10:04:19+00:00\n" 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 "X-Generator: WP-CLI 2.4.0\n" 15 "X-Domain: om4-weatherzone\n" 14 16 15 16 #. Plugin Name of the plugin/theme 17 #. Plugin Name of the plugin 17 18 msgid "WeatherZone Embed" 18 19 msgstr "" 19 20 20 #. Plugin URI of the plugin /theme21 msgid "https://om4. com.au/plugins/weatherzone/"21 #. Plugin URI of the plugin 22 msgid "https://om4.io/plugins/weatherzone/" 22 23 msgstr "" 23 24 24 #. Description of the plugin /theme25 #. Description of the plugin 25 26 msgid "Allows you to embed WeatherZone.com.au weather buttons on your site. Supports both weather forecast and current weather observations buttons." 26 27 msgstr "" 27 28 28 #. Author of the plugin /theme29 #. Author of the plugin 29 30 msgid "OM4" 30 31 msgstr "" 31 32 32 #. Author URI of the plugin /theme33 msgid "https://om4. com.au/plugins/"33 #. Author URI of the plugin 34 msgid "https://om4.io/" 34 35 msgstr "" -
weatherzone/trunk/readme.txt
r2374331 r2374392 4 4 Requires at least: 3.5 5 5 Tested up to: 5.5 6 Stable tag: 1.2. 86 Stable tag: 1.2.9 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 83 83 == Changelog == 84 84 85 = 1.2.9= 86 * Translation updates. 87 85 88 = 1.2.8= 86 89 * WordPress 5.5 compatibility. -
weatherzone/trunk/weatherzone.php
r2374331 r2374392 4 4 Plugin URI: https://om4.io/plugins/weatherzone/ 5 5 Description: 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. 86 Version: 1.2.9 7 7 Author: OM4 8 8 Author URI: https://om4.io/ … … 32 32 class OM4_WeatherZone { 33 33 34 var $version = '1.2. 8';34 var $version = '1.2.9'; 35 35 36 36 var $dbVersion = 1; -
weatherzone/trunk/weatherzone.pot
r1682377 r2374392 1 # Copyright (C) 20 16OM42 # This file is distributed under the same license as the WeatherZone Embed package.1 # Copyright (C) 2020 OM4 2 # This file is distributed under the GPLv2 or later. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WeatherZone Embed 1.2. 7\n"5 "Project-Id-Version: WeatherZone Embed 1.2.9\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/weatherzone\n" 7 "POT-Creation-Date: 2017-06-21 06:34:36+00:00\n" 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 8 "Language-Team: LANGUAGE <[email protected]>\n" 8 9 "MIME-Version: 1.0\n" 9 10 "Content-Type: text/plain; charset=UTF-8\n" 10 11 "Content-Transfer-Encoding: 8bit\n" 11 "PO-Revision-Date: 2017-MO-DA HO:MI+ZONE\n" 12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 13 "Language-Team: LANGUAGE <[email protected]>\n" 12 "POT-Creation-Date: 2020-09-03T10:04:19+00:00\n" 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 "X-Generator: WP-CLI 2.4.0\n" 15 "X-Domain: om4-weatherzone\n" 14 16 15 16 #. Plugin Name of the plugin/theme 17 #. Plugin Name of the plugin 17 18 msgid "WeatherZone Embed" 18 19 msgstr "" 19 20 20 #. Plugin URI of the plugin /theme21 msgid "https://om4. com.au/plugins/weatherzone/"21 #. Plugin URI of the plugin 22 msgid "https://om4.io/plugins/weatherzone/" 22 23 msgstr "" 23 24 24 #. Description of the plugin /theme25 #. Description of the plugin 25 26 msgid "Allows you to embed WeatherZone.com.au weather buttons on your site. Supports both weather forecast and current weather observations buttons." 26 27 msgstr "" 27 28 28 #. Author of the plugin /theme29 #. Author of the plugin 29 30 msgid "OM4" 30 31 msgstr "" 31 32 32 #. Author URI of the plugin /theme33 msgid "https://om4. com.au/plugins/"33 #. Author URI of the plugin 34 msgid "https://om4.io/" 34 35 msgstr ""
Note: See TracChangeset
for help on using the changeset viewer.