Plugin Directory

Changeset 2436311


Ignore:
Timestamp:
12/10/2020 08:39:04 AM (5 years ago)
Author:
decollete
Message:

fixed issue js

Location:
mistape
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • mistape/tags/1.3.9/mistape.php

    r2069920 r2436311  
    33Plugin Name: Mistape
    44Description: Mistape allows visitors to effortlessly notify site staff about found spelling errors.
    5 Version: 1.3.8
     5Version: 1.3.9
    66Author URI: https://deco.agency
    77Author: deco.agency
     
    1717}
    1818
    19 define( 'MISTAPE__VERSION', '1.3.8' );
     19define( 'MISTAPE__VERSION', '1.3.9' );
    2020define( 'MISTAPE__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2121define( 'MISTAPE__PLUGIN_FILE', __FILE__ );
  • mistape/tags/1.3.9/src/class-deco-mistape-abstract.php

    r2069920 r2436311  
    3232    protected static $supported_addons = array( 'mistape-table-addon' );
    3333    protected static $plugin_path;
    34     public static $version = '1.3.8';
     34    public static $version = '1.3.9';
    3535    public $plugin_url = 'https://mistape.com';
    3636    public $recipient_email;
  • mistape/trunk/mistape.php

    r2069920 r2436311  
    33Plugin Name: Mistape
    44Description: Mistape allows visitors to effortlessly notify site staff about found spelling errors.
    5 Version: 1.3.8
     5Version: 1.3.9
    66Author URI: https://deco.agency
    77Author: deco.agency
     
    1717}
    1818
    19 define( 'MISTAPE__VERSION', '1.3.8' );
     19define( 'MISTAPE__VERSION', '1.3.9' );
    2020define( 'MISTAPE__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2121define( 'MISTAPE__PLUGIN_FILE', __FILE__ );
  • mistape/trunk/src/class-deco-mistape-abstract.php

    r2069920 r2436311  
    3232    protected static $supported_addons = array( 'mistape-table-addon' );
    3333    protected static $plugin_path;
    34     public static $version = '1.3.8';
     34    public static $version = '1.3.9';
    3535    public $plugin_url = 'https://mistape.com';
    3636    public $recipient_email;
Note: See TracChangeset for help on using the changeset viewer.