Changeset 2889508
- Timestamp:
- 03/29/2023 09:35:24 PM (3 years ago)
- Location:
- turn-comments-off
- Files:
-
- 2 deleted
- 6 edited
- 1 copied
-
tags/1.2.1 (copied) (copied from turn-comments-off/trunk)
-
tags/1.2.1/.git (deleted)
-
tags/1.2.1/LICENSE (modified) (1 diff)
-
tags/1.2.1/plugin.php (modified) (3 diffs)
-
tags/1.2.1/readme.txt (modified) (2 diffs)
-
trunk/.git (deleted)
-
trunk/LICENSE (modified) (1 diff)
-
trunk/plugin.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
turn-comments-off/tags/1.2.1/LICENSE
r2705999 r2889508 1 1 Turn Comments Off plugin for WordPress 2 2 3 Copyright 2022 byHappy Prime and contributors3 Copyright 2022-2023, Happy Prime and contributors 4 4 5 5 This program is free software; you can redistribute it and/or modify -
turn-comments-off/tags/1.2.1/plugin.php
r2831413 r2889508 3 3 * Plugin Name: Turn Comments Off 4 4 * Description: Turn comments off everywhere in WordPress. 5 * Version: 1.2. 05 * Version: 1.2.1 6 6 * Plugin URI: https://github.com/happyprime/turn-comments-off/ 7 7 * Author: Happy Prime … … 19 19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 20 * GNU General Public License for more details. 21 * 22 * @package turn-comments-off 21 23 */ 22 24 … … 50 52 add_action( 'init', __NAMESPACE__ . '\remove_trackback_support', 99 ); 51 53 52 // Remove comment blocks from the editor. (Twice to be sure!) 54 // Remove comment blocks from the editor. (Twice to be sure!). 53 55 add_action( 'enqueue_block_editor_assets', __NAMESPACE__ . '\unregister_comment_blocks_javascript' ); 54 56 add_action( 'init', __NAMESPACE__ . '\unregister_comment_blocks', 99 ); -
turn-comments-off/tags/1.2.1/readme.txt
r2831413 r2889508 3 3 Tags: comments 4 4 Requires at least: 5.9 5 Tested up to: 6. 16 Stable tag: 1.2. 05 Tested up to: 6.2 6 Stable tag: 1.2.1 7 7 License: GPLv2 or later 8 8 Requires PHP: 5.6 … … 28 28 ## Changelog 29 29 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 30 37 ### 1.2.0 31 38 -
turn-comments-off/trunk/LICENSE
r2705999 r2889508 1 1 Turn Comments Off plugin for WordPress 2 2 3 Copyright 2022 byHappy Prime and contributors3 Copyright 2022-2023, Happy Prime and contributors 4 4 5 5 This program is free software; you can redistribute it and/or modify -
turn-comments-off/trunk/plugin.php
r2831413 r2889508 3 3 * Plugin Name: Turn Comments Off 4 4 * Description: Turn comments off everywhere in WordPress. 5 * Version: 1.2. 05 * Version: 1.2.1 6 6 * Plugin URI: https://github.com/happyprime/turn-comments-off/ 7 7 * Author: Happy Prime … … 19 19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 20 * GNU General Public License for more details. 21 * 22 * @package turn-comments-off 21 23 */ 22 24 … … 50 52 add_action( 'init', __NAMESPACE__ . '\remove_trackback_support', 99 ); 51 53 52 // Remove comment blocks from the editor. (Twice to be sure!) 54 // Remove comment blocks from the editor. (Twice to be sure!). 53 55 add_action( 'enqueue_block_editor_assets', __NAMESPACE__ . '\unregister_comment_blocks_javascript' ); 54 56 add_action( 'init', __NAMESPACE__ . '\unregister_comment_blocks', 99 ); -
turn-comments-off/trunk/readme.txt
r2831413 r2889508 3 3 Tags: comments 4 4 Requires at least: 5.9 5 Tested up to: 6. 16 Stable tag: 1.2. 05 Tested up to: 6.2 6 Stable tag: 1.2.1 7 7 License: GPLv2 or later 8 8 Requires PHP: 5.6 … … 28 28 ## Changelog 29 29 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 30 37 ### 1.2.0 31 38
Note: See TracChangeset
for help on using the changeset viewer.