Plugin Directory

Changeset 1700159


Ignore:
Timestamp:
07/21/2017 09:25:43 AM (9 years ago)
Author:
webcodin
Message:

Version 2.4.1

Location:
wcp-openweather/trunk
Files:
6 added
6 edited

Legend:

Unmodified
Added
Removed
  • wcp-openweather/trunk/classes/RPw.class.php

    r1530922 r1700159  
    1212     * @var type
    1313     */
    14     private $version = '2.4.0';
     14    private $version = '2.4.1';
    1515   
    1616    /**
  • wcp-openweather/trunk/config/admin-options-fieldset.php

    r1491178 r1700159  
    6363        'fa_IR' => 'فارسی',
    6464        'el_GR' => 'Ελληνικά (Ελλάδα)',
     65        'da_DK' => 'Dansk (Danmark)',
    6566    ),
    6667    'partial_languages' => array(
  • wcp-openweather/trunk/readme.txt

    r1530922 r1700159  
    33Tags:  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
    44Requires at least: 3.5.0
    5 Tested up to: 4.6
     5Tested up to: 4.8
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    101101* Polish (Poland);
    102102* French (France);
     103* Danish (Denmark) - great thanks for Kim;
    103104
    104105Multilanguage 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.
     
    215216
    216217== Changelog ==
     218= 2.4.1 =
     219* Added translation to the Danish (Denmark) language
     220* Compatibility up to WP 4.8
     221
    217222= 2.4.0 =
    218223* Fixed issue with Google Map API
  • wcp-openweather/trunk/theme/default/config/admin-options-fieldset.php

    r1491178 r1700159  
    2525        'fa_IR' => 'فارسی',
    2626        'el_GR' => 'Ελληνικά (Ελλάδα)',
     27        'da_DK' => 'Dansk (Danmark)',
    2728    ),   
    2829    'wcp_weather_widget_templates' => array(
  • wcp-openweather/trunk/theme/metro/config/admin-options-fieldset.php

    r1491178 r1700159  
    2525        'fa_IR' => 'فارسی',
    2626        'el_GR' => 'Ελληνικά (Ελλάδα)',
     27        'da_DK' => 'Dansk (Danmark)',
    2728    ),   
    2829    'wcp_weather_widget_templates' => array(
  • wcp-openweather/trunk/wcp-openweather.php

    r1530922 r1700159  
    44 * Plugin URI: https://wordpress.org/plugins/wcp-openweather/
    55 * Description: The weather forecast plugin based on OpenWeatherMap API that includes various sidebar widgets and shortcodes
    6  * Version: 2.4.0
     6 * Version: 2.4.1
    77 * Author: Webcodin
    88 * Author URI: https://profiles.wordpress.org/webcodin/
Note: See TracChangeset for help on using the changeset viewer.