Changeset 884989
- Timestamp:
- 03/31/2014 10:01:17 AM (12 years ago)
- Location:
- meteohub/trunk
- Files:
-
- 2 edited
-
meteohub.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
meteohub/trunk/meteohub.php
r884936 r884989 3 3 * Plugin Name: Meteohub 4 4 * Description: Displays data from a meteohub file in the content with shorttags. 5 * Version: 1. 05 * Version: 1.1 6 6 * Author: Daan Oostindiën 7 7 * Author URI: http://www.oostindien.eu … … 127 127 } 128 128 add_shortcode( 'meteohub', 'meteohub_func' ); 129 add_shortcode( 'meteodata', 'meteohub_func' ); -
meteohub/trunk/readme.txt
r884936 r884989 5 5 Requires at least: 3.0.1 6 6 Tested up to: 3.8.1 7 Stable tag: 1. 07 Stable tag: 1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 39 39 40 40 == Changelog == 41 = 1.1 = 42 * Added backward compatibility with the old Meteodata plugin. The meteodata tag is now treated like the meteohub tag. 41 43 42 44 = 1.0 =
Note: See TracChangeset
for help on using the changeset viewer.