Changeset 3085803
- Timestamp:
- 05/13/2024 12:30:16 PM (22 months ago)
- Location:
- h5p/trunk
- Files:
-
- 3 edited
-
h5p.php (modified) (1 diff)
-
public/class-h5p-plugin.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
h5p/trunk/h5p.php
r3008807 r3085803 16 16 * Plugin URI: http://h5p.org/wordpress 17 17 * Description: Allows you to upload, create, share and use rich interactive content on your WordPress site. 18 * Version: 1.15. 718 * Version: 1.15.8 19 19 * Author: Joubel 20 20 * Author URI: http://joubel.com -
h5p/trunk/public/class-h5p-plugin.php
r3008807 r3085803 25 25 * @var string 26 26 */ 27 const VERSION = '1.15. 7';27 const VERSION = '1.15.8'; 28 28 29 29 /** -
h5p/trunk/readme.txt
r3082543 r3085803 4 4 Tags: editor, video, quiz, slider, education 5 5 Requires at least: 3.8.1 6 Tested up to: 6.4. 27 Stable tag: 1.15. 76 Tested up to: 6.4.4 7 Stable tag: 1.15.8 8 8 License: MIT 9 9 License URI: http://opensource.org/licenses/MIT … … 488 488 Fix not storing empty content state (resume) for some content types. 489 489 Updated translations 490 491 = 1.15.8 = 492 Improve file upload
Note: See TracChangeset
for help on using the changeset viewer.