Version Description
Download this release
Release Info
Developer | anmari |
Plugin | amr shortcode any widget |
Version | 3.8 |
Comparing to | |
See all releases |
Code changes from version 3.7 to 3.8
- amr-admin-form-html.php +0 -6
- amr-shortcode-any-widget.php +2 -4
- readme.txt +8 -4
amr-admin-form-html.php
CHANGED
@@ -235,12 +235,6 @@ if (!class_exists('amr_saw_plugin_admin')) {
|
|
235 |
|
236 |
}
|
237 |
echo '</tbody></table>';
|
238 |
-
|
239 |
-
|
240 |
}
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
}
|
245 |
}
|
246 |
-
|
235 |
|
236 |
}
|
237 |
echo '</tbody></table>';
|
|
|
|
|
238 |
}
|
|
|
|
|
|
|
239 |
}
|
240 |
}
|
|
amr-shortcode-any-widget.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: amr shortcode any widget
|
|
4 |
Plugin URI: http://webdesign.anmari.com/shortcode-any-widget/
|
5 |
Description: Include any widget in a page for any theme. [do_widget widgetname ] or [do_widget "widget name" ] [do_widget id=widgetnamedashed-n ]or include a whole widget area [do_widget_area]. Please see <a href="https://wordpress.org/plugins/amr-shortcode-any-widget/faq/">FAQ</a>.
|
6 |
Author: anmari
|
7 |
-
Version: 3.
|
8 |
Author URI: http://webdesign.anmari.com
|
9 |
|
10 |
*/
|
@@ -212,8 +212,6 @@ if it is in, then get the instance data and use that */
|
|
212 |
return ($output);
|
213 |
}
|
214 |
|
215 |
-
|
216 |
-
|
217 |
function amr_shortcode_sidebar( $widget_id,
|
218 |
$name="widgets_for_shortcode",
|
219 |
$title=true,
|
@@ -397,4 +395,4 @@ function amr_add_action_links ( $links ) {
|
|
397 |
$mylinks[] =
|
398 |
'<a title="Click for a page of tips" href="' . admin_url( 'options-general.php?page=amr_saw' ) . '">HELP</a>';
|
399 |
return array_merge( $links, $mylinks );
|
400 |
-
}
|
4 |
Plugin URI: http://webdesign.anmari.com/shortcode-any-widget/
|
5 |
Description: Include any widget in a page for any theme. [do_widget widgetname ] or [do_widget "widget name" ] [do_widget id=widgetnamedashed-n ]or include a whole widget area [do_widget_area]. Please see <a href="https://wordpress.org/plugins/amr-shortcode-any-widget/faq/">FAQ</a>.
|
6 |
Author: anmari
|
7 |
+
Version: 3.8
|
8 |
Author URI: http://webdesign.anmari.com
|
9 |
|
10 |
*/
|
212 |
return ($output);
|
213 |
}
|
214 |
|
|
|
|
|
215 |
function amr_shortcode_sidebar( $widget_id,
|
216 |
$name="widgets_for_shortcode",
|
217 |
$title=true,
|
395 |
$mylinks[] =
|
396 |
'<a title="Click for a page of tips" href="' . admin_url( 'options-general.php?page=amr_saw' ) . '">HELP</a>';
|
397 |
return array_merge( $links, $mylinks );
|
398 |
+
}
|
readme.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
=== amr shortcode any widget ===
|
2 |
Contributors: anmari
|
3 |
Tags: shortcode, widget, page, templates, page template, widget_area, sidebar
|
4 |
-
Tested up to: 5.
|
5 |
-
Version: 3.
|
6 |
Stable tag: trunk
|
7 |
|
8 |
== Description ==
|
@@ -162,9 +162,13 @@ If you only using widget, maybe inserting the whole sidebar or widgertarea would
|
|
162 |
[do_widget_area]
|
163 |
|
164 |
== Changelog ==
|
165 |
-
= Version 3.
|
|
|
|
|
|
|
|
|
166 |
* Found a mixed line ending. Updated.
|
167 |
-
* Tested on 5.
|
168 |
|
169 |
= Version 3.6 =
|
170 |
* Basically forcing an update in the hope that the third party php7compatibility checker sort itself out. It's complaining about mixed line endings, but they're not.
|
1 |
=== amr shortcode any widget ===
|
2 |
Contributors: anmari
|
3 |
Tags: shortcode, widget, page, templates, page template, widget_area, sidebar
|
4 |
+
Tested up to: 5.6
|
5 |
+
Version: 3.8
|
6 |
Stable tag: trunk
|
7 |
|
8 |
== Description ==
|
162 |
[do_widget_area]
|
163 |
|
164 |
== Changelog ==
|
165 |
+
= Version 3.8 =
|
166 |
+
* Tried to find what might have caused 'x' characters generated after activation on an older site. However could not get the message to occur on other sites. It may be related to an admin notice re sidebar upgrade for older sites, in which case once done, should never happen again.
|
167 |
+
* Tested on 5.7.2
|
168 |
+
|
169 |
+
= Version 3.7 =
|
170 |
* Found a mixed line ending. Updated.
|
171 |
+
* Tested on 5.3.1RC1
|
172 |
|
173 |
= Version 3.6 =
|
174 |
* Basically forcing an update in the hope that the third party php7compatibility checker sort itself out. It's complaining about mixed line endings, but they're not.
|