Plugin Directory

Changeset 2465863


Ignore:
Timestamp:
01/31/2021 10:49:22 AM (5 years ago)
Author:
dimchtz
Message:

Updating to version 1.0.3

Location:
wysiwyg-editor-for-contact-form-7
Files:
22 added
2 edited

Legend:

Unmodified
Added
Removed
  • wysiwyg-editor-for-contact-form-7/trunk/includes/plugin.php

    r2416820 r2465863  
    5959
    6060        add_action('plugins_loaded', [$this, 'plugins_loaded']);
    61         add_action('init', [$this, 'init']);
     61        //add_action('init', [$this, 'init']);
     62
     63        $this->init();
    6264
    6365    }
     
    8991
    9092    /**
    91      * Initialize our plugin when WordPress is initialized.
     93     * Initialize our plugin
    9294     *
    9395     * @since 1.0.0
     
    133135
    134136        // Initialize modules
    135         $this->frontend = new Modules\Frontend($this->instance());
    136         is_admin() && $this->admin = new Modules\Admin($this->instance());
     137        $this->frontend = new Modules\Frontend($this);
     138        is_admin() && $this->admin = new Modules\Admin($this);
    137139
    138140    }
  • wysiwyg-editor-for-contact-form-7/trunk/readme.txt

    r2417443 r2465863  
    44Tags: rich, text, editor, wysiwyg, tinymce, contact, form, cf7
    55Requires at least: 5.0
    6 Tested up to: 5.5
     6Tested up to: 5.6
    77Requires PHP: 5.6
    8 Stable Tag: 1.0.2
     8Stable Tag: 1.0.3
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3434== Changelog ==
    3535
     36= 1.0.3 =
     37* Fixed tinymce editor not initializing in some cases
     38
    3639= 1.0.2 =
    3740* Fixed tinymce editor events
Note: See TracChangeset for help on using the changeset viewer.