Plugin Directory

Changeset 2776071


Ignore:
Timestamp:
08/26/2022 11:39:50 AM (3 years ago)
Author:
discoverelearning
Message:

1.2.4.3

Location:
learndash-topic-progression-using-storyline-or-captivate/trunk
Files:
5 deleted
11 edited

Legend:

Unmodified
Added
Removed
  • learndash-topic-progression-using-storyline-or-captivate/trunk/CMB2/css/cmb2-display-rtl.css

    r2774398 r2776071  
    11/*!
    2  * CMB2 - v2.10.0 - 2022-02-15
     2 * CMB2 - v2.10.1 - 2022-02-22
    33 * https://cmb2.io
    44 * Copyright (c) 2022
  • learndash-topic-progression-using-storyline-or-captivate/trunk/CMB2/css/cmb2-display.css

    r2774398 r2776071  
    11/*!
    2  * CMB2 - v2.10.0 - 2022-02-15
     2 * CMB2 - v2.10.1 - 2022-02-22
    33 * https://cmb2.io
    44 * Copyright (c) 2022
  • learndash-topic-progression-using-storyline-or-captivate/trunk/CMB2/css/cmb2-front-rtl.css

    r2774392 r2776071  
    11/*!
    2  * CMB2 - v2.10.0 - 2022-02-15
     2 * CMB2 - v2.10.1 - 2022-02-22
    33 * https://cmb2.io
    44 * Copyright (c) 2022
  • learndash-topic-progression-using-storyline-or-captivate/trunk/CMB2/css/cmb2-front.css

    r2774392 r2776071  
    11/*!
    2  * CMB2 - v2.10.0 - 2022-02-15
     2 * CMB2 - v2.10.1 - 2022-02-22
    33 * https://cmb2.io
    44 * Copyright (c) 2022
  • learndash-topic-progression-using-storyline-or-captivate/trunk/CMB2/css/cmb2-rtl.css

    r2774392 r2776071  
    11/*!
    2  * CMB2 - v2.10.0 - 2022-02-15
     2 * CMB2 - v2.10.1 - 2022-02-22
    33 * https://cmb2.io
    44 * Copyright (c) 2022
  • learndash-topic-progression-using-storyline-or-captivate/trunk/CMB2/css/cmb2.css

    r2774392 r2776071  
    11/*!
    2  * CMB2 - v2.10.0 - 2022-02-15
     2 * CMB2 - v2.10.1 - 2022-02-22
    33 * https://cmb2.io
    44 * Copyright (c) 2022
  • learndash-topic-progression-using-storyline-or-captivate/trunk/CMB2/init.php

    r2776064 r2776071  
    2121 *               Andrew Norcross (@norcross / andrewnorcross.com)
    2222 *
    23  * Version:      2.10.0
     23 * Version:      2.10.1
    2424 *
    2525 * Text Domain:  cmb2
     
    5454 */
    5555
    56 if ( ! class_exists( 'CMB2_Bootstrap_2100_Develop', false ) ) {
     56if ( ! class_exists( 'CMB2_Bootstrap_2101', false ) ) {
    5757
    5858    /**
     
    6767     * @link      https://cmb2.io
    6868     */
    69     class CMB2_Bootstrap_2100_Develop {
     69    class CMB2_Bootstrap_2101 {
    7070
    7171        /**
     
    7575         * @since 1.0.0
    7676         */
    77         const VERSION = '2.10.0';
     77        const VERSION = '2.10.1';
    7878
    7979        /**
     
    8484         * @since 2.0.0
    8585         */
    86         const PRIORITY = 9958;
     86        const PRIORITY = 9957;
    8787
    8888        /**
    89          * Single instance of the CMB2_Bootstrap_2100_Develop object
     89         * Single instance of the CMB2_Bootstrap_2101 object
    9090         *
    91          * @var CMB2_Bootstrap_2100_Develop
     91         * @var CMB2_Bootstrap_2101
    9292         */
    9393        public static $single_instance = null;
    9494
    9595        /**
    96          * Creates/returns the single instance CMB2_Bootstrap_2100_Develop object
     96         * Creates/returns the single instance CMB2_Bootstrap_2101 object
    9797         *
    9898         * @since  2.0.0
    99          * @return CMB2_Bootstrap_2100_Develop Single instance object
     99         * @return CMB2_Bootstrap_2101 Single instance object
    100100         */
    101101        public static function initiate() {
     
    194194
    195195    // Make it so...
    196     CMB2_Bootstrap_2100_Develop::initiate();
     196    CMB2_Bootstrap_2101::initiate();
    197197
    198198}// End if().
  • learndash-topic-progression-using-storyline-or-captivate/trunk/CMB2/languages/cmb2.pot

    r2774392 r2776071  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: CMB2 2.10.0\n"
     5"Project-Id-Version: CMB2 2.10.1\n"
    66"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/cmb2\n"
    77"POT-Creation-Date: 2021-06-04 13:30:34+00:00\n"
  • learndash-topic-progression-using-storyline-or-captivate/trunk/CMB2/readme.txt

    r2774392 r2776071  
    66Requires PHP:      5.2
    77Tested up to:      5.9
    8 Stable tag:        2.10.0
     8Stable tag:        2.10.1
    99License:           GPLv2 or later
    1010License URI:       https://www.gnu.org/licenses/gpl-2.0.html
     
    138138
    139139== Changelog ==
     140
     141### 2.10.1
     142
     143#### Bug Fixes
     144* Fix issue with date picker formatting. Fixes [#1448](https://github.com/CMB2/CMB2/issues/1448).
    140145
    141146### 2.10.0
     
    10081013== Upgrade Notice ==
    10091014
     1015### 2.10.1
     1016
     1017#### Bug Fixes
     1018* Fix issue with date picker formatting. Fixes [#1448](https://github.com/CMB2/CMB2/issues/1448).
     1019
    10101020### 2.10.0
    10111021
  • learndash-topic-progression-using-storyline-or-captivate/trunk/learndash-topic-progression-storyline.php

    r2776064 r2776071  
    55Description: Allows a topic page in LearnDash to be completed through an action conducted in Storyline or Captivate embedded content.
    66Author: Discover eLearning Ltd
    7 Version: 1.2.4.2
     7Version: 1.2.4.3
    88Author URI: http://www.discoverelearninguk.com
    99License: GPLv2 or later
     
    2525
    2626
    27 require_once  __DIR__ . '/CMB2/init.php';
     27require_once  __DIR__ . '/cmb2/init.php';
    2828$isMarkIn = 0;
    2929
  • learndash-topic-progression-using-storyline-or-captivate/trunk/readme.txt

    r2776065 r2776071  
    44Requires at least: 4.0
    55Tested up to: 6.0.1
    6 Stable tag: 1.2.4.2
     6Stable tag: 1.2.4.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6969== Changelog ==
    7070
    71 = 1.2.4.2 =
     71= 1.2.4.3 =
    7272
    7373* Minor updates.
Note: See TracChangeset for help on using the changeset viewer.