Plugin Directory

Changeset 2889508


Ignore:
Timestamp:
03/29/2023 09:35:24 PM (3 years ago)
Author:
happyprime
Message:

Update to version 1.2.1 from GitHub

Location:
turn-comments-off
Files:
2 deleted
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • turn-comments-off/tags/1.2.1/LICENSE

    r2705999 r2889508  
    11Turn Comments Off plugin for WordPress
    22
    3 Copyright 2022 by Happy Prime and contributors
     3Copyright 2022-2023, Happy Prime and contributors
    44
    55This program is free software; you can redistribute it and/or modify
  • turn-comments-off/tags/1.2.1/plugin.php

    r2831413 r2889508  
    33 * Plugin Name:  Turn Comments Off
    44 * Description:  Turn comments off everywhere in WordPress.
    5  * Version:      1.2.0
     5 * Version:      1.2.1
    66 * Plugin URI:   https://github.com/happyprime/turn-comments-off/
    77 * Author:       Happy Prime
     
    1919 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    2020 * GNU General Public License for more details.
     21 *
     22 * @package turn-comments-off
    2123 */
    2224
     
    5052add_action( 'init', __NAMESPACE__ . '\remove_trackback_support', 99 );
    5153
    52 // Remove comment blocks from the editor. (Twice to be sure!)
     54// Remove comment blocks from the editor. (Twice to be sure!).
    5355add_action( 'enqueue_block_editor_assets', __NAMESPACE__ . '\unregister_comment_blocks_javascript' );
    5456add_action( 'init', __NAMESPACE__ . '\unregister_comment_blocks', 99 );
  • turn-comments-off/tags/1.2.1/readme.txt

    r2831413 r2889508  
    33Tags: comments
    44Requires at least: 5.9
    5 Tested up to: 6.1
    6 Stable tag: 1.2.0
     5Tested up to: 6.2
     6Stable tag: 1.2.1
    77License: GPLv2 or later
    88Requires PHP: 5.6
     
    2828## Changelog
    2929
     30### 1.2.1
     31
     32* No functional changes, only custodial.
     33* Confirm WordPress 6.2 support.
     34* Update `wordpress/scripts` dependency to 26.1.0.
     35* Improve linting configuration.
     36
    3037### 1.2.0
    3138
  • turn-comments-off/trunk/LICENSE

    r2705999 r2889508  
    11Turn Comments Off plugin for WordPress
    22
    3 Copyright 2022 by Happy Prime and contributors
     3Copyright 2022-2023, Happy Prime and contributors
    44
    55This program is free software; you can redistribute it and/or modify
  • turn-comments-off/trunk/plugin.php

    r2831413 r2889508  
    33 * Plugin Name:  Turn Comments Off
    44 * Description:  Turn comments off everywhere in WordPress.
    5  * Version:      1.2.0
     5 * Version:      1.2.1
    66 * Plugin URI:   https://github.com/happyprime/turn-comments-off/
    77 * Author:       Happy Prime
     
    1919 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    2020 * GNU General Public License for more details.
     21 *
     22 * @package turn-comments-off
    2123 */
    2224
     
    5052add_action( 'init', __NAMESPACE__ . '\remove_trackback_support', 99 );
    5153
    52 // Remove comment blocks from the editor. (Twice to be sure!)
     54// Remove comment blocks from the editor. (Twice to be sure!).
    5355add_action( 'enqueue_block_editor_assets', __NAMESPACE__ . '\unregister_comment_blocks_javascript' );
    5456add_action( 'init', __NAMESPACE__ . '\unregister_comment_blocks', 99 );
  • turn-comments-off/trunk/readme.txt

    r2831413 r2889508  
    33Tags: comments
    44Requires at least: 5.9
    5 Tested up to: 6.1
    6 Stable tag: 1.2.0
     5Tested up to: 6.2
     6Stable tag: 1.2.1
    77License: GPLv2 or later
    88Requires PHP: 5.6
     
    2828## Changelog
    2929
     30### 1.2.1
     31
     32* No functional changes, only custodial.
     33* Confirm WordPress 6.2 support.
     34* Update `wordpress/scripts` dependency to 26.1.0.
     35* Improve linting configuration.
     36
    3037### 1.2.0
    3138
Note: See TracChangeset for help on using the changeset viewer.