Changeset 2372052
- Timestamp:
- 08/31/2020 01:46:35 AM (6 years ago)
- Location:
- wplms-h5p-plugin
- Files:
-
- 22 added
- 3 edited
-
tags/2.0.1 (added)
-
tags/2.0.1/assets (added)
-
tags/2.0.1/assets/wplms-h5p-front-end.js (added)
-
tags/2.0.1/changelog.txt (added)
-
tags/2.0.1/classes (added)
-
tags/2.0.1/classes/wplms.h5p.class.php (added)
-
tags/2.0.1/languages (added)
-
tags/2.0.1/languages/wplms-h5p-en_US.mo (added)
-
tags/2.0.1/languages/wplms-h5p-en_US.po (added)
-
tags/2.0.1/languages/wplms-h5p.pot (added)
-
tags/2.0.1/readme.txt (added)
-
tags/2.0.1/vibebp (added)
-
tags/2.0.1/vibebp/assets (added)
-
tags/2.0.1/vibebp/assets/css (added)
-
tags/2.0.1/vibebp/assets/css/wplms_h5p.css (added)
-
tags/2.0.1/vibebp/assets/js (added)
-
tags/2.0.1/vibebp/assets/js/wplms_h5p.js (added)
-
tags/2.0.1/vibebp/class.api.php (added)
-
tags/2.0.1/vibebp/class.filters.php (added)
-
tags/2.0.1/vibebp/class.init.php (added)
-
tags/2.0.1/wplms-h5p.php (added)
-
trunk/changelog.txt (added)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/vibebp/class.init.php (modified) (1 diff)
-
trunk/wplms-h5p.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wplms-h5p-plugin/trunk/readme.txt
r2366708 r2372052 4 4 Requires at least: 3.6 5 5 Tested up to: 5.4.2 6 Stable tag: 2.0 6 Stable tag: 2.0.1 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
wplms-h5p-plugin/trunk/vibebp/class.init.php
r2366708 r2372052 46 46 $blog_id = get_current_blog_id(); 47 47 } 48 if(!class_exists('WPLMS_tips')) 49 return; 50 48 51 $tips = WPLMS_tips::init(); 49 52 if(isset($tips) && isset($tips->settings)){ -
wplms-h5p-plugin/trunk/wplms-h5p.php
r2366708 r2372052 4 4 Plugin URI: http://www.vibethemes.com 5 5 Description: Plugin to integrate wplms and H5p .Requires h5p plugin . 6 Version: 2.0 6 Version: 2.0.1 7 7 Author: VibeThemes,alexhal 8 8 Author URI: http://www.vibethemes.com … … 25 25 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 26 26 */ 27 define('WPLMS_H5P_VERSION','2.0 ');27 define('WPLMS_H5P_VERSION','2.0.1'); 28 28 29 29 include_once 'classes/wplms.h5p.class.php';
Note: See TracChangeset
for help on using the changeset viewer.