Plugin Directory

Changeset 2733198


Ignore:
Timestamp:
05/28/2022 04:31:00 PM (4 years ago)
Author:
grimmdude
Message:

2.1.9 - remove some debug

Location:
mail-subscribe-list
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • mail-subscribe-list/trunk/readme.txt

    r2733197 r2733198  
    44Requires at least: 3.0
    55Tested up to: 5.9
    6 Stable tag: 2.1.8
     6Stable tag: 2.1.9
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8989== Changelog ==
    9090
     91= 2.1.9
     92
     93* Fix HTML escape issue in widget.
     94
    9195= 2.1.8
    9296
  • mail-subscribe-list/trunk/sml.php

    r2733197 r2733198  
    44Plugin URI: http://www.webfwd.co.uk/packages/wordpress-hosting/
    55Description: Simple customisable plugin that displays a name/email form where visitors can submit their information, managable in the WordPress admin.
    6 Version: 2.1.8
     6Version: 2.1.9
    77Author: Richard Leishman t/a Webforward
    88Author URI: http://www.webfwd.co.uk/
     
    2626
    2727// Disables the block editor from managing widgets in the Gutenberg plugin.
    28 add_filter( 'gutenberg_use_widgets_block_editor', '__return_false' );
     28//add_filter( 'gutenberg_use_widgets_block_editor', '__return_false' );
    2929// Disables the block editor from managing widgets.
    30 add_filter( 'use_widgets_block_editor', '__return_false' );
     30//add_filter( 'use_widgets_block_editor', '__return_false' );
    3131
    3232// Plugin Activation
Note: See TracChangeset for help on using the changeset viewer.