Plugin Directory

Changeset 3367084


Ignore:
Timestamp:
09/24/2025 10:19:25 AM (4 months ago)
Author:
abutalib
Message:

Release 2.3.10

Location:
zoloblocks
Files:
895 added
5 edited

Legend:

Unmodified
Added
Removed
  • zoloblocks/trunk/build/blocks/image-gallery/frontend.asset.php

    r3150861 r3367084  
    1 <?php return array('dependencies' => array(), 'version' => '2a33831d68a91c7d232f');
     1<?php return array('dependencies' => array(), 'version' => '55556786803967638122');
  • zoloblocks/trunk/build/blocks/image-gallery/frontend.js

    r3150861 r3367084  
    1 document.addEventListener("DOMContentLoaded",(function(){const t=document.querySelectorAll(".wp-block-zolo-image-gallery");t.length>0&&(fsLightbox.props.showThumbsOnMount=!1,t.forEach((t=>{const n=t.dataset.uniqueid,s=t.dataset.entranceanimation,o="true"===t.dataset.showthumb;fsLightboxInstances[`gallery-${n}`].props.showThumbsOnMount=o,fsLightboxInstances[`gallery-${n}`].props.showThumbsWithCaptions=o,fsLightboxInstances[`gallery-${n}`].props.initialAnimation=s,fsLightboxInstances[`gallery-${n}`].props.slideChangeAnimation=s})))}));
     1document.addEventListener("DOMContentLoaded",(function(){const t=document.querySelectorAll(".wp-block-zolo-image-gallery");t.length>0&&(fsLightbox.props.showThumbsOnMount=!1,t.forEach((t=>{const e=t.dataset.uniqueid,n=t.dataset.entranceanimation,o="true"===t.dataset.showthumb,s=t.querySelectorAll(".zolo-item[data-caption]"),a=[];s.forEach((t=>{const e=t.getAttribute("data-caption");if(e){const t=function(t){const e=function(t){const e=document.createElement("textarea");return e.innerHTML=t,e.value}(t),n=(new DOMParser).parseFromString(e,"text/html"),o=["b","i","em","strong","u","span","div","h3","p"],s=["class","style"];return n.body.querySelectorAll("*").forEach((t=>{const e=t.nodeName.toLowerCase();if(!o.includes(e))return t.remove(),"";[...t.attributes].forEach((e=>{const n=e.name.toLowerCase(),o=e.value.trim().toLowerCase();(!s.includes(n)||n.startsWith("on")||o.startsWith("javascript:"))&&t.removeAttribute(e.name)}))})),n.body.innerHTML}(e);a.push(t)}else a.push("")})),fsLightboxInstances[`gallery-${e}`].props.captions=a,fsLightboxInstances[`gallery-${e}`].props.showThumbsOnMount=o,fsLightboxInstances[`gallery-${e}`].props.showThumbsWithCaptions=o,fsLightboxInstances[`gallery-${e}`].props.initialAnimation=n,fsLightboxInstances[`gallery-${e}`].props.slideChangeAnimation=n})))}));
  • zoloblocks/trunk/languages/zoloblocks.pot

    r3361262 r3367084  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: ZoloBlocks 2.3.9\n"
     5"Project-Id-Version: ZoloBlocks 2.3.10\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/zoloblocks\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-09-14T12:14:03+00:00\n"
     12"POT-Creation-Date: 2025-09-24T10:00:11+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.12.0\n"
  • zoloblocks/trunk/readme.txt

    r3361262 r3367084  
    66Tested up to: 6.8
    77Requires PHP: 7.4
    8 Stable tag: 2.3.9
     8Stable tag: 2.3.10
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    609609== Changelog ==
    610610
    611 ### 2.3.9 [September 14, 2025]
     611### 2.3.10 [September 24, 2025]
    612612
    613613**Security:**
    614614* Fixed security vulnerabilities in Image Gallery block to enhance data protection and user safety.
     615
     616### 2.3.9 [September 14, 2025]
     617
     618**Bug Fixes:**
     619* Minor bug fixes and improvements.
    615620
    616621### 2.3.8 [September 07, 2025]
  • zoloblocks/trunk/zoloblocks.php

    r3361262 r3367084  
    44 * Plugin Name: ZoloBlocks
    55 * Plugin URI: https://zoloblocks.com/
    6  * Version: 2.3.9
     6 * Version: 2.3.10
    77 * Author: BdThemes
    88 * Author URI: https://bdthemes.com/
     
    6767        define('ZOLO_NAMESPACE', 'zoloblocks');
    6868        define('ZOLO_SLUG', 'zoloblocks');
    69         define('ZOLO_VERSION', '2.3.9');
     69        define('ZOLO_VERSION', '2.3.10');
    7070        define('ZOLO_DIR_PATH', plugin_dir_path(__FILE__));
    7171        define('ZOLO_ADMIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.