Plugin Directory

Changeset 3247965


Ignore:
Timestamp:
02/27/2025 03:45:57 PM (13 months ago)
Author:
yoopify
Message:

1.4

Fixed script loading to ensure it is injected into the <body> instead of <head>.
Appended ProfileID directly to the script URL instead of using wp_localize_script.
Replaced wp_enqueue_script() with direct <script> injection for better compatibility.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • yoopify-integrator/trunk/readme.txt

    r3216162 r3247965  
    99**Tested up to:** 6.7 
    1010**Requires PHP:** 7.4 
    11 **Stable tag:** 1.3.1 
     11**Stable tag:** 1.4 
    1212**License:** GPLv2 or later 
    1313**License URI:** https://www.gnu.org/licenses/gpl-2.0.html 
     
    6767
    6868== Changelog ==
     69= 1.4 =
     70* Fixed script loading to ensure it is injected into the <body> instead of <head>.
     71* Appended ProfileID directly to the script URL instead of using wp_localize_script.
     72* Replaced wp_enqueue_script() with direct <script> injection for better compatibility.
     73
    6974= 1.3.1 =
    7075* Added custom logo and banner for the plugin page on WordPress.org
Note: See TracChangeset for help on using the changeset viewer.