Plugin Directory

Changeset 2937042


Ignore:
Timestamp:
07/11/2023 10:30:40 AM (3 years ago)
Author:
toddhalfpenny
Message:

v1.8.1 Fixed issue where TurboSidebars could not be shown when picking from the TinyMCE toolbar

Location:
widgets-on-pages/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • widgets-on-pages/trunk/admin/class-widgets-on-pages-admin.php

    r2448570 r2937042  
    682682        if ( 'admin.php' != $pagenow ) {
    683683            $nonce = wp_create_nonce( 'twd-nonce' );
    684             $notPaying = false;
     684            $notPaying = 'false';
    685685            if ( wop_fs()->is_not_paying() ) {
    686                 $notPaying = true;
     686                $notPaying = 'true';
    687687            }
    688688            ?><script type="text/javascript">
  • widgets-on-pages/trunk/readme.txt

    r2934322 r2937042  
    55Requires at least: 2.8
    66Tested up to: 6.2.2
    7 Stable tag: 1.8
     7Stable tag: 1.8.1
    88
    99The easiest and highest rated way to Add Widgets or Sidebars to Posts and Pages using Visual editor,  shortcodes or template tags.
     
    100100
    101101== Changelog ==
     102= 1.8.1 =
     103
     1041. Fixed issue where TurboSidebars could not be shown when picking from the TinyMCE toolbar
     105
    102106= 1.8 =
    103107
  • widgets-on-pages/trunk/widgets_on_pages.php

    r2934322 r2937042  
    1212 * Plugin URI:        https://datamad.co.uk/wordpress-plugins/widgets-on-pages/
    1313 * Description:       The easiest way to Add Widgets or Sidebars to Posts and Pages using shortcodes or template tags.
    14  * Version:           1.8.0
     14 * Version:           1.8.1
    1515 * Author:            Todd Halfpenny
    1616 * Author URI:        http://toddhalfpenny.com/
Note: See TracChangeset for help on using the changeset viewer.