Plugin Directory

Changeset 3050364


Ignore:
Timestamp:
03/13/2024 09:28:39 AM (2 years ago)
Author:
dedidata
Message:

Version 3.1.1

Location:
best-editor
Files:
199 added
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • best-editor/trunk/best-editor.php

    r3049820 r3050364  
    66 * Author: DediData
    77 * Author URI: https://dedidata.com
    8  * Version: 3.1.0
     8 * Version: 3.1.1
    99 * Requires at least: 6.0
    1010 * Tested up to: 6.4
  • best-editor/trunk/includes/BestEditor/class-best-editor-options.php

    r3048624 r3050364  
    11<?php
    22/**
    3  * Best Editor Settings Page Class
     3 * Advanced Classic Editor Settings Page Class
    44 *
    55 * @package Best_Editor
     
    5050    public function __construct( $plugin_slug = null ) {
    5151        $this->plugin_slug = $plugin_slug;
    52         $this->page_title  = esc_html__( 'Best Editor', 'best-editor' );
    53         $this->menu_title  = esc_html__( 'Best Editor', 'best-editor' );
     52        $this->page_title  = esc_html__( 'Advanced Classic Editor', 'best-editor' );
     53        $this->menu_title  = esc_html__( 'Advanced Classic Editor', 'best-editor' );
    5454        add_action( 'admin_menu', array( $this, 'add_admin_menu' ) );
    5555        // Here you can check if plugin is configured (e.g. check if some option is set). If not, add new hook.
     
    124124        remove_action( 'admin_notices', array( $this, 'add_admin_notices' ) );
    125125        // We are in the correct screen because we are taking advantage of the load-* action (below)
    126         $help_content = '<p>' . esc_html__( 'Use this page to configure Best Editor plugin', 'best-editor' ) . '</p>';
     126        $help_content = '<p>' . esc_html__( 'Use this page to configure Advanced Classic Editor plugin', 'best-editor' ) . '</p>';
    127127        $screen       = get_current_screen();
    128128        // $screen->remove_help_tabs();
     
    151151        ?>
    152152        <div id="notice" class="update-nag">
    153             <?php esc_html_e( 'Best Editor plugin is not configured', 'best-editor' ); ?>
     153            <?php esc_html_e( 'Advanced Classic Editor plugin is not configured', 'best-editor' ); ?>
    154154            <a href="<?php menu_page_url( $this->plugin_slug, true ); ?>"><?php esc_html_e( 'Please configure it now !', 'best-editor' ); ?></a>
    155155        </div>
     
    255255                <p><?php esc_html_e( 'To use this plugin, You need to disable Default Block Editor first', 'best-editor' ); ?></p>
    256256                <p><a href="plugin-install.php?tab=plugin-information&plugin=disable-gutenberg"><?php esc_html_e( 'Click here to install a plugin to Disable Default Block Editor', 'best-editor' ); ?></a></p>
    257                 <p><?php esc_html_e( 'Best Editor automatically loads FontAwesome and Bootstrap 3.3.7 in editor area, But if you like to use Font Awesome and Bootstrap elements', 'best-editor' ); ?></p>
     257                <p><?php esc_html_e( 'Advanced Classic Editor automatically loads FontAwesome and Bootstrap 3.3.7 in editor area, But if you like to use Font Awesome and Bootstrap elements', 'best-editor' ); ?></p>
    258258                <p><?php esc_html_e( 'You should load these libraries in your site frontend, you can enable them in following (if your theme doesn\'t load these libraries)', 'best-editor' ); ?></p>
    259259            <?php
  • best-editor/trunk/includes/BestEditor/class-best-editor.php

    r3049820 r3050364  
    11<?php
    22/**
    3  * Best Editor Main Class
     3 * Advanced Classic Editor Main Class
    44 *
    55 * @package Best_Editor
  • best-editor/trunk/readme.txt

    r3049820 r3050364  
    55Tested up to: 6.4
    66Requires PHP: 7.0
    7 Stable tag: 3.1.0
     7Stable tag: 3.1.1
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
    1010Donate link: https://dedidata.com
    1111
    12 Best Editor - Your powerful WordPress editor, Insert many Icons, Insert Table of contents, etc.
     12Advanced Classic Editor - Your powerful WordPress editor, Insert many Icons, Insert Table of contents, etc.
    1313
    1414== Description ==
Note: See TracChangeset for help on using the changeset viewer.