Plugin Directory

Changeset 1486484


Ignore:
Timestamp:
08/30/2016 02:25:20 PM (10 years ago)
Author:
worldclassio
Message:

version 1.7

Location:
worldclass-lms/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • worldclass-lms/trunk/includes/client.php

    r1461147 r1486484  
    1313    $settings = get_option( 'wcio_settings' );
    1414    $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";
    1616
    1717    if (!$settings || !isset($settings['wc_domain'])) {
  • worldclass-lms/trunk/readme.txt

    r1461147 r1486484  
    44Requires at least: 4.3
    55Tested up to: 4.5.2
    6 Stable tag: 1.6
     6Stable tag: 1.7
    77License: GPLv3 or later
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    7979== Changelog ==
    8080
     81= 1.7 =
     82* Bug fixes
     83
    8184= 1.6 =
    8285* Responsive design
  • worldclass-lms/trunk/worldclass.php

    r1461147 r1486484  
    88Text Domain: wcio
    99Domain Path: /languages/
    10 Version: 1.6
     10Version: 1.7
    1111*/
    1212
    13 define( 'WCIO_VERSION', '1.6' );
     13define( 'WCIO_VERSION', '1.7' );
    1414
    1515define( 'WCIO_REQUIRED_WP_VERSION', '4.3' );
Note: See TracChangeset for help on using the changeset viewer.