Plugin Directory

Changeset 884989


Ignore:
Timestamp:
03/31/2014 10:01:17 AM (12 years ago)
Author:
daanzk
Message:

Added backward compatibility with the old Meteodata plugin. The meteodata tag is now treated like the meteohub tag.

Location:
meteohub/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • meteohub/trunk/meteohub.php

    r884936 r884989  
    33 * Plugin Name: Meteohub
    44 * Description: Displays data from a meteohub file in the content with shorttags.
    5  * Version: 1.0
     5 * Version: 1.1
    66 * Author: Daan Oostindiën
    77 * Author URI: http://www.oostindien.eu
     
    127127}
    128128add_shortcode( 'meteohub', 'meteohub_func' );
     129add_shortcode( 'meteodata', 'meteohub_func' );
  • meteohub/trunk/readme.txt

    r884936 r884989  
    55Requires at least: 3.0.1
    66Tested up to: 3.8.1
    7 Stable tag: 1.0
     7Stable tag: 1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3939
    4040== Changelog ==
     41= 1.1 =
     42* Added backward compatibility with the old Meteodata plugin. The meteodata tag is now treated like the meteohub tag.
    4143
    4244= 1.0 =
Note: See TracChangeset for help on using the changeset viewer.