Changeset 2937042
- Timestamp:
- 07/11/2023 10:30:40 AM (3 years ago)
- Location:
- widgets-on-pages/trunk
- Files:
-
- 3 edited
-
admin/class-widgets-on-pages-admin.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
widgets_on_pages.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
widgets-on-pages/trunk/admin/class-widgets-on-pages-admin.php
r2448570 r2937042 682 682 if ( 'admin.php' != $pagenow ) { 683 683 $nonce = wp_create_nonce( 'twd-nonce' ); 684 $notPaying = false;684 $notPaying = 'false'; 685 685 if ( wop_fs()->is_not_paying() ) { 686 $notPaying = true;686 $notPaying = 'true'; 687 687 } 688 688 ?><script type="text/javascript"> -
widgets-on-pages/trunk/readme.txt
r2934322 r2937042 5 5 Requires at least: 2.8 6 6 Tested up to: 6.2.2 7 Stable tag: 1.8 7 Stable tag: 1.8.1 8 8 9 9 The easiest and highest rated way to Add Widgets or Sidebars to Posts and Pages using Visual editor, shortcodes or template tags. … … 100 100 101 101 == Changelog == 102 = 1.8.1 = 103 104 1. Fixed issue where TurboSidebars could not be shown when picking from the TinyMCE toolbar 105 102 106 = 1.8 = 103 107 -
widgets-on-pages/trunk/widgets_on_pages.php
r2934322 r2937042 12 12 * Plugin URI: https://datamad.co.uk/wordpress-plugins/widgets-on-pages/ 13 13 * Description: The easiest way to Add Widgets or Sidebars to Posts and Pages using shortcodes or template tags. 14 * Version: 1.8. 014 * Version: 1.8.1 15 15 * Author: Todd Halfpenny 16 16 * Author URI: http://toddhalfpenny.com/
Note: See TracChangeset
for help on using the changeset viewer.