Changeset 3450728
- Timestamp:
- 01/30/2026 10:07:13 PM (2 months ago)
- Location:
- orbem-studio
- Files:
-
- 4 edited
- 1 copied
-
tags/1.1.3 (copied) (copied from orbem-studio/trunk)
-
tags/1.1.3/orbem-studio.php (modified) (2 diffs)
-
tags/1.1.3/readme.txt (modified) (2 diffs)
-
trunk/orbem-studio.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
orbem-studio/tags/1.1.3/orbem-studio.php
r3450717 r3450728 6 6 * Plugin URI: https://orbem.studio/ 7 7 * Description: Build your own RPG video game using the power of WordPress 8 * Version: 1.1. 18 * Version: 1.1.3 9 9 * Author: orbemorder 10 10 * Author URI: https://orbemorder.com/ … … 34 34 * Plugin version constant. 35 35 */ 36 const ORBEM_STUDIO_VERSION = '1.1. 1';36 const ORBEM_STUDIO_VERSION = '1.1.3'; 37 37 38 38 if (version_compare(phpversion(), '8.1.0', '>=')) { -
orbem-studio/tags/1.1.3/readme.txt
r3450717 r3450728 6 6 Tested up to: 6.9 7 7 Requires PHP: 8.1 8 Stable tag: 1.1. 18 Stable tag: 1.1.3 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 171 171 == Changelog == 172 172 173 = 1.1.3 = 174 * Fix console error for cutscenes without main character. 175 173 176 = 1.1.1 = 174 177 * Enable materialize after mission function. -
orbem-studio/trunk/orbem-studio.php
r3450717 r3450728 6 6 * Plugin URI: https://orbem.studio/ 7 7 * Description: Build your own RPG video game using the power of WordPress 8 * Version: 1.1. 18 * Version: 1.1.3 9 9 * Author: orbemorder 10 10 * Author URI: https://orbemorder.com/ … … 34 34 * Plugin version constant. 35 35 */ 36 const ORBEM_STUDIO_VERSION = '1.1. 1';36 const ORBEM_STUDIO_VERSION = '1.1.3'; 37 37 38 38 if (version_compare(phpversion(), '8.1.0', '>=')) { -
orbem-studio/trunk/readme.txt
r3450717 r3450728 6 6 Tested up to: 6.9 7 7 Requires PHP: 8.1 8 Stable tag: 1.1. 18 Stable tag: 1.1.3 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 171 171 == Changelog == 172 172 173 = 1.1.3 = 174 * Fix console error for cutscenes without main character. 175 173 176 = 1.1.1 = 174 177 * Enable materialize after mission function.
Note: See TracChangeset
for help on using the changeset viewer.