diff --git a/blocks/environment/components/core/front/NPCObject.js b/blocks/environment/components/core/front/NPCObject.js index 5239bac..636c4d1 100644 --- a/blocks/environment/components/core/front/NPCObject.js +++ b/blocks/environment/components/core/front/NPCObject.js @@ -388,7 +388,7 @@ export function NPCObject(model) { > {outputJSON && String(outputJSON)} - + diff --git a/readme.txt b/readme.txt index 144ce47..ca912a1 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Requires at least: 5.7 Tested up to: 6.2 Requires PHP: 7.2 -Stable tag: 1.3.6 +Stable tag: 1.3.7 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Author: antpb @@ -42,6 +42,9 @@ It can also be installed manually using a zip file. == Changelog == += 1.3.7 = +Fixed: NPC text was falling into the ground. Moved up closer to NPC head position. + = 1.3.6 = Added: Compatibility with gltf files using Draco compression Added: Custom geometry options for 3D Video Block. When selecting a glb to use as your video surface, ensure that you name the object in your glb "screen". More info in this video: https://twitter.com/threeov/status/1643098207361138691?s=20 diff --git a/three-object-viewer.php b/three-object-viewer.php index 64964c1..270cc42 100644 --- a/three-object-viewer.php +++ b/three-object-viewer.php @@ -3,7 +3,7 @@ * Plugin Name: Three Object Viewer * Plugin URI: https://3ov.xyz/ * Description: A plugin for viewing 3D files with support for WebXR and Open Metaverse Interoperability GLTF Extensions. -* Version: 1.3.6 +* Version: 1.3.7 * Requires at least: 5.7 * Requires PHP: 7.1.0 * Author: antpb