Plugin Directory

Changeset 984600


Ignore:
Timestamp:
09/08/2014 06:30:11 PM (12 years ago)
Author:
dpe415
Message:

Version bump for WordPress 4.0.

Location:
flexible-posts-widget/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • flexible-posts-widget/trunk/flexible-posts-widget.php

    r885443 r984600  
    1515 * Plugin URI:        http://wordpress.org/extend/plugins/flexible-posts-widget
    1616 * 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
    1818 * Author:            dpe415
    1919 * Author URI:        http://dpedesign.com
  • flexible-posts-widget/trunk/readme.html

    r894510 r984600  
    55<strong>Tags:</strong> widget, widgets, posts, categories, tags, recent posts, thumbnails, custom post types, custom taxonomies, feature image<br/>
    66<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
    99<strong>License:</strong> GPL2 or later<br/>
    1010<strong>License URI:</strong> http://www.gnu.org/licenses/gpl-2.0.html</p>
     
    138138
    139139
     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
    140156<h3>3.2.2</h3>
    141157
  • flexible-posts-widget/trunk/readme.md

    r894510 r984600  
    44**Tags:** widget, widgets, posts, categories, tags, recent posts, thumbnails, custom post types, custom taxonomies, feature image 
    55**Requires at least:** 3.2 
    6 **Tested up to:** 3.9 
    7 **Stable tag:** 3.3
     6**Tested up to:** 4.0 
     7**Stable tag:** 3.3.1
    88**License:** GPL2 or later 
    99**License URI:** http://www.gnu.org/licenses/gpl-2.0.html 
     
    101101## Changelog ##
    102102
     103### 3.3.1 ###
     104* Added plugin icon.
     105* Version bump for WordPress 4.0 support.
     106
    103107### 3.3 ###
    104108* Refactored the PHP Class to encapsulate the plugin.
  • flexible-posts-widget/trunk/readme.txt

    r894510 r984600  
    44Tags: widget, widgets, posts, categories, tags, recent posts, thumbnails, custom post types, custom taxonomies, feature image
    55Requires at least: 3.2
    6 Tested up to: 3.9
    7 Stable tag: 3.3
     6Tested up to: 4.0
     7Stable tag: 3.3.1
    88License: GPL2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    109109== Changelog ==
    110110
     111= 3.3.1 =
     112* Added plugin icon.
     113* Version bump for WordPress 4.0 support.
     114
    111115= 3.3 =
    112116* Refactored the PHP Class to encapsulate the plugin.
Note: See TracChangeset for help on using the changeset viewer.