Version Description
Release post: https://webberzone.com/blog/contextual-related-posts-v2-9-0/
Bug fixes: * Custom CSS box would not save and get cleared out when saving settings
Download this release
Release Info
Developer | Ajay |
Plugin | Contextual Related Posts |
Version | 2.9.1 |
Comparing to | |
See all releases |
Code changes from version 2.9.0 to 2.9.1
- contextual-related-posts.php +1 -1
- includes/admin/settings-page.php +1 -1
- readme.txt +9 -2
contextual-related-posts.php
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
* Plugin Name: Contextual Related Posts
|
16 |
* Plugin URI: https://webberzone.com/plugins/contextual-related-posts/
|
17 |
* Description: Display a set of related posts on your website or in your feed. Increase reader retention and reduce bounce rates
|
18 |
-
* Version: 2.9.
|
19 |
* Author: WebberZone
|
20 |
* Author URI: https://webberzone.com
|
21 |
* License: GPL-2.0+
|
15 |
* Plugin Name: Contextual Related Posts
|
16 |
* Plugin URI: https://webberzone.com/plugins/contextual-related-posts/
|
17 |
* Description: Display a set of related posts on your website or in your feed. Increase reader retention and reduce bounce rates
|
18 |
+
* Version: 2.9.1
|
19 |
* Author: WebberZone
|
20 |
* Author URI: https://webberzone.com
|
21 |
* License: GPL-2.0+
|
includes/admin/settings-page.php
CHANGED
@@ -274,7 +274,7 @@ function crp_textarea_callback( $args ) {
|
|
274 |
|
275 |
$class = sanitize_html_class( $args['field_class'] );
|
276 |
|
277 |
-
$html = sprintf( '<textarea class="%3$s" cols="50" rows="20" id="
|
278 |
$html .= '<p class="description">' . wp_kses_post( $args['desc'] ) . '</p>';
|
279 |
|
280 |
/** This filter has been defined in settings-page.php */
|
274 |
|
275 |
$class = sanitize_html_class( $args['field_class'] );
|
276 |
|
277 |
+
$html = sprintf( '<textarea class="%3$s" cols="50" rows="20" id="crp_settings[%1$s]" name="crp_settings[%1$s]">%2$s</textarea>', sanitize_key( $args['id'] ), esc_textarea( stripslashes( $value ) ), 'large-text ' . $class );
|
278 |
$html .= '<p class="description">' . wp_kses_post( $args['desc'] ) . '</p>';
|
279 |
|
280 |
/** This filter has been defined in settings-page.php */
|
readme.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
Tags: related posts, related, related articles, contextual related posts, similar posts, related posts widget
|
3 |
Contributors: webberzone, Ajay
|
4 |
Donate link: https://ajaydsouza.com/donate/
|
5 |
-
Stable tag: 2.9.
|
6 |
Requires at least: 4.9
|
7 |
Tested up to: 5.4
|
8 |
License: GPLv2 or later
|
@@ -171,6 +171,13 @@ You can insert the related posts anywhere in your post using the `[crp]` shortco
|
|
171 |
|
172 |
== Changelog ==
|
173 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
174 |
= 2.9.0 =
|
175 |
|
176 |
Release post: [https://webberzone.com/blog/contextual-related-posts-v2-9-0/](https://webberzone.com/blog/contextual-related-posts-v2-9-0/)
|
@@ -220,5 +227,5 @@ For the changelog of earlier versions, please refer to the separate changelog.tx
|
|
220 |
|
221 |
== Upgrade Notice ==
|
222 |
|
223 |
-
= 2.9.
|
224 |
New features and bug-fixes. Check the Changelog for more details or view the release post on https://webberzone.com
|
2 |
Tags: related posts, related, related articles, contextual related posts, similar posts, related posts widget
|
3 |
Contributors: webberzone, Ajay
|
4 |
Donate link: https://ajaydsouza.com/donate/
|
5 |
+
Stable tag: 2.9.1
|
6 |
Requires at least: 4.9
|
7 |
Tested up to: 5.4
|
8 |
License: GPLv2 or later
|
171 |
|
172 |
== Changelog ==
|
173 |
|
174 |
+
= 2.9.1 =
|
175 |
+
|
176 |
+
Release post: [https://webberzone.com/blog/contextual-related-posts-v2-9-0/](https://webberzone.com/blog/contextual-related-posts-v2-9-0/)
|
177 |
+
|
178 |
+
Bug fixes:
|
179 |
+
* Custom CSS box would not save and get cleared out when saving settings
|
180 |
+
|
181 |
= 2.9.0 =
|
182 |
|
183 |
Release post: [https://webberzone.com/blog/contextual-related-posts-v2-9-0/](https://webberzone.com/blog/contextual-related-posts-v2-9-0/)
|
227 |
|
228 |
== Upgrade Notice ==
|
229 |
|
230 |
+
= 2.9.1 =
|
231 |
New features and bug-fixes. Check the Changelog for more details or view the release post on https://webberzone.com
|