Plugin Directory

Changeset 1732788


Ignore:
Timestamp:
09/20/2017 09:26:02 AM (9 years ago)
Author:
ferocious
Message:

Update readme.txt and assets

Location:
essential-script
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • essential-script/trunk/classes/EssentialScript/Admin/Menu.php

    r1723339 r1732788  
    4343     * @return string
    4444     */
    45     public function get_slug() {
     45    public static function get_slug() {
    4646        return self::$submenu_page;
    4747    }
     
    5252     * submenu_page property.
    5353     */
    54     public function init() {
     54    public static function init() {
    5555        // Checks if we are displaying the Dashboard or the admin's panel.
    5656        if ( is_admin() ) {
  • essential-script/trunk/readme.txt

    r1723538 r1732788  
    33Tags: scripting, javascript, css, adsense, code, embed
    44Requires at least: 4.0
    5 Tested up to: 4.8.1
    6 Stable tag: 4.8.1
     5Tested up to: 4.8.2
     6Stable tag: 4.8.2
    77Requires PHP: 5.3
    88License: GPLv3 or later
     
    3333Or install the plugin through the WordPress plugins screen directly.
    3434
     35== Development ==
     36
     37Sources of this plugin are available both in SVN and Git:
     38
     39* [WordPress SVN repository](https://plugins.svn.wordpress.org/essential-script/)
     40* [GitHub](https://github.com/tetravalence/essential-script)
     41
    3542### Known issue
    3643
     
    3946### TODO
    4047- [ ] Allow the use of wp_enqueue_scripts where is possible. It requires a checkbox.
     48- [ ] Support for Widgets.
     49- [ ] Support for Shortcodes
    4150
    4251==Screenshots==
Note: See TracChangeset for help on using the changeset viewer.