Plugin Directory

Changeset 2372052


Ignore:
Timestamp:
08/31/2020 01:46:35 AM (6 years ago)
Author:
VibeThemes
Message:

Class_exists check missing

Location:
wplms-h5p-plugin
Files:
22 added
3 edited

Legend:

Unmodified
Added
Removed
  • wplms-h5p-plugin/trunk/readme.txt

    r2366708 r2372052  
    44Requires at least: 3.6
    55Tested up to: 5.4.2
    6 Stable tag: 2.0
     6Stable tag: 2.0.1
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • wplms-h5p-plugin/trunk/vibebp/class.init.php

    r2366708 r2372052  
    4646            $blog_id = get_current_blog_id();
    4747        }
     48        if(!class_exists('WPLMS_tips'))
     49            return;
     50       
    4851        $tips = WPLMS_tips::init();
    4952        if(isset($tips) && isset($tips->settings)){
  • wplms-h5p-plugin/trunk/wplms-h5p.php

    r2366708 r2372052  
    44Plugin URI: http://www.vibethemes.com
    55Description: Plugin to integrate wplms and H5p .Requires h5p plugin .
    6 Version: 2.0
     6Version: 2.0.1
    77Author: VibeThemes,alexhal
    88Author URI: http://www.vibethemes.com
     
    2525Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    2626*/
    27 define('WPLMS_H5P_VERSION','2.0');
     27define('WPLMS_H5P_VERSION','2.0.1');
    2828
    2929include_once 'classes/wplms.h5p.class.php';
Note: See TracChangeset for help on using the changeset viewer.