Changeset 984600
- Timestamp:
- 09/08/2014 06:30:11 PM (12 years ago)
- Location:
- flexible-posts-widget/trunk
- Files:
-
- 4 edited
-
flexible-posts-widget.php (modified) (1 diff)
-
readme.html (modified) (2 diffs)
-
readme.md (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
flexible-posts-widget/trunk/flexible-posts-widget.php
r885443 r984600 15 15 * Plugin URI: http://wordpress.org/extend/plugins/flexible-posts-widget 16 16 * Description: An advanced posts display widget with many options: get posts by post type and taxonomy & term or by post ID; sorting & ordering; feature images; custom templates and more. 17 * Version: 3.3 17 * Version: 3.3.1 18 18 * Author: dpe415 19 19 * Author URI: http://dpedesign.com -
flexible-posts-widget/trunk/readme.html
r894510 r984600 5 5 <strong>Tags:</strong> widget, widgets, posts, categories, tags, recent posts, thumbnails, custom post types, custom taxonomies, feature image<br/> 6 6 <strong>Requires at least:</strong> 3.2<br/> 7 <strong>Tested up to:</strong> 3.9<br/>8 <strong>Stable tag:</strong> 3.3 7 <strong>Tested up to:</strong> 4.0<br/> 8 <strong>Stable tag:</strong> 3.3.1 9 9 <strong>License:</strong> GPL2 or later<br/> 10 10 <strong>License URI:</strong> http://www.gnu.org/licenses/gpl-2.0.html</p> … … 138 138 139 139 140 <h3>3.3.1</h3> 141 142 <ul> 143 <li>Added plugin icon.</li> 144 <li>Version bump for WordPress 4.0 support.</li> 145 </ul> 146 147 <h3>3.3</h3> 148 149 <ul> 150 <li>Refactored the PHP Class to encapsulate the plugin.</li> 151 <li>Added the ability to sort posts by "Post ID Order". Useful when getting posts using the ID tab (`post__in`). (Props: @cinus89)</li> 152 <li>Added Russian translation. (Props: @mizhgun)</li> 153 <li>Tested To bump for WordPress 3.9 support.</li> 154 </ul> 155 140 156 <h3>3.2.2</h3> 141 157 -
flexible-posts-widget/trunk/readme.md
r894510 r984600 4 4 **Tags:** widget, widgets, posts, categories, tags, recent posts, thumbnails, custom post types, custom taxonomies, feature image 5 5 **Requires at least:** 3.2 6 **Tested up to:** 3.97 **Stable tag:** 3.3 6 **Tested up to:** 4.0 7 **Stable tag:** 3.3.1 8 8 **License:** GPL2 or later 9 9 **License URI:** http://www.gnu.org/licenses/gpl-2.0.html … … 101 101 ## Changelog ## 102 102 103 ### 3.3.1 ### 104 * Added plugin icon. 105 * Version bump for WordPress 4.0 support. 106 103 107 ### 3.3 ### 104 108 * Refactored the PHP Class to encapsulate the plugin. -
flexible-posts-widget/trunk/readme.txt
r894510 r984600 4 4 Tags: widget, widgets, posts, categories, tags, recent posts, thumbnails, custom post types, custom taxonomies, feature image 5 5 Requires at least: 3.2 6 Tested up to: 3.97 Stable tag: 3.3 6 Tested up to: 4.0 7 Stable tag: 3.3.1 8 8 License: GPL2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 109 109 == Changelog == 110 110 111 = 3.3.1 = 112 * Added plugin icon. 113 * Version bump for WordPress 4.0 support. 114 111 115 = 3.3 = 112 116 * Refactored the PHP Class to encapsulate the plugin.
Note: See TracChangeset
for help on using the changeset viewer.