Flexible Posts Widget - Version 3.3.1

Version Description

  • Added plugin icon.
  • Version bump for WordPress 4.0 support.
Download this release

Release Info

Developer dpe415
Plugin Icon wp plugin Flexible Posts Widget
Version 3.3.1
Comparing to
See all releases

Code changes from version 3.3 to 3.3.1

Files changed (4) hide show
  1. flexible-posts-widget.php +1 -1
  2. readme.html +18 -2
  3. readme.md +6 -2
  4. readme.txt +6 -2
flexible-posts-widget.php CHANGED
@@ -14,7 +14,7 @@
14
  * Plugin Name: Flexible Posts Widget
15
  * Plugin URI: http://wordpress.org/extend/plugins/flexible-posts-widget
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
18
  * Author: dpe415
19
  * Author URI: http://dpedesign.com
20
  * Text Domain: flexible-posts-widget
14
  * Plugin Name: Flexible Posts Widget
15
  * Plugin URI: http://wordpress.org/extend/plugins/flexible-posts-widget
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.1
18
  * Author: dpe415
19
  * Author URI: http://dpedesign.com
20
  * Text Domain: flexible-posts-widget
readme.html CHANGED
@@ -4,8 +4,8 @@
4
  <strong>Donate link:</strong> https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=DJKSKHJWYAWDU<br/>
5
  <strong>Tags:</strong> widget, widgets, posts, categories, tags, recent posts, thumbnails, custom post types, custom taxonomies, feature image<br/>
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
9
  <strong>License:</strong> GPL2 or later<br/>
10
  <strong>License URI:</strong> http://www.gnu.org/licenses/gpl-2.0.html</p>
11
 
@@ -137,6 +137,22 @@ echo $test_field_value;</code></p>
137
  </ul>
138
 
139
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
140
  <h3>3.2.2</h3>
141
 
142
  <ul>
4
  <strong>Donate link:</strong> https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=DJKSKHJWYAWDU<br/>
5
  <strong>Tags:</strong> widget, widgets, posts, categories, tags, recent posts, thumbnails, custom post types, custom taxonomies, feature image<br/>
6
  <strong>Requires at least:</strong> 3.2<br/>
7
+ <strong>Tested up to:</strong> 4.0<br/>
8
+ <strong>Stable tag:</strong> 3.3.1
9
  <strong>License:</strong> GPL2 or later<br/>
10
  <strong>License URI:</strong> http://www.gnu.org/licenses/gpl-2.0.html</p>
11
 
137
  </ul>
138
 
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
+
156
  <h3>3.2.2</h3>
157
 
158
  <ul>
readme.md CHANGED
@@ -3,8 +3,8 @@
3
  **Donate link:** https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=DJKSKHJWYAWDU
4
  **Tags:** widget, widgets, posts, categories, tags, recent posts, thumbnails, custom post types, custom taxonomies, feature image
5
  **Requires at least:** 3.2
6
- **Tested up to:** 3.9
7
- **Stable tag:** 3.3
8
  **License:** GPL2 or later
9
  **License URI:** http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -100,6 +100,10 @@ Edit the new file in your theme to your desired HTML layout. Please do not edit
100
 
101
  ## Changelog ##
102
 
 
 
 
 
103
  ### 3.3 ###
104
  * Refactored the PHP Class to encapsulate the plugin.
105
  * Added the ability to sort posts by "Post ID Order". Useful when getting posts using the ID tab (`post__in`). (Props: @cinus89)
3
  **Donate link:** https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=DJKSKHJWYAWDU
4
  **Tags:** widget, widgets, posts, categories, tags, recent posts, thumbnails, custom post types, custom taxonomies, feature image
5
  **Requires at least:** 3.2
6
+ **Tested up to:** 4.0
7
+ **Stable tag:** 3.3.1
8
  **License:** GPL2 or later
9
  **License URI:** http://www.gnu.org/licenses/gpl-2.0.html
10
 
100
 
101
  ## Changelog ##
102
 
103
+ ### 3.3.1 ###
104
+ * Added plugin icon.
105
+ * Version bump for WordPress 4.0 support.
106
+
107
  ### 3.3 ###
108
  * Refactored the PHP Class to encapsulate the plugin.
109
  * Added the ability to sort posts by "Post ID Order". Useful when getting posts using the ID tab (`post__in`). (Props: @cinus89)
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: dpe415
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=DJKSKHJWYAWDU
4
  Tags: widget, widgets, posts, categories, tags, recent posts, thumbnails, custom post types, custom taxonomies, feature image
5
  Requires at least: 3.2
6
- Tested up to: 3.9
7
- Stable tag: 3.3
8
  License: GPL2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -108,6 +108,10 @@ Edit the new file in your theme to your desired HTML layout. Please do not edit
108
 
109
  == Changelog ==
110
 
 
 
 
 
111
  = 3.3 =
112
  * Refactored the PHP Class to encapsulate the plugin.
113
  * Added the ability to sort posts by "Post ID Order". Useful when getting posts using the ID tab (`post__in`). (Props: @cinus89)
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=DJKSKHJWYAWDU
4
  Tags: widget, widgets, posts, categories, tags, recent posts, thumbnails, custom post types, custom taxonomies, feature image
5
  Requires at least: 3.2
6
+ Tested up to: 4.0
7
+ Stable tag: 3.3.1
8
  License: GPL2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
108
 
109
  == Changelog ==
110
 
111
+ = 3.3.1 =
112
+ * Added plugin icon.
113
+ * Version bump for WordPress 4.0 support.
114
+
115
  = 3.3 =
116
  * Refactored the PHP Class to encapsulate the plugin.
117
  * Added the ability to sort posts by "Post ID Order". Useful when getting posts using the ID tab (`post__in`). (Props: @cinus89)