Changeset 1223177
- Timestamp:
- 08/18/2015 12:42:17 AM (11 years ago)
- Location:
- themedy-widgets/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
themedy-widgets.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
themedy-widgets/trunk/readme.txt
r1204969 r1223177 3 3 Tags: shortcodes, themedy, genesis, thesis, ad widget, flickr widget, vimeo widget, video widget 4 4 Requires at least: 4.1 5 Tested up to: 4. 2.36 Stable tag: 1.0. 25 Tested up to: 4.3 6 Stable tag: 1.0.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 26 26 == Changelog == 27 27 28 = 1.0.3 = 29 * Update for WordPress 4.3 30 28 31 = 1.0.2 = 29 32 * Add tabbed widget -
themedy-widgets/trunk/themedy-widgets.php
r1204994 r1223177 4 4 Plugin URI: http://themedy.com 5 5 Description: A selection of widgets to extend your Themedy site even further. 6 Version: 1.0. 26 Version: 1.0.3 7 7 Author: Themedy 8 8 Author URI: http://themedy.com … … 48 48 include('includes/widgets/widget-tabbed.php'); 49 49 } 50 if ( !class_exists( 'social_list_widget' )) { 51 include('includes/widgets/widget-social.php'); 52 } 50 53 }
Note: See TracChangeset
for help on using the changeset viewer.