Changeset 3385382
- Timestamp:
- 10/27/2025 05:11:33 PM (4 months ago)
- Location:
- holostep/trunk
- Files:
-
- 3 edited
-
holostep-front.php (modified) (1 diff)
-
holostep.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
holostep/trunk/holostep-front.php
r3238160 r3385382 84 84 // wp_add_inline_script('holostep-custom-script', $insertJavaScript); 85 85 86 wp_enqueue_script('holostep-core-script', "https://onsite-scripter.holostep.io/serve/core .js?accountId=$accountId", [], '1.1.4', false);86 wp_enqueue_script('holostep-core-script', "https://onsite-scripter.holostep.io/serve/core-init.js?accountId=$accountId", [], '1.1.5', false); 87 87 88 88 function add_async_defer_to_scripts($tag, $handle) { -
holostep/trunk/holostep.php
r3238160 r3385382 5 5 Description: Holostep, top-notch 3D Solutions for modern businesses 6 6 Author: Holostep 7 Version: 1.1. 47 Version: 1.1.5 8 8 Text Domain: holostep 9 9 Domain Path: /languages -
holostep/trunk/readme.txt
r3238160 r3385382 4 4 Requires at least: 2.8.0 5 5 Tested up to: 6.6 6 Stable tag: 1.1. 46 Stable tag: 1.1.5 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 47 47 48 48 = 3D viewer log = 49 50 = 1.1.5 = 51 * Updated init script to use core-init.js for improved initialization 52 49 53 = 1.1.4 = 50 54 * Feature: Auto update by default … … 64 68 == Upgrade Notice == 65 69 70 = 1.1.5 = 71 * Updated init script for better performance 72 73 = 1.1.4 = 74 * Auto update feature enabled by default 75 66 76 = 1.0.0 = 67 77 * The first version of Holostep's WordPress plugin
Note: See TracChangeset
for help on using the changeset viewer.