Changeset 1887681
- Timestamp:
- 06/05/2018 04:49:42 PM (8 years ago)
- Location:
- conversation-watson/trunk
- Files:
-
- 5 edited
-
Readme.txt (modified) (2 diffs)
-
includes/settings/advanced.php (modified) (1 diff)
-
includes/settings/customize.php (modified) (1 diff)
-
includes/settings/setup.php (modified) (1 diff)
-
watson.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
conversation-watson/trunk/Readme.txt
r1887161 r1887681 4 4 Requires at least: 4.7 5 5 Tested up to: 4.9 6 Stable tag: 0.7. 26 Stable tag: 0.7.3 7 7 License: Apache v2.0 8 8 License URI: http://www.apache.org/licenses/LICENSE-2.0 … … 87 87 88 88 == Changelog == 89 90 = 0.7.3 = 91 * Fixed compatibility issue with PHP versions lower than 5.6 89 92 90 93 = 0.7.2 = -
conversation-watson/trunk/includes/settings/advanced.php
r1887161 r1887681 3 3 4 4 class Advanced { 5 const SLUG = Main::SLUG.'_advanced';5 const SLUG = 'watson_asst_advanced'; 6 6 7 7 public static function init_page() { -
conversation-watson/trunk/includes/settings/customize.php
r1887161 r1887681 3 3 4 4 class Customize { 5 const SLUG = Main::SLUG.'_customize';5 const SLUG = 'watson_asst_customize'; 6 6 7 7 public static function init_page() { -
conversation-watson/trunk/includes/settings/setup.php
r1887161 r1887681 3 3 4 4 class Setup { 5 const SLUG = Main::SLUG.'_setup';5 const SLUG = 'watson_asst_setup'; 6 6 7 7 public static function init_page() { -
conversation-watson/trunk/watson.php
r1887164 r1887681 5 5 Author: IBM Cognitive Class 6 6 Author URI: https://cognitiveclass.ai 7 Version: 0.7. 27 Version: 0.7.3 8 8 Text Domain: watsonconv 9 9 */
Note: See TracChangeset
for help on using the changeset viewer.