Changeset 2527113
- Timestamp:
- 05/06/2021 07:51:21 AM (5 years ago)
- Location:
- wp-editor-comments-plus/trunk
- Files:
-
- 3 edited
-
WPEditorCommentsPlus.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wp-editor-comments-plus.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-editor-comments-plus/trunk/WPEditorCommentsPlus.php
r2527111 r2527113 24 24 * @var string 25 25 */ 26 protected $version = "1.1.4 ";26 protected $version = "1.1.4.1"; 27 27 28 28 /** -
wp-editor-comments-plus/trunk/readme.txt
r2527111 r2527113 5 5 Requires at least: 3.5.1 6 6 Tested up to: 4.5.1 7 Stable tag: 1.1.4 7 Stable tag: 1.1.4.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 55 55 == Changelog == 56 56 57 = 1.1.4 =57 = 1.1.4.1 = 58 58 Release date: June 3rd, 2016 59 59 -
wp-editor-comments-plus/trunk/wp-editor-comments-plus.php
r2527111 r2527113 15 15 * Plugin URI: https://wordpress.org/plugins/wp-editor-comments-plus/ 16 16 * Description: Enhance WordPress comments with the TinyMCE Editor, Inline Comment Editing and Asynchronous Posting. 17 * Version: 1.1.4 17 * Version: 1.1.4.1 18 18 * Author: Neo Snc 19 19 * Author URI: https://wordpress.org/plugins/wp-editor-comments-plus/
Note: See TracChangeset
for help on using the changeset viewer.