Plugin Directory

Changeset 2284686


Ignore:
Timestamp:
04/16/2020 07:26:31 AM (6 years ago)
Author:
modernplugins
Message:

Updated plugin name

Location:
modern-admin-comments/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • modern-admin-comments/trunk/modern-admin-comments.php

    r2273730 r2284686  
    33 * Plugin Name:   Modern Admin Comments by WPMarmite
    44 * Description:   Enhance your administrator/moderator experience in the comments administration pages with a rich text editor.
    5  * Version:       0.9
     5 * Version:       1.0
    66 * Author:        Modern Plugins
    77 * Author URI:    https://modernplugins.com/
     
    5757       
    5858        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'];
    6060            wp_enqueue_script( 'modern-admin-comments', MODERN_ADMIN_COMMENTS_URL . 'js/modern-admin-comments.js' , array( 'wp-tinymce', 'editor', 'jquery' ), $version, true );
    6161        }
  • modern-admin-comments/trunk/readme.txt

    r2273778 r2284686  
    1 === Modern Admin Comments ===
     1=== Modern Admin Comments by WPMarmite ===
    22
    33Contributors: modernplugins, vincentdubroeucq
     
    55Requires at least: 4.6
    66Tested up to: 5.4
    7 Stable tag: 0.9
     7Stable tag: 1.0
    88Requires PHP: 5.6
    99License: GPL v3 or later
     
    5454== Changelog ==
    5555
     56= 1.0 =
     57* Updated plugin name
     58
    5659= 0.9 =
    5760* Initial release
     
    5962== Upgrade Notice ==
    6063
     64= 1.0 =
     65* Updated plugin name
     66
    6167= 0.9 =
    6268Initial release
Note: See TracChangeset for help on using the changeset viewer.