amr shortcode any widget - Version 3.9

Version Description

Download this release

Release Info

Developer anmari
Plugin Icon wp plugin amr shortcode any widget
Version 3.9
Comparing to
See all releases

Code changes from version 3.8 to 3.9

Files changed (2) hide show
  1. amr-utilities.php +1 -2
  2. readme.txt +6 -2
amr-utilities.php CHANGED
@@ -94,7 +94,7 @@ global $said;
94
  return false;
95
  }
96
 
97
- function amr_show_widget_debug($type='', $name, $id, $sidebar) {
98
  global $wp_registered_sidebars, $wp_registered_widgets, $_wp_sidebars_widgets, $debugcount;
99
  // only do these debug if we are logged in and are the administrator
100
 
@@ -152,5 +152,4 @@ function widgets_shortcode_admin_notice() {
152
  <?php
153
  }
154
 
155
-
156
  ?>
94
  return false;
95
  }
96
 
97
+ function amr_show_widget_debug($type, $name, $id, $sidebar) {
98
  global $wp_registered_sidebars, $wp_registered_widgets, $_wp_sidebars_widgets, $debugcount;
99
  // only do these debug if we are logged in and are the administrator
100
 
152
  <?php
153
  }
154
 
 
155
  ?>
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.6
5
- Version: 3.8
6
  Stable tag: trunk
7
 
8
  == Description ==
@@ -162,6 +162,10 @@ If you only using widget, maybe inserting the whole sidebar or widgertarea would
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
1
  === amr shortcode any widget ===
2
  Contributors: anmari
3
  Tags: shortcode, widget, page, templates, page template, widget_area, sidebar
4
+ Tested up to: 5.7.2
5
+ Version: 3.9
6
  Stable tag: trunk
7
 
8
  == Description ==
162
  [do_widget_area]
163
 
164
  == Changelog ==
165
+ = Version 3.9 =
166
+ * Tiny tweak for php 8 compatibility in amr-utilities.php
167
+ * Tested on 5.7.2
168
+
169
  = Version 3.8 =
170
  * 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.
171
  * Tested on 5.7.2