Plugin Directory

Changeset 3385382


Ignore:
Timestamp:
10/27/2025 05:11:33 PM (4 months ago)
Author:
holostep
Message:

Update to version 1.1.5 - Updated init script to use core-init.js

Location:
holostep/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • holostep/trunk/holostep-front.php

    r3238160 r3385382  
    8484//     wp_add_inline_script('holostep-custom-script', $insertJavaScript);
    8585
    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);
    8787
    8888    function add_async_defer_to_scripts($tag, $handle) {
  • holostep/trunk/holostep.php

    r3238160 r3385382  
    55  Description: Holostep, top-notch 3D Solutions for modern businesses
    66  Author: Holostep
    7   Version: 1.1.4
     7  Version: 1.1.5
    88  Text Domain: holostep
    99  Domain Path: /languages
  • holostep/trunk/readme.txt

    r3238160 r3385382  
    44Requires at least: 2.8.0
    55Tested up to: 6.6
    6 Stable tag: 1.1.4
     6Stable tag: 1.1.5
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4747
    4848= 3D viewer log =
     49
     50= 1.1.5 =
     51* Updated init script to use core-init.js for improved initialization
     52
    4953= 1.1.4 =
    5054* Feature: Auto update by default
     
    6468== Upgrade Notice ==
    6569
     70= 1.1.5 =
     71* Updated init script for better performance
     72
     73= 1.1.4 =
     74* Auto update feature enabled by default
     75
    6676= 1.0.0 =
    6777* The first version of Holostep's WordPress plugin
Note: See TracChangeset for help on using the changeset viewer.