Version Description
- Version bump for WordPress 4.1 support.
Download this release
Release Info
Developer | dpe415 |
Plugin | Flexible Posts Widget |
Version | 3.4.1 |
Comparing to | |
See all releases |
Code changes from version 3.4 to 3.4.1
- flexible-posts-widget.php +2 -2
- readme.html +8 -9
- readme.md +5 -8
- readme.txt +5 -6
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.4
|
18 |
* Author: dpe415
|
19 |
* Author URI: http://dpedesign.com
|
20 |
* Text Domain: flexible-posts-widget
|
@@ -62,7 +62,7 @@ class DPE_Flexible_Posts_Widget extends WP_Widget {
|
|
62 |
*
|
63 |
* @var string
|
64 |
*/
|
65 |
-
protected $plugin_version = '3.4';
|
66 |
|
67 |
/**
|
68 |
* Unique identifier for your 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.4.1
|
18 |
* Author: dpe415
|
19 |
* Author URI: http://dpedesign.com
|
20 |
* Text Domain: flexible-posts-widget
|
62 |
*
|
63 |
* @var string
|
64 |
*/
|
65 |
+
protected $plugin_version = '3.4.1';
|
66 |
|
67 |
/**
|
68 |
* Unique identifier for your widget.
|
readme.html
CHANGED
@@ -4,8 +4,8 @@
|
|
4 |
<strong>Donate link:</strong> https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&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.
|
8 |
-
<strong>Stable tag:</strong> 3.4
|
9 |
<strong>License:</strong> GPL2 or later<br/>
|
10 |
<strong>License URI:</strong> http://www.gnu.org/licenses/gpl-2.0.html</p>
|
11 |
|
@@ -29,7 +29,6 @@
|
|
29 |
<li>Each widget’s output can be customized by user-defined templates added to the current theme folder.</li>
|
30 |
</ul>
|
31 |
|
32 |
-
|
33 |
<h3>Supported Languages</h3>
|
34 |
|
35 |
<ul>
|
@@ -41,7 +40,6 @@
|
|
41 |
<li>Spanish</li>
|
42 |
</ul>
|
43 |
|
44 |
-
|
45 |
<h2>Installation</h2>
|
46 |
|
47 |
<ol>
|
@@ -50,7 +48,6 @@
|
|
50 |
<li>Go to ‘Appearance’ > ‘Widgets’ and place the widget into a sidebar to configure it.</li>
|
51 |
</ol>
|
52 |
|
53 |
-
|
54 |
<h2>To use a custom HTML output template</h2>
|
55 |
|
56 |
<ol>
|
@@ -61,7 +58,6 @@
|
|
61 |
<li>In the ‘Template Filename’ field choose the name of the template file you added to your theme. Example: <code>My Template</code></li>
|
62 |
</ol>
|
63 |
|
64 |
-
|
65 |
<h2>Frequently Asked Questions</h2>
|
66 |
|
67 |
<h3>How does the “Comma-separated list of post IDs” work?</h3>
|
@@ -125,9 +121,14 @@ echo $test_field_value;</code></p>
|
|
125 |
<li>Limit results by a time period.</li>
|
126 |
</ul>
|
127 |
|
128 |
-
|
129 |
<h2>Changelog</h2>
|
130 |
|
|
|
|
|
|
|
|
|
|
|
|
|
131 |
<h3>3.4</h3>
|
132 |
|
133 |
<ul>
|
@@ -140,7 +141,6 @@ echo $test_field_value;</code></p>
|
|
140 |
<li>Fixed an issue with language files not loading properly (Props @sajtdavid).</li>
|
141 |
</ul>
|
142 |
|
143 |
-
|
144 |
<h3>3.3.1</h3>
|
145 |
|
146 |
<ul>
|
@@ -148,7 +148,6 @@ echo $test_field_value;</code></p>
|
|
148 |
<li>Version bump for WordPress 4.0 support.</li>
|
149 |
</ul>
|
150 |
|
151 |
-
|
152 |
<h3>3.3</h3>
|
153 |
|
154 |
<ul>
|
4 |
<strong>Donate link:</strong> https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&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.1<br/>
|
8 |
+
<strong>Stable tag:</strong> 3.4.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 |
|
29 |
<li>Each widget’s output can be customized by user-defined templates added to the current theme folder.</li>
|
30 |
</ul>
|
31 |
|
|
|
32 |
<h3>Supported Languages</h3>
|
33 |
|
34 |
<ul>
|
40 |
<li>Spanish</li>
|
41 |
</ul>
|
42 |
|
|
|
43 |
<h2>Installation</h2>
|
44 |
|
45 |
<ol>
|
48 |
<li>Go to ‘Appearance’ > ‘Widgets’ and place the widget into a sidebar to configure it.</li>
|
49 |
</ol>
|
50 |
|
|
|
51 |
<h2>To use a custom HTML output template</h2>
|
52 |
|
53 |
<ol>
|
58 |
<li>In the ‘Template Filename’ field choose the name of the template file you added to your theme. Example: <code>My Template</code></li>
|
59 |
</ol>
|
60 |
|
|
|
61 |
<h2>Frequently Asked Questions</h2>
|
62 |
|
63 |
<h3>How does the “Comma-separated list of post IDs” work?</h3>
|
121 |
<li>Limit results by a time period.</li>
|
122 |
</ul>
|
123 |
|
|
|
124 |
<h2>Changelog</h2>
|
125 |
|
126 |
+
<h3>3.4.1</h3>
|
127 |
+
|
128 |
+
<ul>
|
129 |
+
<li>Version bump for WordPress 4.1 support.</li>
|
130 |
+
</ul>
|
131 |
+
|
132 |
<h3>3.4</h3>
|
133 |
|
134 |
<ul>
|
141 |
<li>Fixed an issue with language files not loading properly (Props @sajtdavid).</li>
|
142 |
</ul>
|
143 |
|
|
|
144 |
<h3>3.3.1</h3>
|
145 |
|
146 |
<ul>
|
148 |
<li>Version bump for WordPress 4.0 support.</li>
|
149 |
</ul>
|
150 |
|
|
|
151 |
<h3>3.3</h3>
|
152 |
|
153 |
<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:** 4.
|
7 |
-
**Stable tag:** 3.4
|
8 |
**License:** GPL2 or later
|
9 |
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -32,7 +32,6 @@ Flexible Posts Widget (FPW) is more than just a simple alternative to the defaul
|
|
32 |
* Russian
|
33 |
* Spanish
|
34 |
|
35 |
-
|
36 |
## Installation ##
|
37 |
1. Upload the `flexible-posts-widget` folder to the `/wp-content/plugins/` directory.
|
38 |
1. Activate the plugin through the 'Plugins' menu in WordPress.
|
@@ -45,7 +44,6 @@ Flexible Posts Widget (FPW) is more than just a simple alternative to the defaul
|
|
45 |
1. Go to 'Appearance' > 'Widgets' in WordPress to configure an instance of the widget.
|
46 |
1. In the 'Template Filename' field choose the name of the template file you added to your theme. Example: `My Template`
|
47 |
|
48 |
-
|
49 |
## Frequently Asked Questions ##
|
50 |
|
51 |
### How does the "Comma-separated list of post IDs" work? ###
|
@@ -79,12 +77,9 @@ I'd love to support more languages. The plugin's POT file is available with the
|
|
79 |
### Questions, Support & Bug Reports ###
|
80 |
To get answers to your questions, request help or submit a bug report, please start a [new forum thread](http://wordpress.org/tags/flexible-posts-widget/).
|
81 |
|
82 |
-
|
83 |
-
|
84 |
## Upgrade Notice ##
|
85 |
When upgrading from one major version to another (version 1.x to version 2.x to version 3.x, etc), please remember to verify your settings for any existing widgets. Not all settings combinations will be saved after a major release upgrade.
|
86 |
|
87 |
-
|
88 |
## Other Notes ##
|
89 |
### Upgrading from one major version to another ###
|
90 |
When upgrading between major releases (version 1.x to version 2.x to version 3.x, etc), please remember to verify your settings for any existing widgets. Not all settings combinations will be saved after a major release upgrade.
|
@@ -99,9 +94,11 @@ When upgrading between major releases (version 1.x to version 2.x to version 3.x
|
|
99 |
* Get posts from the same archive (term/post type/etc).
|
100 |
* Limit results by a time period.
|
101 |
|
102 |
-
|
103 |
## Changelog ##
|
104 |
|
|
|
|
|
|
|
105 |
### 3.4 ###
|
106 |
* Added Finnish language support. (Props: @eccola)
|
107 |
* Made the Template Filename field a select box based on the templates available in the current theme, the parent theme (if the current theme is a child theme) and the plugin's views folder. (Props @w3b-beweb)
|
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.1
|
7 |
+
**Stable tag:** 3.4.1
|
8 |
**License:** GPL2 or later
|
9 |
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
32 |
* Russian
|
33 |
* Spanish
|
34 |
|
|
|
35 |
## Installation ##
|
36 |
1. Upload the `flexible-posts-widget` folder to the `/wp-content/plugins/` directory.
|
37 |
1. Activate the plugin through the 'Plugins' menu in WordPress.
|
44 |
1. Go to 'Appearance' > 'Widgets' in WordPress to configure an instance of the widget.
|
45 |
1. In the 'Template Filename' field choose the name of the template file you added to your theme. Example: `My Template`
|
46 |
|
|
|
47 |
## Frequently Asked Questions ##
|
48 |
|
49 |
### How does the "Comma-separated list of post IDs" work? ###
|
77 |
### Questions, Support & Bug Reports ###
|
78 |
To get answers to your questions, request help or submit a bug report, please start a [new forum thread](http://wordpress.org/tags/flexible-posts-widget/).
|
79 |
|
|
|
|
|
80 |
## Upgrade Notice ##
|
81 |
When upgrading from one major version to another (version 1.x to version 2.x to version 3.x, etc), please remember to verify your settings for any existing widgets. Not all settings combinations will be saved after a major release upgrade.
|
82 |
|
|
|
83 |
## Other Notes ##
|
84 |
### Upgrading from one major version to another ###
|
85 |
When upgrading between major releases (version 1.x to version 2.x to version 3.x, etc), please remember to verify your settings for any existing widgets. Not all settings combinations will be saved after a major release upgrade.
|
94 |
* Get posts from the same archive (term/post type/etc).
|
95 |
* Limit results by a time period.
|
96 |
|
|
|
97 |
## Changelog ##
|
98 |
|
99 |
+
### 3.4.1 ###
|
100 |
+
* Version bump for WordPress 4.1 support.
|
101 |
+
|
102 |
### 3.4 ###
|
103 |
* Added Finnish language support. (Props: @eccola)
|
104 |
* Made the Template Filename field a select box based on the templates available in the current theme, the parent theme (if the current theme is a child theme) and the plugin's views folder. (Props @w3b-beweb)
|
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: 4.
|
7 |
-
Stable tag: 3.4
|
8 |
License: GPL2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -32,7 +32,6 @@ Flexible Posts Widget (FPW) is more than just a simple alternative to the defaul
|
|
32 |
* Russian
|
33 |
* Spanish
|
34 |
|
35 |
-
|
36 |
== Installation ==
|
37 |
1. Upload the `flexible-posts-widget` folder to the `/wp-content/plugins/` directory.
|
38 |
1. Activate the plugin through the 'Plugins' menu in WordPress.
|
@@ -45,7 +44,6 @@ Flexible Posts Widget (FPW) is more than just a simple alternative to the defaul
|
|
45 |
1. Go to 'Appearance' > 'Widgets' in WordPress to configure an instance of the widget.
|
46 |
1. In the 'Template Filename' field choose the name of the template file you added to your theme. Example: `My Template`
|
47 |
|
48 |
-
|
49 |
== Frequently Asked Questions ==
|
50 |
|
51 |
= How does the "Comma-separated list of post IDs" work? =
|
@@ -79,7 +77,6 @@ I'd love to support more languages. The plugin's POT file is available with the
|
|
79 |
= Questions, Support & Bug Reports =
|
80 |
To get answers to your questions, request help or submit a bug report, please start a [new forum thread](http://wordpress.org/tags/flexible-posts-widget/).
|
81 |
|
82 |
-
|
83 |
== Screenshots ==
|
84 |
1. Configuring a FPW in wp-admin with the Post Type tab displayed.
|
85 |
1. Configuring a FPW in wp-admin with the Taxonomy & Term tab displayed.
|
@@ -92,7 +89,6 @@ To get answers to your questions, request help or submit a bug report, please st
|
|
92 |
== Upgrade Notice ==
|
93 |
When upgrading from one major version to another (version 1.x to version 2.x to version 3.x, etc), please remember to verify your settings for any existing widgets. Not all settings combinations will be saved after a major release upgrade.
|
94 |
|
95 |
-
|
96 |
== Other Notes ==
|
97 |
= Upgrading from one major version to another =
|
98 |
When upgrading between major releases (version 1.x to version 2.x to version 3.x, etc), please remember to verify your settings for any existing widgets. Not all settings combinations will be saved after a major release upgrade.
|
@@ -110,6 +106,9 @@ When upgrading between major releases (version 1.x to version 2.x to version 3.x
|
|
110 |
|
111 |
== Changelog ==
|
112 |
|
|
|
|
|
|
|
113 |
= 3.4 =
|
114 |
* Added Finnish language support. (Props: @eccola)
|
115 |
* Made the Template Filename field a select box based on the templates available in the current theme, the parent theme (if the current theme is a child theme) and the plugin's views folder. (Props @w3b-beweb)
|
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.1
|
7 |
+
Stable tag: 3.4.1
|
8 |
License: GPL2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
32 |
* Russian
|
33 |
* Spanish
|
34 |
|
|
|
35 |
== Installation ==
|
36 |
1. Upload the `flexible-posts-widget` folder to the `/wp-content/plugins/` directory.
|
37 |
1. Activate the plugin through the 'Plugins' menu in WordPress.
|
44 |
1. Go to 'Appearance' > 'Widgets' in WordPress to configure an instance of the widget.
|
45 |
1. In the 'Template Filename' field choose the name of the template file you added to your theme. Example: `My Template`
|
46 |
|
|
|
47 |
== Frequently Asked Questions ==
|
48 |
|
49 |
= How does the "Comma-separated list of post IDs" work? =
|
77 |
= Questions, Support & Bug Reports =
|
78 |
To get answers to your questions, request help or submit a bug report, please start a [new forum thread](http://wordpress.org/tags/flexible-posts-widget/).
|
79 |
|
|
|
80 |
== Screenshots ==
|
81 |
1. Configuring a FPW in wp-admin with the Post Type tab displayed.
|
82 |
1. Configuring a FPW in wp-admin with the Taxonomy & Term tab displayed.
|
89 |
== Upgrade Notice ==
|
90 |
When upgrading from one major version to another (version 1.x to version 2.x to version 3.x, etc), please remember to verify your settings for any existing widgets. Not all settings combinations will be saved after a major release upgrade.
|
91 |
|
|
|
92 |
== Other Notes ==
|
93 |
= Upgrading from one major version to another =
|
94 |
When upgrading between major releases (version 1.x to version 2.x to version 3.x, etc), please remember to verify your settings for any existing widgets. Not all settings combinations will be saved after a major release upgrade.
|
106 |
|
107 |
== Changelog ==
|
108 |
|
109 |
+
= 3.4.1 =
|
110 |
+
* Version bump for WordPress 4.1 support.
|
111 |
+
|
112 |
= 3.4 =
|
113 |
* Added Finnish language support. (Props: @eccola)
|
114 |
* Made the Template Filename field a select box based on the templates available in the current theme, the parent theme (if the current theme is a child theme) and the plugin's views folder. (Props @w3b-beweb)
|