Changeset 2436311
- Timestamp:
- 12/10/2020 08:39:04 AM (5 years ago)
- Location:
- mistape
- Files:
-
- 4 edited
-
tags/1.3.9/mistape.php (modified) (2 diffs)
-
tags/1.3.9/src/class-deco-mistape-abstract.php (modified) (1 diff)
-
trunk/mistape.php (modified) (2 diffs)
-
trunk/src/class-deco-mistape-abstract.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mistape/tags/1.3.9/mistape.php
r2069920 r2436311 3 3 Plugin Name: Mistape 4 4 Description: Mistape allows visitors to effortlessly notify site staff about found spelling errors. 5 Version: 1.3. 85 Version: 1.3.9 6 6 Author URI: https://deco.agency 7 7 Author: deco.agency … … 17 17 } 18 18 19 define( 'MISTAPE__VERSION', '1.3. 8' );19 define( 'MISTAPE__VERSION', '1.3.9' ); 20 20 define( 'MISTAPE__PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 21 21 define( 'MISTAPE__PLUGIN_FILE', __FILE__ ); -
mistape/tags/1.3.9/src/class-deco-mistape-abstract.php
r2069920 r2436311 32 32 protected static $supported_addons = array( 'mistape-table-addon' ); 33 33 protected static $plugin_path; 34 public static $version = '1.3. 8';34 public static $version = '1.3.9'; 35 35 public $plugin_url = 'https://mistape.com'; 36 36 public $recipient_email; -
mistape/trunk/mistape.php
r2069920 r2436311 3 3 Plugin Name: Mistape 4 4 Description: Mistape allows visitors to effortlessly notify site staff about found spelling errors. 5 Version: 1.3. 85 Version: 1.3.9 6 6 Author URI: https://deco.agency 7 7 Author: deco.agency … … 17 17 } 18 18 19 define( 'MISTAPE__VERSION', '1.3. 8' );19 define( 'MISTAPE__VERSION', '1.3.9' ); 20 20 define( 'MISTAPE__PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 21 21 define( 'MISTAPE__PLUGIN_FILE', __FILE__ ); -
mistape/trunk/src/class-deco-mistape-abstract.php
r2069920 r2436311 32 32 protected static $supported_addons = array( 'mistape-table-addon' ); 33 33 protected static $plugin_path; 34 public static $version = '1.3. 8';34 public static $version = '1.3.9'; 35 35 public $plugin_url = 'https://mistape.com'; 36 36 public $recipient_email;
Note: See TracChangeset
for help on using the changeset viewer.