Changeset 1700159
- Timestamp:
- 07/21/2017 09:25:43 AM (9 years ago)
- Location:
- wcp-openweather/trunk
- Files:
-
- 6 added
- 6 edited
-
classes/RPw.class.php (modified) (1 diff)
-
config/admin-options-fieldset.php (modified) (1 diff)
-
languages/wcp-openweather-da_DK.mo (added)
-
languages/wcp-openweather-da_DK.po (added)
-
readme.txt (modified) (3 diffs)
-
theme/default/config/admin-options-fieldset.php (modified) (1 diff)
-
theme/default/languages/wcp-openweather-theme-da_DK.mo (added)
-
theme/default/languages/wcp-openweather-theme-da_DK.po (added)
-
theme/metro/config/admin-options-fieldset.php (modified) (1 diff)
-
theme/metro/languages/wcp-openweather-theme-da_DK.mo (added)
-
theme/metro/languages/wcp-openweather-theme-da_DK.po (added)
-
wcp-openweather.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wcp-openweather/trunk/classes/RPw.class.php
r1530922 r1700159 12 12 * @var type 13 13 */ 14 private $version = '2.4. 0';14 private $version = '2.4.1'; 15 15 16 16 /** -
wcp-openweather/trunk/config/admin-options-fieldset.php
r1491178 r1700159 63 63 'fa_IR' => 'فارسی', 64 64 'el_GR' => 'Ελληνικά (Ελλάδα)', 65 'da_DK' => 'Dansk (Danmark)', 65 66 ), 66 67 'partial_languages' => array( -
wcp-openweather/trunk/readme.txt
r1530922 r1700159 3 3 Tags: weather, forecast, current weather, forecast widget, local weather, openweathermap, shortcode, sidebar, weather forecasts, weather widget, widgets, options, user options, plugin skin, plugin theme, Weather API, conditions, current conditions, weather by city, city name, google autocomplete, autocomplete, location, units, temperature, wind speed, pressure, multilanguage, multi language, language 4 4 Requires at least: 3.5.0 5 Tested up to: 4. 65 Tested up to: 4.8 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 101 101 * Polish (Poland); 102 102 * French (France); 103 * Danish (Denmark) - great thanks for Kim; 103 104 104 105 Multilanguage functionality has limitation based on [OpenWeatherMap API](http://openweathermap.org/forecast16#multi) languages support, i.e. city name has no translation for city name by default and description of weather conditions have translation only for languages form [OpenWeatherMap](http://openweathermap.org/forecast16#multi) API list. … … 215 216 216 217 == Changelog == 218 = 2.4.1 = 219 * Added translation to the Danish (Denmark) language 220 * Compatibility up to WP 4.8 221 217 222 = 2.4.0 = 218 223 * Fixed issue with Google Map API -
wcp-openweather/trunk/theme/default/config/admin-options-fieldset.php
r1491178 r1700159 25 25 'fa_IR' => 'فارسی', 26 26 'el_GR' => 'Ελληνικά (Ελλάδα)', 27 'da_DK' => 'Dansk (Danmark)', 27 28 ), 28 29 'wcp_weather_widget_templates' => array( -
wcp-openweather/trunk/theme/metro/config/admin-options-fieldset.php
r1491178 r1700159 25 25 'fa_IR' => 'فارسی', 26 26 'el_GR' => 'Ελληνικά (Ελλάδα)', 27 'da_DK' => 'Dansk (Danmark)', 27 28 ), 28 29 'wcp_weather_widget_templates' => array( -
wcp-openweather/trunk/wcp-openweather.php
r1530922 r1700159 4 4 * Plugin URI: https://wordpress.org/plugins/wcp-openweather/ 5 5 * Description: The weather forecast plugin based on OpenWeatherMap API that includes various sidebar widgets and shortcodes 6 * Version: 2.4. 06 * Version: 2.4.1 7 7 * Author: Webcodin 8 8 * Author URI: https://profiles.wordpress.org/webcodin/
Note: See TracChangeset
for help on using the changeset viewer.