Plugin Directory

Changeset 3224686


Ignore:
Timestamp:
01/18/2025 12:00:20 AM (12 months ago)
Author:
ovakarelov
Message:

Missing name space

Location:
ia-magic-galleries
Files:
90 added
4 edited
3 copied

Legend:

Unmodified
Added
Removed
  • ia-magic-galleries/tags/1.2.4/IAMagic-galleries.php

    r3224680 r3224686  
    99Plugin URI: https://iaesth.ca/wp/
    1010Description: The plugin facilitates the integration of the IA Magic Galleries system into the WordPress environment.
    11 Version: 1.2.3
     11Version: 1.2.4
    1212Author: Information Aesthetics
    1313Author URI: https://iaesth.ca
     
    4747
    4848
    49     define("IAMG_VERSION", '1.2.3');
     49    define("IAMG_VERSION", '1.2.4');
    5050    define("IAMG_API_URL", "https://iaesth.ca/apps/IAMG/com");
    5151    define("IAMG_API_URL_BACKUP", "https://infoaesthetics.ca/apps/IAMG/com");
  • ia-magic-galleries/tags/1.2.4/README.txt

    r3224680 r3224686  
    44Requires at least: 5.8
    55Tested up to: 6.7
    6 Stable tag: 1.2.3
     6Stable tag: 1.2.4
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    7474
    7575== Changelog ==
    76 = 1.2.3 =
     76= 1.2.4 =
    7777- Bug Fixes:
    7878    - Various bug fixes
    7979    - Some performance improvements
     80
    8081= 1.2.1 =
    8182- New Features:
  • ia-magic-galleries/trunk/IAMagic-galleries.php

    r3224680 r3224686  
    99Plugin URI: https://iaesth.ca/wp/
    1010Description: The plugin facilitates the integration of the IA Magic Galleries system into the WordPress environment.
    11 Version: 1.2.3
     11Version: 1.2.4
    1212Author: Information Aesthetics
    1313Author URI: https://iaesth.ca
     
    4747
    4848
    49     define("IAMG_VERSION", '1.2.3');
     49    define("IAMG_VERSION", '1.2.4');
    5050    define("IAMG_API_URL", "https://iaesth.ca/apps/IAMG/com");
    5151    define("IAMG_API_URL_BACKUP", "https://infoaesthetics.ca/apps/IAMG/com");
  • ia-magic-galleries/trunk/README.txt

    r3224680 r3224686  
    44Requires at least: 5.8
    55Tested up to: 6.7
    6 Stable tag: 1.2.3
     6Stable tag: 1.2.4
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    7474
    7575== Changelog ==
    76 = 1.2.3 =
     76= 1.2.4 =
    7777- Bug Fixes:
    7878    - Various bug fixes
    7979    - Some performance improvements
     80
    8081= 1.2.1 =
    8182- New Features:
  • ia-magic-galleries/trunk/js/iaPresenter_loader.js

    r3224680 r3224686  
    432432    }
    433433
    434     let $pk = /**PK*/"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuqkvTcjmDRLEQvh++pia6gPbW8z+/dFpNsgjwt4LcfX0eGjLl5MudlN/tfjk9ROoO/vl/sO7tiDqvtj2aY6SpLs8iblnjyra9GTh2+gyjaVmkjjrcTFAodcxJtYLRIb8awrO3Q3pilUDm5tL41Tr7638i2LiLqlQTteVbhnhXXZrZUZv8+kezlykkpqbT4bUfvOUC/caDzOhoJ6p4cLVoYDt+3AHcnXPvYlgoaTsY2kphkv3f8wVxYw5RJ74reGLB3Jgd/qSJKM8l/HhgF5TMp1qxQy1zYC3f5svknCSTrRTzVOjCeen4tLoCrHT49S9ib14gfR9/5n7bBNHiHcdBwIDAQAB"/**PK*/;
     434    let $pk = /**PK*/"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqBxwF1I8TYkWQhoKq7R3rHB1XvPoBq6B193Y3E/6Pmp7Z11mfaQHjuaWA367QjSvoTSbUYZN3azNCDx/fuTI8wdC3IZKfdbSny+toczMoMfWoDLeL/5Upsqocd9b/Wi3gUdE1aRA/XquiHfKC+6HMXydNhHpGdnS+xX0AgQ4As4XUvoOyTtMSz143gjvgnYcV7w5Pbbge3DwijZgpG3MQzj2+BiA9V/FUR7J2MufabK4glpEE/S+tKVlNx4MkDrLxqo7guUapXlXDlxXKieIwy8uBv9msDNMJrkb0T2Y1iGVDhWNmfiR4T0XzB7sJMPbvdYlWtBLmS/4qbvABz/l4QIDAQAB"/**PK*/;
    435435
    436436    async function load_secure_scripts(scripts, defer) {
  • ia-magic-galleries/trunk/js/iaPresenter_loader.min.js

    r3224680 r3224686  
    33This work is licensed under the GPL2, V2/ license.*/
    44
    5 var IA_Presenter_loader=function(){var t=[["dist/mousetrap.min.js",function(){return window.hasOwnProperty("Mousetrap")}],["dist/simple-statistics.min.js",function(){return window.hasOwnProperty("ss")&&ss.hasOwnProperty("linearRegression")}],["dist/math.min.js",function(){return window.hasOwnProperty("math")&&math.hasOwnProperty("eval")}],["dist/minify.json.min.js",function(){return JSON.hasOwnProperty("minify")}]],e=[],r=!1,i={},n={},o=0;function s(t,e,i,s){if("object"==typeof i&&(s=i,i=""),i=i||"",e=e||"js",!(s=s||{}).load_condition||"function"!=typeof s.load_condition||s.load_condition())if(r)r.push([t,e,i,s]);else{if(r=[],t.pre_scripts&&(s.pre_scripts=t.pre_scripts,delete t.pre_scripts),t.post_scripts&&(s.post_scripts=t.post_scripts,delete t.post_scripts),s.load_only)return c(s,i,p.bind(void 0,s,i));c(s,i,(function(){if("function"==typeof t)t(),p(s,i);else if("string"==typeof t)switch(e){case"js":jQuery.getScript(t).done((function(){p(s,i)})).fail(u);break;case"json":jQuery.get(t,(function(){}),"text").done((t=>{f(t),p(s,i)})).fail(u)}else"object"==typeof t&&t.panel_setting&&(f(t),p(s,i))}))}function f(t){if((t="object"==typeof t?t:JSON.parse(JSON.minify(t))).html_tab_id)n[t.html_tab_id]||(e(t.html_tab_id,t),n[t.html_tab_id]=!0);else{let r=document.querySelector('iframe[name="editor-canvas"]'),i=r?r.contentDocument||r.contentWindow.document:null,s=jQuery(".IA_Designer_Container, .IA_Presenter_Container").toArray();if(i){let t=jQuery(i).find(".IA_Presenter_Container").toArray();s=s.concat(t),Snap_ia.setWindow(r.contentWindow)}if(!s.length)return;let a=0;s.forEach((function(r){let s;if(i&&i.contains(r)&&(s=i),r=Snap_ia(r),t.container_filter&&"function"==typeof t.container_filter&&!t.container_filter(r))return;t.pre_process_container&&"function"==typeof t.pre_process_container&&t.pre_process_container(r);let c=r.attr("id");if(c||(c="IA_Designer_Container_gui"+o++,r.attr("id",c)),!n[c]){const i=r.select("svg");let o;if(i){const e=i.node.outerHTML;t.initial_graphics={svg:e},e.remove()}else if(o=r.attr("presentation"))if(o.startsWith("base64:")){let e=LZString.decompressFromBase64(o.slice(7));e||(e=atob(o.slice(7))),t.initial_graphics={svg:e},r.attr("presentation","")}else o.startsWith("http")&&(t.initial_graphics=o);t.html_tab_id=c,setTimeout(e.bind(void 0,c,Object.assign({},t),s),a),a+=200,n[c]=!0}}))}function e(t,e,r){let i;(i=e.initial_graphics)&&delete e.initial_graphics;var n=IA_Designer.createInterface(t,e,r);const o=(r=r||window.document).defaultView.getComputedStyle(r.body,null).getPropertyValue("background-color");n.div_container.setStyle({background:o}),i?"string"==typeof i?n.openGraphics(i,a):"object"==typeof i&&i.hasOwnProperty("svg")&&(n.loadGraphicsFromString(i.svg),a(n)):a(n)}}}var a=function(t){};function c(e,r,i){if(e.after_callback){let t=i;i=function(){t&&t(),e.after_callback()}}if(window.IA_Designer||!window.jQuery)return i&&i();var n=t;e.pre_scripts&&(Array.isArray(e.pre_scripts)||(e.pre_scripts=[e.pre_scripts]),n=[...e.pre_scripts,...n]);var o=function(t,e,r){const i=jQuery.Deferred();if(r){let r=!1;if(e&&"string"==typeof e){let n=localStorage.getItem(e);n&&(n=JSON.parse(n),n.url===t&&n.data&&(l(n.data,i),r=!0))}!r&&jQuery.getJSON(t,(function(r){e&&localStorage.setItem(e,JSON.stringify({url:t,data:r})),l(r,i)}))}else jQuery.getScript(t).done((function(t,e){i.resolve()}));return i.promise()},s=[];jQuery.ajaxSetup({cache:!0}),n.forEach((function(t){let e=!1;if(Array.isArray(t)){if("function"==typeof t[1]&&t[1]())return;t=t[0]}"string"==typeof t&&(t=t.startsWith("http")?t:r+t,s.push(o(t))),"object"==typeof t&&t.encrypted&&(e=t.cache||!1,t=(t=t.url).startsWith("http")?t:r+t,s.push(o(t,e,!0)))}));var a=jQuery.when.apply($,s);i&&a.done(i)}function p(t,n){if("string"==typeof t&&(n=t,t={}),t.post_scripts&&("string"==typeof t.post_scripts&&(t.post_scripts=t.post_scripts.split(",")),e=e.concat(t.post_scripts)),t.crypto&&e.push("dist/ia_md5.min.js"),e.forEach((function(t){if("object"==typeof t&&(t.ES6||t.ES6)&&(t=supportsES6?t.ES6||"":t.ES5||""),t){if(Array.isArray(t)){if("function"==typeof t[1]&&t[1]())return;if("string"==typeof t[1]&&window.hasOwnProperty(t[1]))return;t=t[0]}t=n+t.trim(),i[t]||(i[t]=!0,jQuery.getScript(t,(function(){})))}})),jQuery.ajaxSetup({cache:!1}),r.length){r.forEach((t=>{s.apply(void 0,t)}))}r=void 0}let f="MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuqkvTcjmDRLEQvh++pia6gPbW8z+/dFpNsgjwt4LcfX0eGjLl5MudlN/tfjk9ROoO/vl/sO7tiDqvtj2aY6SpLs8iblnjyra9GTh2+gyjaVmkjjrcTFAodcxJtYLRIb8awrO3Q3pilUDm5tL41Tr7638i2LiLqlQTteVbhnhXXZrZUZv8+kezlykkpqbT4bUfvOUC/caDzOhoJ6p4cLVoYDt+3AHcnXPvYlgoaTsY2kphkv3f8wVxYw5RJ74reGLB3Jgd/qSJKM8l/HhgF5TMp1qxQy1zYC3f5svknCSTrRTzVOjCeen4tLoCrHT49S9ib14gfR9/5n7bBNHiHcdBwIDAQAB";async function l(t,e){if(!Array.isArray(t))return void e.reject();function r(t){const e=new ArrayBuffer(t.length),r=new Uint8Array(e);for(let e=0,i=t.length;e<i;e++)r[e]=t.charCodeAt(e);return e}const i=r(atob(f)),n=await crypto.subtle.importKey("spki",i,{name:"RSASSA-PKCS1-v1_5",hash:"SHA-256"},!1,["verify"]);let o=await Promise.all(t.map((async(t,i)=>{let o=t.data,s=t.sign;if(!o||!s)return;function a(){let t=LZString.decompressFromBase64(o);return t||(t=atob(o)),t}if(await crypto.subtle.verify({name:"RSASSA-PKCS1-v1_5"},n,r(atob(s)),r(o))){let t=a();if(t)return t}else{let t=a();if(t)return t}return e.reject(),Promise.reject()})));o&&(o=o.filter(Boolean),o.length===t.length&&(o.forEach((t=>{Function('"use strict"; '+t)()})),e.resolve()))}function u(t,e){}return s.loadLibrariesOnly=function(t){c({},t=t||"",(function(){p(t)}))},s}(window);
     5var IA_Presenter_loader=function(){var t=[["dist/mousetrap.min.js",function(){return window.hasOwnProperty("Mousetrap")}],["dist/simple-statistics.min.js",function(){return window.hasOwnProperty("ss")&&ss.hasOwnProperty("linearRegression")}],["dist/math.min.js",function(){return window.hasOwnProperty("math")&&math.hasOwnProperty("eval")}],["dist/minify.json.min.js",function(){return JSON.hasOwnProperty("minify")}]],e=[],r=!1,i={},n={},o=0;function s(t,e,i,s){if("object"==typeof i&&(s=i,i=""),i=i||"",e=e||"js",!(s=s||{}).load_condition||"function"!=typeof s.load_condition||s.load_condition())if(r)r.push([t,e,i,s]);else{if(r=[],t.pre_scripts&&(s.pre_scripts=t.pre_scripts,delete t.pre_scripts),t.post_scripts&&(s.post_scripts=t.post_scripts,delete t.post_scripts),s.load_only)return c(s,i,p.bind(void 0,s,i));c(s,i,(function(){if("function"==typeof t)t(),p(s,i);else if("string"==typeof t)switch(e){case"js":jQuery.getScript(t).done((function(){p(s,i)})).fail(u);break;case"json":jQuery.get(t,(function(){}),"text").done((t=>{f(t),p(s,i)})).fail(u)}else"object"==typeof t&&t.panel_setting&&(f(t),p(s,i))}))}function f(t){if((t="object"==typeof t?t:JSON.parse(JSON.minify(t))).html_tab_id)n[t.html_tab_id]||(e(t.html_tab_id,t),n[t.html_tab_id]=!0);else{let r=document.querySelector('iframe[name="editor-canvas"]'),i=r?r.contentDocument||r.contentWindow.document:null,s=jQuery(".IA_Designer_Container, .IA_Presenter_Container").toArray();if(i){let t=jQuery(i).find(".IA_Presenter_Container").toArray();s=s.concat(t),Snap_ia.setWindow(r.contentWindow)}if(!s.length)return;let a=0;s.forEach((function(r){let s;if(i&&i.contains(r)&&(s=i),r=Snap_ia(r),t.container_filter&&"function"==typeof t.container_filter&&!t.container_filter(r))return;t.pre_process_container&&"function"==typeof t.pre_process_container&&t.pre_process_container(r);let c=r.attr("id");if(c||(c="IA_Designer_Container_gui"+o++,r.attr("id",c)),!n[c]){const i=r.select("svg");let o;if(i){const e=i.node.outerHTML;t.initial_graphics={svg:e},e.remove()}else if(o=r.attr("presentation"))if(o.startsWith("base64:")){let e=LZString.decompressFromBase64(o.slice(7));e||(e=atob(o.slice(7))),t.initial_graphics={svg:e},r.attr("presentation","")}else o.startsWith("http")&&(t.initial_graphics=o);t.html_tab_id=c,setTimeout(e.bind(void 0,c,Object.assign({},t),s),a),a+=200,n[c]=!0}}))}function e(t,e,r){let i;(i=e.initial_graphics)&&delete e.initial_graphics;var n=IA_Designer.createInterface(t,e,r);const o=(r=r||window.document).defaultView.getComputedStyle(r.body,null).getPropertyValue("background-color");n.div_container.setStyle({background:o}),i?"string"==typeof i?n.openGraphics(i,a):"object"==typeof i&&i.hasOwnProperty("svg")&&(n.loadGraphicsFromString(i.svg),a(n)):a(n)}}}var a=function(t){};function c(e,r,i){if(e.after_callback){let t=i;i=function(){t&&t(),e.after_callback()}}if(window.IA_Designer||!window.jQuery)return i&&i();var n=t;e.pre_scripts&&(Array.isArray(e.pre_scripts)||(e.pre_scripts=[e.pre_scripts]),n=[...e.pre_scripts,...n]);var o=function(t,e,r){const i=jQuery.Deferred();if(r){let r=!1;if(e&&"string"==typeof e){let n=localStorage.getItem(e);n&&(n=JSON.parse(n),n.url===t&&n.data&&(l(n.data,i),r=!0))}!r&&jQuery.getJSON(t,(function(r){e&&localStorage.setItem(e,JSON.stringify({url:t,data:r})),l(r,i)}))}else jQuery.getScript(t).done((function(t,e){i.resolve()}));return i.promise()},s=[];jQuery.ajaxSetup({cache:!0}),n.forEach((function(t){let e=!1;if(Array.isArray(t)){if("function"==typeof t[1]&&t[1]())return;t=t[0]}"string"==typeof t&&(t=t.startsWith("http")?t:r+t,s.push(o(t))),"object"==typeof t&&t.encrypted&&(e=t.cache||!1,t=(t=t.url).startsWith("http")?t:r+t,s.push(o(t,e,!0)))}));var a=jQuery.when.apply($,s);i&&a.done(i)}function p(t,n){if("string"==typeof t&&(n=t,t={}),t.post_scripts&&("string"==typeof t.post_scripts&&(t.post_scripts=t.post_scripts.split(",")),e=e.concat(t.post_scripts)),t.crypto&&e.push("dist/ia_md5.min.js"),e.forEach((function(t){if("object"==typeof t&&(t.ES6||t.ES6)&&(t=supportsES6?t.ES6||"":t.ES5||""),t){if(Array.isArray(t)){if("function"==typeof t[1]&&t[1]())return;if("string"==typeof t[1]&&window.hasOwnProperty(t[1]))return;t=t[0]}t=n+t.trim(),i[t]||(i[t]=!0,jQuery.getScript(t,(function(){})))}})),jQuery.ajaxSetup({cache:!1}),r.length){r.forEach((t=>{s.apply(void 0,t)}))}r=void 0}let f="MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqBxwF1I8TYkWQhoKq7R3rHB1XvPoBq6B193Y3E/6Pmp7Z11mfaQHjuaWA367QjSvoTSbUYZN3azNCDx/fuTI8wdC3IZKfdbSny+toczMoMfWoDLeL/5Upsqocd9b/Wi3gUdE1aRA/XquiHfKC+6HMXydNhHpGdnS+xX0AgQ4As4XUvoOyTtMSz143gjvgnYcV7w5Pbbge3DwijZgpG3MQzj2+BiA9V/FUR7J2MufabK4glpEE/S+tKVlNx4MkDrLxqo7guUapXlXDlxXKieIwy8uBv9msDNMJrkb0T2Y1iGVDhWNmfiR4T0XzB7sJMPbvdYlWtBLmS/4qbvABz/l4QIDAQAB";async function l(t,e){if(!Array.isArray(t))return void e.reject();function r(t){const e=new ArrayBuffer(t.length),r=new Uint8Array(e);for(let e=0,i=t.length;e<i;e++)r[e]=t.charCodeAt(e);return e}const i=r(atob(f)),n=await crypto.subtle.importKey("spki",i,{name:"RSASSA-PKCS1-v1_5",hash:"SHA-256"},!1,["verify"]);let o=await Promise.all(t.map((async(t,i)=>{let o=t.data,s=t.sign;if(!o||!s)return;function a(){let t=LZString.decompressFromBase64(o);return t||(t=atob(o)),t}if(await crypto.subtle.verify({name:"RSASSA-PKCS1-v1_5"},n,r(atob(s)),r(o))){let t=a();if(t)return t}else{let t=a();if(t)return t}return e.reject(),Promise.reject()})));o&&(o=o.filter(Boolean),o.length===t.length&&(o.forEach((t=>{Function('"use strict"; '+t)()})),e.resolve()))}function u(t,e){}return s.loadLibrariesOnly=function(t){c({},t=t||"",(function(){p(t)}))},s}(window);
Note: See TracChangeset for help on using the changeset viewer.