Changeset 1486484
- Timestamp:
- 08/30/2016 02:25:20 PM (10 years ago)
- Location:
- worldclass-lms/trunk
- Files:
-
- 3 edited
-
includes/client.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
worldclass.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
worldclass-lms/trunk/includes/client.php
r1461147 r1486484 13 13 $settings = get_option( 'wcio_settings' ); 14 14 $settings = unserialize( $settings ); 15 $url = "https://{$settings['wc_domain']}/client/ index.html?src=wordpress&type=embed";15 $url = "https://{$settings['wc_domain']}/client/dist/index.html?src=wordpress&type=embed"; 16 16 17 17 if (!$settings || !isset($settings['wc_domain'])) { -
worldclass-lms/trunk/readme.txt
r1461147 r1486484 4 4 Requires at least: 4.3 5 5 Tested up to: 4.5.2 6 Stable tag: 1. 66 Stable tag: 1.7 7 7 License: GPLv3 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 79 79 == Changelog == 80 80 81 = 1.7 = 82 * Bug fixes 83 81 84 = 1.6 = 82 85 * Responsive design -
worldclass-lms/trunk/worldclass.php
r1461147 r1486484 8 8 Text Domain: wcio 9 9 Domain Path: /languages/ 10 Version: 1. 610 Version: 1.7 11 11 */ 12 12 13 define( 'WCIO_VERSION', '1. 6' );13 define( 'WCIO_VERSION', '1.7' ); 14 14 15 15 define( 'WCIO_REQUIRED_WP_VERSION', '4.3' );
Note: See TracChangeset
for help on using the changeset viewer.