Version Description
- April 02nd 2018 =
- Fixed Tabs not working
Download this release
Release Info
Developer | Kometschuh |
Plugin | Category Posts Widget |
Version | 4.8.5 |
Comparing to | |
See all releases |
Code changes from version 4.8.4 to 4.8.5
- cat-posts.php +2 -2
- js/admin/category-posts-widget.js +1 -1
- readme.txt +25 -29
cat-posts.php
CHANGED
@@ -12,7 +12,7 @@ Plugin Name: Category Posts Widget
|
|
12 |
Plugin URI: https://wordpress.org/plugins/category-posts/
|
13 |
Description: Adds a widget that shows the most recent posts from a single category.
|
14 |
Author: TipTopPress
|
15 |
-
Version: 4.8.
|
16 |
Author URI: http://tiptoppress.com
|
17 |
Text Domain: category-posts
|
18 |
Domain Path: /languages
|
@@ -25,7 +25,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
25 |
exit;
|
26 |
}
|
27 |
|
28 |
-
const VERSION = '4.8.
|
29 |
const DOC_URL = 'http://tiptoppress.com/category-posts-widget/documentation-4-8?utm_source=widget_cpw&utm_campaign=documentation_4_8_cpw&utm_medium=form';
|
30 |
const PRO_URL = 'http://tiptoppress.com/term-and-category-based-posts-widget/?utm_source=widget_cpw&utm_campaign=get_pro_cpw&utm_medium=action_link';
|
31 |
const SUPPORT_URL = 'https://wordpress.org/support/plugin/category-posts';
|
12 |
Plugin URI: https://wordpress.org/plugins/category-posts/
|
13 |
Description: Adds a widget that shows the most recent posts from a single category.
|
14 |
Author: TipTopPress
|
15 |
+
Version: 4.8.5
|
16 |
Author URI: http://tiptoppress.com
|
17 |
Text Domain: category-posts
|
18 |
Domain Path: /languages
|
25 |
exit;
|
26 |
}
|
27 |
|
28 |
+
const VERSION = '4.8.5';
|
29 |
const DOC_URL = 'http://tiptoppress.com/category-posts-widget/documentation-4-8?utm_source=widget_cpw&utm_campaign=documentation_4_8_cpw&utm_medium=form';
|
30 |
const PRO_URL = 'http://tiptoppress.com/term-and-category-based-posts-widget/?utm_source=widget_cpw&utm_campaign=get_pro_cpw&utm_medium=action_link';
|
31 |
const SUPPORT_URL = 'https://wordpress.org/support/plugin/category-posts';
|
js/admin/category-posts-widget.js
CHANGED
@@ -271,7 +271,7 @@ jQuery(document).ready( function () {
|
|
271 |
cwp_namespace.toggleDateFormat(this);
|
272 |
});
|
273 |
|
274 |
-
jQuery(document).off('click').on('click', class_namespace+' a.toggle-template-help', function (event) { // show template help
|
275 |
cwp_namespace.toggleTemplateHelp(this, event);
|
276 |
});
|
277 |
|
271 |
cwp_namespace.toggleDateFormat(this);
|
272 |
});
|
273 |
|
274 |
+
jQuery(document).off('click', class_namespace+' a.toggle-template-help').on('click', class_namespace+' a.toggle-template-help', function (event) { // show template help
|
275 |
cwp_namespace.toggleTemplateHelp(this, event);
|
276 |
});
|
277 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://mkrdip.me/donate
|
|
4 |
Tags: category, categories, posts, widget, posts widget, recent posts, category recent posts, shortcode, sidebar, excerpt, multiple widgets
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 4.9
|
7 |
-
Stable tag: 4.8.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -19,50 +19,42 @@ We've also started creating free widget Add-ons for the Premium Widget here: [Wi
|
|
19 |
|
20 |
= Premium features =
|
21 |
* "Post List Alterations"
|
22 |
-
*
|
23 |
-
* Grid and Column full page layouts
|
24 |
-
* Slider (Vertical and horizontal)
|
25 |
-
* More complex ways to filter (all, any, exclude, also childes, AND or just OR rule)
|
26 |
-
* Categories, Custom Post Types, Taxonomies, Events, Products, ...
|
27 |
* Full background post images
|
28 |
-
*
|
29 |
-
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
* E-Mail support
|
31 |
* Free trail on localhost
|
32 |
-
* E-Mail support
|
33 |
-
* All free features
|
34 |
* More examples on the [demo pages](http://demo.tiptoppress.com/?utm_source=wordpress_org&utm_campaign=demo_cpw&utm_medium=web)
|
35 |
|
36 |
= Features =
|
37 |
-
* SVG font-icon
|
38 |
* [Template](http://tiptoppress.com/template-arrange-post-details/) to arrange the post details
|
39 |
* Premade Templates
|
40 |
* The Template text can be a post details placeholder, plain text, HTML or HTML for SVG font-icons
|
41 |
-
*
|
42 |
-
* Filter by post status: Published, scheduled, private
|
43 |
-
* New hover effect: SVG font-icon
|
44 |
* Shortcode (Easily change all Shortcode options in the customizer).
|
45 |
* Support multiple shortcodes at the same post.
|
46 |
-
*
|
47 |
-
*
|
48 |
* Option to touch device friendly "everything is a link".
|
49 |
-
*
|
50 |
-
*
|
51 |
-
*
|
52 |
-
*
|
53 |
-
* Option to set mouse hover effects for post thumbnail.
|
54 |
-
* Set a thumbnail as default thumbnail.
|
55 |
-
* Add option to enable excerpt filters from Themes and plugins.
|
56 |
-
* Jetpack 'Social buttons on posts' support.
|
57 |
-
* Add option to disable social buttons, banner, ... in the excerpt.
|
58 |
* Option to change ordering of posts.
|
59 |
-
* Set which category the posts should come form.
|
60 |
* Add dropdownbox entry for 'all' categories.
|
61 |
-
* Option to filter by post status.
|
62 |
* Set how many posts to show.
|
63 |
* Option to hide widget, if category have currently no posts.
|
64 |
* Add option to disable subcategories.
|
65 |
-
* Option to put thumbnail on top.
|
66 |
* Option to hide posts which have no thumbnail.
|
67 |
* Option exclude current post.
|
68 |
* Option to hide the widget title and post titles.
|
@@ -70,7 +62,8 @@ We've also started creating free widget Add-ons for the Premium Widget here: [Wi
|
|
70 |
* Option to show the post excerpt, set the length, allow HTML and change 'more' text.
|
71 |
* Option show post author.
|
72 |
* Option to show the comment count.
|
73 |
-
* Option to show the post date.
|
|
|
74 |
* Option to make the widget date link to the category page.
|
75 |
* Option to format the outputted date string.
|
76 |
* Option to link to the category page below posts list.
|
@@ -159,6 +152,9 @@ Check also the .htaccess file, if there is an entry for an older PHP version.
|
|
159 |
== Changelog ==
|
160 |
[Read more on our blog ...](http://tiptoppress.com/category/category-posts-widget?utm_source=wordpress_org&utm_campaign=changelog_cpw&utm_medium=web)
|
161 |
|
|
|
|
|
|
|
162 |
= 4.8.4 - April 02nd 2018 =
|
163 |
* Fixed Make widget SiteOrigin Page Builder Compatible
|
164 |
|
4 |
Tags: category, categories, posts, widget, posts widget, recent posts, category recent posts, shortcode, sidebar, excerpt, multiple widgets
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 4.9
|
7 |
+
Stable tag: 4.8.5
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
19 |
|
20 |
= Premium features =
|
21 |
* "Post List Alterations"
|
22 |
+
* Post details alignment
|
|
|
|
|
|
|
|
|
23 |
* Full background post images
|
24 |
+
* Slider (Vertical and horizontal News-Ticker)
|
25 |
+
* Grid and Column full page layouts
|
26 |
+
* Masonry (Responsive grid layouts)
|
27 |
+
* Custom Post Types, Events, Products
|
28 |
+
* Multi selection
|
29 |
+
* More complex ways to filter (OR, AND, Exclude, ALL, Childes)
|
30 |
+
* Mouse hover effects
|
31 |
+
* Widget Extensions
|
32 |
+
* Custom filter- and action hooks (for development)
|
33 |
+
* All free features
|
34 |
* E-Mail support
|
35 |
* Free trail on localhost
|
|
|
|
|
36 |
* More examples on the [demo pages](http://demo.tiptoppress.com/?utm_source=wordpress_org&utm_campaign=demo_cpw&utm_medium=web)
|
37 |
|
38 |
= Features =
|
39 |
+
* Show SVG font-icon for "post formats"
|
40 |
* [Template](http://tiptoppress.com/template-arrange-post-details/) to arrange the post details
|
41 |
* Premade Templates
|
42 |
* The Template text can be a post details placeholder, plain text, HTML or HTML for SVG font-icons
|
43 |
+
* Mouse hover effects for post thumbnail, e.g, zoom, SVG font-icon
|
|
|
|
|
44 |
* Shortcode (Easily change all Shortcode options in the customizer).
|
45 |
* Support multiple shortcodes at the same post.
|
46 |
+
* Option for post offset (use two or more widgets after another).
|
47 |
+
* UI buttons in the editor toolbar to insert shortcode.
|
48 |
* Option to touch device friendly "everything is a link".
|
49 |
+
* Additional customizer link at the admin-bar ("With one click to the Customizer").
|
50 |
+
* Thumbnail width & height (<a target="_blank" href="http://tiptoppress.com/css-image-crop/?utm_source=wordpress_org&utm_campaign=features_crop_cpw&utm_medium=web">CSS cropping</a>).
|
51 |
+
* Fluid images (Responsive layout support).
|
52 |
+
* Set default thumbnail.
|
|
|
|
|
|
|
|
|
|
|
53 |
* Option to change ordering of posts.
|
|
|
54 |
* Add dropdownbox entry for 'all' categories.
|
|
|
55 |
* Set how many posts to show.
|
56 |
* Option to hide widget, if category have currently no posts.
|
57 |
* Add option to disable subcategories.
|
|
|
58 |
* Option to hide posts which have no thumbnail.
|
59 |
* Option exclude current post.
|
60 |
* Option to hide the widget title and post titles.
|
62 |
* Option to show the post excerpt, set the length, allow HTML and change 'more' text.
|
63 |
* Option show post author.
|
64 |
* Option to show the comment count.
|
65 |
+
* Option to show the post date and set the date format, e.g. "Time since published"
|
66 |
+
* Filter by post status: Published, scheduled, private (like events)
|
67 |
* Option to make the widget date link to the category page.
|
68 |
* Option to format the outputted date string.
|
69 |
* Option to link to the category page below posts list.
|
152 |
== Changelog ==
|
153 |
[Read more on our blog ...](http://tiptoppress.com/category/category-posts-widget?utm_source=wordpress_org&utm_campaign=changelog_cpw&utm_medium=web)
|
154 |
|
155 |
+
= 4.8.5 - April 02nd 2018 =
|
156 |
+
* Fixed Tabs not working
|
157 |
+
|
158 |
= 4.8.4 - April 02nd 2018 =
|
159 |
* Fixed Make widget SiteOrigin Page Builder Compatible
|
160 |
|