Changeset 2284686
- Timestamp:
- 04/16/2020 07:26:31 AM (6 years ago)
- Location:
- modern-admin-comments/trunk
- Files:
-
- 2 edited
-
modern-admin-comments.php (modified) (2 diffs)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
modern-admin-comments/trunk/modern-admin-comments.php
r2273730 r2284686 3 3 * Plugin Name: Modern Admin Comments by WPMarmite 4 4 * Description: Enhance your administrator/moderator experience in the comments administration pages with a rich text editor. 5 * Version: 0.95 * Version: 1.0 6 6 * Author: Modern Plugins 7 7 * Author URI: https://modernplugins.com/ … … 57 57 58 58 if( 'edit-comments' == $screen->base || 'dashboard' == $screen->base ){ 59 $version = get_plugin_data( __FILE__, false, false )['Version'];59 $version = get_plugin_data( __FILE__, false, false )['Version']; 60 60 wp_enqueue_script( 'modern-admin-comments', MODERN_ADMIN_COMMENTS_URL . 'js/modern-admin-comments.js' , array( 'wp-tinymce', 'editor', 'jquery' ), $version, true ); 61 61 } -
modern-admin-comments/trunk/readme.txt
r2273778 r2284686 1 === Modern Admin Comments ===1 === Modern Admin Comments by WPMarmite === 2 2 3 3 Contributors: modernplugins, vincentdubroeucq … … 5 5 Requires at least: 4.6 6 6 Tested up to: 5.4 7 Stable tag: 0.97 Stable tag: 1.0 8 8 Requires PHP: 5.6 9 9 License: GPL v3 or later … … 54 54 == Changelog == 55 55 56 = 1.0 = 57 * Updated plugin name 58 56 59 = 0.9 = 57 60 * Initial release … … 59 62 == Upgrade Notice == 60 63 64 = 1.0 = 65 * Updated plugin name 66 61 67 = 0.9 = 62 68 Initial release
Note: See TracChangeset
for help on using the changeset viewer.