Changeset 3480581
- Timestamp:
- 03/11/2026 06:50:38 PM (4 weeks ago)
- Location:
- licenses-manager-for-woocommerce
- Files:
-
- 22 edited
- 1 copied
-
tags/3.1.10 (copied) (copied from licenses-manager-for-woocommerce/trunk)
-
tags/3.1.10/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md (modified) (2 diffs)
-
tags/3.1.10/jetpack_vendor/automattic/jetpack-assets/build/i18n-loader.asset.php (modified) (1 diff)
-
tags/3.1.10/jetpack_vendor/automattic/jetpack-assets/build/i18n-loader.js (modified) (1 diff)
-
tags/3.1.10/jetpack_vendor/automattic/jetpack-assets/build/jetpack-script-data.asset.php (modified) (1 diff)
-
tags/3.1.10/jetpack_vendor/automattic/jetpack-assets/build/jetpack-script-data.js (modified) (1 diff)
-
tags/3.1.10/jetpack_vendor/i18n-map.php (modified) (1 diff)
-
tags/3.1.10/languages/licenses-manager-for-woocommerce.pot (modified) (2 diffs)
-
tags/3.1.10/licenses-manager-for-woocommerce.php (modified) (3 diffs)
-
tags/3.1.10/readme.txt (modified) (2 diffs)
-
tags/3.1.10/vendor/composer/installed.json (modified) (4 diffs)
-
tags/3.1.10/vendor/composer/installed.php (modified) (3 diffs)
-
trunk/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md (modified) (2 diffs)
-
trunk/jetpack_vendor/automattic/jetpack-assets/build/i18n-loader.asset.php (modified) (1 diff)
-
trunk/jetpack_vendor/automattic/jetpack-assets/build/i18n-loader.js (modified) (1 diff)
-
trunk/jetpack_vendor/automattic/jetpack-assets/build/jetpack-script-data.asset.php (modified) (1 diff)
-
trunk/jetpack_vendor/automattic/jetpack-assets/build/jetpack-script-data.js (modified) (1 diff)
-
trunk/jetpack_vendor/i18n-map.php (modified) (1 diff)
-
trunk/languages/licenses-manager-for-woocommerce.pot (modified) (2 diffs)
-
trunk/licenses-manager-for-woocommerce.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor/composer/installed.json (modified) (4 diffs)
-
trunk/vendor/composer/installed.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
licenses-manager-for-woocommerce/tags/3.1.10/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md
r3457226 r3480581 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 8 ## [4.3.27] - 2026-03-09 9 ### Changed 10 - Update dependencies. [#42554] 11 12 ## [4.3.26] - 2026-02-26 13 ### Changed 14 - Update package dependencies. [#47300] 15 16 ## [4.3.25] - 2026-02-18 17 ### Changed 18 - Update package dependencies. [#47173] 19 20 ## [4.3.24] - 2026-02-16 21 ### Changed 22 - Internal updates. 23 24 ## [4.3.23] - 2026-02-10 25 ### Changed 26 - Update package dependencies. [#47002] 7 27 8 28 ## [4.3.22] - 2026-02-02 … … 777 797 - Statically access asset tools 778 798 799 [4.3.27]: https://github.com/Automattic/jetpack-assets/compare/v4.3.26...v4.3.27 800 [4.3.26]: https://github.com/Automattic/jetpack-assets/compare/v4.3.25...v4.3.26 801 [4.3.25]: https://github.com/Automattic/jetpack-assets/compare/v4.3.24...v4.3.25 802 [4.3.24]: https://github.com/Automattic/jetpack-assets/compare/v4.3.23...v4.3.24 803 [4.3.23]: https://github.com/Automattic/jetpack-assets/compare/v4.3.22...v4.3.23 779 804 [4.3.22]: https://github.com/Automattic/jetpack-assets/compare/v4.3.21...v4.3.22 780 805 [4.3.21]: https://github.com/Automattic/jetpack-assets/compare/v4.3.20...v4.3.21 -
licenses-manager-for-woocommerce/tags/3.1.10/jetpack_vendor/automattic/jetpack-assets/build/i18n-loader.asset.php
r3367294 r3480581 1 <?php return array('dependencies' => array('wp-i18n'), 'version' => '5 17685b2423141b3a0a3');1 <?php return array('dependencies' => array('wp-i18n'), 'version' => '5ba5dddc04be2306aaf0'); -
licenses-manager-for-woocommerce/tags/3.1.10/jetpack_vendor/automattic/jetpack-assets/build/i18n-loader.js
r3367294 r3480581 1 (()=>{var e={ 305:(e,r,n)=>{const t=n(723),{default:o}=n(477),a={plugin:"plugins/",theme:"themes/",core:""},i=(e,r)=>Object.prototype.hasOwnProperty.call(e,r);e.exports={state:{baseUrl:null,locale:null,domainMap:{},domainPaths:{}},async downloadI18n(e,r,n){const f=this.state;if(!f||"string"!=typeof f.baseUrl)throw new Error("wp.jpI18nLoader.state is not set");if("en_US"===f.locale)return;if("undefined"==typeof fetch)throw new Error("Fetch API is not available.");const u=i(f.domainPaths,r)?f.domainPaths[r]:"";let c,h;const l=e.indexOf("?");l>=0?(c=o.hash(u+e.substring(0,l)),h=e.substring(l)):(c=o.hash(u+e),h="");const s=i(f.domainMap,r)?f.domainMap[r]:a[n]+r,g=await fetch(`${f.baseUrl}${s}-${f.locale}-${c}.json${h}`);if(!g.ok)throw new Error(`HTTP request failed: ${g.status} ${g.statusText}`);const d=await g.json(),p=i(d.locale_data,r)?d.locale_data[r]:d.locale_data.messages;p[""].domain=r,t.setLocaleData(p,r)}}},477:function(e){e.exports=function(e){function r(t){if(n[t])return n[t].exports;var o=n[t]={i:t,l:!1,exports:{}};return e[t].call(o.exports,o,o.exports,r),o.l=!0,o.exports}var n={};return r.m=e,r.c=n,r.i=function(e){return e},r.d=function(e,n,t){r.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:t})},r.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(n,"a",n),n},r.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},r.p="",r(r.s=1)}([function(e,r,n){"use strict";function t(e,r){if(!(e instanceof r))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(r,"__esModule",{value:!0});var o=function(){function e(e,r){for(var n=0;n<r.length;n++){var t=r[n];t.enumerable=t.enumerable||!1,t.configurable=!0,"value"in t&&(t.writable=!0),Object.defineProperty(e,t.key,t)}}return function(r,n,t){return n&&e(r.prototype,n),t&&e(r,t),r}}(),a=function(){function e(){t(this,e)}return o(e,null,[{key:"hash",value:function(r){return e.hex(e.md51(r))}},{key:"md5cycle",value:function(r,n){var t=r[0],o=r[1],a=r[2],i=r[3];t=e.ff(t,o,a,i,n[0],7,-680876936),i=e.ff(i,t,o,a,n[1],12,-389564586),a=e.ff(a,i,t,o,n[2],17,606105819),o=e.ff(o,a,i,t,n[3],22,-1044525330),t=e.ff(t,o,a,i,n[4],7,-176418897),i=e.ff(i,t,o,a,n[5],12,1200080426),a=e.ff(a,i,t,o,n[6],17,-1473231341),o=e.ff(o,a,i,t,n[7],22,-45705983),t=e.ff(t,o,a,i,n[8],7,1770035416),i=e.ff(i,t,o,a,n[9],12,-1958414417),a=e.ff(a,i,t,o,n[10],17,-42063),o=e.ff(o,a,i,t,n[11],22,-1990404162),t=e.ff(t,o,a,i,n[12],7,1804603682),i=e.ff(i,t,o,a,n[13],12,-40341101),a=e.ff(a,i,t,o,n[14],17,-1502002290),o=e.ff(o,a,i,t,n[15],22,1236535329),t=e.gg(t,o,a,i,n[1],5,-165796510),i=e.gg(i,t,o,a,n[6],9,-1069501632),a=e.gg(a,i,t,o,n[11],14,643717713),o=e.gg(o,a,i,t,n[0],20,-373897302),t=e.gg(t,o,a,i,n[5],5,-701558691),i=e.gg(i,t,o,a,n[10],9,38016083),a=e.gg(a,i,t,o,n[15],14,-660478335),o=e.gg(o,a,i,t,n[4],20,-405537848),t=e.gg(t,o,a,i,n[9],5,568446438),i=e.gg(i,t,o,a,n[14],9,-1019803690),a=e.gg(a,i,t,o,n[3],14,-187363961),o=e.gg(o,a,i,t,n[8],20,1163531501),t=e.gg(t,o,a,i,n[13],5,-1444681467),i=e.gg(i,t,o,a,n[2],9,-51403784),a=e.gg(a,i,t,o,n[7],14,1735328473),o=e.gg(o,a,i,t,n[12],20,-1926607734),t=e.hh(t,o,a,i,n[5],4,-378558),i=e.hh(i,t,o,a,n[8],11,-2022574463),a=e.hh(a,i,t,o,n[11],16,1839030562),o=e.hh(o,a,i,t,n[14],23,-35309556),t=e.hh(t,o,a,i,n[1],4,-1530992060),i=e.hh(i,t,o,a,n[4],11,1272893353),a=e.hh(a,i,t,o,n[7],16,-155497632),o=e.hh(o,a,i,t,n[10],23,-1094730640),t=e.hh(t,o,a,i,n[13],4,681279174),i=e.hh(i,t,o,a,n[0],11,-358537222),a=e.hh(a,i,t,o,n[3],16,-722521979),o=e.hh(o,a,i,t,n[6],23,76029189),t=e.hh(t,o,a,i,n[9],4,-640364487),i=e.hh(i,t,o,a,n[12],11,-421815835),a=e.hh(a,i,t,o,n[15],16,530742520),o=e.hh(o,a,i,t,n[2],23,-995338651),t=e.ii(t,o,a,i,n[0],6,-198630844),i=e.ii(i,t,o,a,n[7],10,1126891415),a=e.ii(a,i,t,o,n[14],15,-1416354905),o=e.ii(o,a,i,t,n[5],21,-57434055),t=e.ii(t,o,a,i,n[12],6,1700485571),i=e.ii(i,t,o,a,n[3],10,-1894986606),a=e.ii(a,i,t,o,n[10],15,-1051523),o=e.ii(o,a,i,t,n[1],21,-2054922799),t=e.ii(t,o,a,i,n[8],6,1873313359),i=e.ii(i,t,o,a,n[15],10,-30611744),a=e.ii(a,i,t,o,n[6],15,-1560198380),o=e.ii(o,a,i,t,n[13],21,1309151649),t=e.ii(t,o,a,i,n[4],6,-145523070),i=e.ii(i,t,o,a,n[11],10,-1120210379),a=e.ii(a,i,t,o,n[2],15,718787259),o=e.ii(o,a,i,t,n[9],21,-343485551),r[0]=t+r[0]&4294967295,r[1]=o+r[1]&4294967295,r[2]=a+r[2]&4294967295,r[3]=i+r[3]&4294967295}},{key:"cmn",value:function(e,r,n,t,o,a){return((r=(r+e&4294967295)+(t+a&4294967295)&4294967295)<<o|r>>>32-o)+n&4294967295}},{key:"ff",value:function(r,n,t,o,a,i,f){return e.cmn(n&t|~n&o,r,n,a,i,f)}},{key:"gg",value:function(r,n,t,o,a,i,f){return e.cmn(n&o|t&~o,r,n,a,i,f)}},{key:"hh",value:function(r,n,t,o,a,i,f){return e.cmn(n^t^o,r,n,a,i,f)}},{key:"ii",value:function(r,n,t,o,a,i,f){return e.cmn(t^(n|~o),r,n,a,i,f)}},{key:"md51",value:function(r){for(var n=r.length,t=[1732584193,-271733879,-1732584194,271733878],o=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],a=0,i=64;i<=n;i+=64)e.md5cycle(t,e.md5blk(r.substring(i-64,i)));for(r=r.substring(i-64),i=0,a=r.length;i<a;i++)o[i>>2]|=r.charCodeAt(i)<<(i%4<<3);if(o[i>>2]|=128<<(i%4<<3),i>55)for(e.md5cycle(t,o),i=0;i<16;i++)o[i]=0;return o[14]=8*n,e.md5cycle(t,o),t}},{key:"md5blk",value:function(e){for(var r=[],n=0;n<64;n+=4)r[n>>2]=e.charCodeAt(n)+(e.charCodeAt(n+1)<<8)+(e.charCodeAt(n+2)<<16)+(e.charCodeAt(n+3)<<24);return r}},{key:"rhex",value:function(r){var n="";return n+=e.hexArray[r>>4&15]+e.hexArray[15&r],n+=e.hexArray[r>>12&15]+e.hexArray[r>>8&15],(n+=e.hexArray[r>>20&15]+e.hexArray[r>>16&15])+(e.hexArray[r>>28&15]+e.hexArray[r>>24&15])}},{key:"hex",value:function(r){for(var n=r.length,t=0;t<n;t++)r[t]=e.rhex(r[t]);return r.join("")}}]),e}();a.hexArray=["0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"],r.default=a},function(e,r,n){e.exports=n(0)}])},723:e=>{"use strict";e.exports=window.wp.i18n}},r={};var n=function n(t){var o=r[t];if(void 0!==o)return o.exports;var a=r[t]={exports:{}};return e[t].call(a.exports,a,a.exports,n),a.exports}(305);(window.wp=window.wp||{}).jpI18nLoader=n})();1 (()=>{var e={477(e){e.exports=function(e){function r(n){if(t[n])return t[n].exports;var a=t[n]={i:n,l:!1,exports:{}};return e[n].call(a.exports,a,a.exports,r),a.l=!0,a.exports}var t={};return r.m=e,r.c=t,r.i=function(e){return e},r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:n})},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},r.p="",r(r.s=1)}([function(e,r,t){"use strict";function n(e,r){if(!(e instanceof r))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(r,"__esModule",{value:!0});var a=function(){function e(e,r){for(var t=0;t<r.length;t++){var n=r[t];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(r,t,n){return t&&e(r.prototype,t),n&&e(r,n),r}}(),o=function(){function e(){n(this,e)}return a(e,null,[{key:"hash",value:function(r){return e.hex(e.md51(r))}},{key:"md5cycle",value:function(r,t){var n=r[0],a=r[1],o=r[2],i=r[3];n=e.ff(n,a,o,i,t[0],7,-680876936),i=e.ff(i,n,a,o,t[1],12,-389564586),o=e.ff(o,i,n,a,t[2],17,606105819),a=e.ff(a,o,i,n,t[3],22,-1044525330),n=e.ff(n,a,o,i,t[4],7,-176418897),i=e.ff(i,n,a,o,t[5],12,1200080426),o=e.ff(o,i,n,a,t[6],17,-1473231341),a=e.ff(a,o,i,n,t[7],22,-45705983),n=e.ff(n,a,o,i,t[8],7,1770035416),i=e.ff(i,n,a,o,t[9],12,-1958414417),o=e.ff(o,i,n,a,t[10],17,-42063),a=e.ff(a,o,i,n,t[11],22,-1990404162),n=e.ff(n,a,o,i,t[12],7,1804603682),i=e.ff(i,n,a,o,t[13],12,-40341101),o=e.ff(o,i,n,a,t[14],17,-1502002290),a=e.ff(a,o,i,n,t[15],22,1236535329),n=e.gg(n,a,o,i,t[1],5,-165796510),i=e.gg(i,n,a,o,t[6],9,-1069501632),o=e.gg(o,i,n,a,t[11],14,643717713),a=e.gg(a,o,i,n,t[0],20,-373897302),n=e.gg(n,a,o,i,t[5],5,-701558691),i=e.gg(i,n,a,o,t[10],9,38016083),o=e.gg(o,i,n,a,t[15],14,-660478335),a=e.gg(a,o,i,n,t[4],20,-405537848),n=e.gg(n,a,o,i,t[9],5,568446438),i=e.gg(i,n,a,o,t[14],9,-1019803690),o=e.gg(o,i,n,a,t[3],14,-187363961),a=e.gg(a,o,i,n,t[8],20,1163531501),n=e.gg(n,a,o,i,t[13],5,-1444681467),i=e.gg(i,n,a,o,t[2],9,-51403784),o=e.gg(o,i,n,a,t[7],14,1735328473),a=e.gg(a,o,i,n,t[12],20,-1926607734),n=e.hh(n,a,o,i,t[5],4,-378558),i=e.hh(i,n,a,o,t[8],11,-2022574463),o=e.hh(o,i,n,a,t[11],16,1839030562),a=e.hh(a,o,i,n,t[14],23,-35309556),n=e.hh(n,a,o,i,t[1],4,-1530992060),i=e.hh(i,n,a,o,t[4],11,1272893353),o=e.hh(o,i,n,a,t[7],16,-155497632),a=e.hh(a,o,i,n,t[10],23,-1094730640),n=e.hh(n,a,o,i,t[13],4,681279174),i=e.hh(i,n,a,o,t[0],11,-358537222),o=e.hh(o,i,n,a,t[3],16,-722521979),a=e.hh(a,o,i,n,t[6],23,76029189),n=e.hh(n,a,o,i,t[9],4,-640364487),i=e.hh(i,n,a,o,t[12],11,-421815835),o=e.hh(o,i,n,a,t[15],16,530742520),a=e.hh(a,o,i,n,t[2],23,-995338651),n=e.ii(n,a,o,i,t[0],6,-198630844),i=e.ii(i,n,a,o,t[7],10,1126891415),o=e.ii(o,i,n,a,t[14],15,-1416354905),a=e.ii(a,o,i,n,t[5],21,-57434055),n=e.ii(n,a,o,i,t[12],6,1700485571),i=e.ii(i,n,a,o,t[3],10,-1894986606),o=e.ii(o,i,n,a,t[10],15,-1051523),a=e.ii(a,o,i,n,t[1],21,-2054922799),n=e.ii(n,a,o,i,t[8],6,1873313359),i=e.ii(i,n,a,o,t[15],10,-30611744),o=e.ii(o,i,n,a,t[6],15,-1560198380),a=e.ii(a,o,i,n,t[13],21,1309151649),n=e.ii(n,a,o,i,t[4],6,-145523070),i=e.ii(i,n,a,o,t[11],10,-1120210379),o=e.ii(o,i,n,a,t[2],15,718787259),a=e.ii(a,o,i,n,t[9],21,-343485551),r[0]=n+r[0]&4294967295,r[1]=a+r[1]&4294967295,r[2]=o+r[2]&4294967295,r[3]=i+r[3]&4294967295}},{key:"cmn",value:function(e,r,t,n,a,o){return((r=(r+e&4294967295)+(n+o&4294967295)&4294967295)<<a|r>>>32-a)+t&4294967295}},{key:"ff",value:function(r,t,n,a,o,i,f){return e.cmn(t&n|~t&a,r,t,o,i,f)}},{key:"gg",value:function(r,t,n,a,o,i,f){return e.cmn(t&a|n&~a,r,t,o,i,f)}},{key:"hh",value:function(r,t,n,a,o,i,f){return e.cmn(t^n^a,r,t,o,i,f)}},{key:"ii",value:function(r,t,n,a,o,i,f){return e.cmn(n^(t|~a),r,t,o,i,f)}},{key:"md51",value:function(r){for(var t=r.length,n=[1732584193,-271733879,-1732584194,271733878],a=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],o=0,i=64;i<=t;i+=64)e.md5cycle(n,e.md5blk(r.substring(i-64,i)));for(r=r.substring(i-64),i=0,o=r.length;i<o;i++)a[i>>2]|=r.charCodeAt(i)<<(i%4<<3);if(a[i>>2]|=128<<(i%4<<3),i>55)for(e.md5cycle(n,a),i=0;i<16;i++)a[i]=0;return a[14]=8*t,e.md5cycle(n,a),n}},{key:"md5blk",value:function(e){for(var r=[],t=0;t<64;t+=4)r[t>>2]=e.charCodeAt(t)+(e.charCodeAt(t+1)<<8)+(e.charCodeAt(t+2)<<16)+(e.charCodeAt(t+3)<<24);return r}},{key:"rhex",value:function(r){var t="";return t+=e.hexArray[r>>4&15]+e.hexArray[15&r],t+=e.hexArray[r>>12&15]+e.hexArray[r>>8&15],(t+=e.hexArray[r>>20&15]+e.hexArray[r>>16&15])+(e.hexArray[r>>28&15]+e.hexArray[r>>24&15])}},{key:"hex",value:function(r){for(var t=r.length,n=0;n<t;n++)r[n]=e.rhex(r[n]);return r.join("")}}]),e}();o.hexArray=["0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"],r.default=o},function(e,r,t){e.exports=t(0)}])},305(e,r,t){const n=t(723),{default:a}=t(477),o={plugin:"plugins/",theme:"themes/",core:""},i=(e,r)=>Object.prototype.hasOwnProperty.call(e,r);e.exports={state:{baseUrl:null,locale:null,domainMap:{},domainPaths:{}},async downloadI18n(e,r,t){const f=this.state;if(!f||"string"!=typeof f.baseUrl)throw new Error("wp.jpI18nLoader.state is not set");if("en_US"===f.locale)return;if("undefined"==typeof fetch)throw new Error("Fetch API is not available.");const u=i(f.domainPaths,r)?f.domainPaths[r]:"";let c,h;const l=e.indexOf("?");l>=0?(c=a.hash(u+e.substring(0,l)),h=e.substring(l)):(c=a.hash(u+e),h="");const s=i(f.domainMap,r)?f.domainMap[r]:o[t]+r,g=await fetch(`${f.baseUrl}${s}-${f.locale}-${c}.json${h}`);if(!g.ok)throw new Error(`HTTP request failed: ${g.status} ${g.statusText}`);const d=await g.json(),p=i(d.locale_data,r)?d.locale_data[r]:d.locale_data.messages;p[""].domain=r,n.setLocaleData(p,r)}}},723(e){"use strict";e.exports=window.wp.i18n}},r={};var t=function t(n){var a=r[n];if(void 0!==a)return a.exports;var o=r[n]={exports:{}};return e[n].call(o.exports,o,o.exports,t),o.exports}(305);(window.wp=window.wp||{}).jpI18nLoader=t})(); -
licenses-manager-for-woocommerce/tags/3.1.10/jetpack_vendor/automattic/jetpack-assets/build/jetpack-script-data.asset.php
r3367294 r3480581 1 <?php return array('dependencies' => array(), 'version' => ' d93b770c3a1796c5e279');1 <?php return array('dependencies' => array(), 'version' => '9bfc087a15fd30ecf36d'); -
licenses-manager-for-woocommerce/tags/3.1.10/jetpack_vendor/automattic/jetpack-assets/build/jetpack-script-data.js
r3367294 r3480581 1 !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.JetpackScriptDataModule=t():e.JetpackScriptDataModule=t()}(globalThis,()=>(()=>{"use strict";var e={ 336:(e,t,r)=>{function n(){return window.JetpackScriptData}function o(){return n()?.site}function i(e=""){return`${n()?.site.admin_url}${e}`}function a(e=""){return i(`admin.php?page=jetpack${e}`)}function u(e=""){return i(`admin.php?page=my-jetpack${e}`)}function c(){return n()?.site.plan?.features?.active??[]}function p(e){return c().includes(e)}function s(){return"wpcom"===n()?.site?.host}function f(){return"woa"===n()?.site?.host}function d(){return n()?.site?.is_wpcom_platform}function l(){return"unknown"===n()?.site?.host}function m(e){return n()?.user.current_user.capabilities[e]}r.d(t,{$8:()=>d,IT:()=>p,L2:()=>l,Sy:()=>s,au:()=>n,d_:()=>m,e5:()=>u,hT:()=>i,lI:()=>f,mH:()=>c,oQ:()=>a,sV:()=>o})},729:(e,t,r)=>{r.d(t,{$8:()=>n.$8,IT:()=>n.IT,L2:()=>n.L2,Sy:()=>n.Sy,au:()=>n.au,d_:()=>n.d_,e5:()=>n.e5,hT:()=>n.hT,lI:()=>n.lI,mH:()=>n.mH,oQ:()=>n.oQ,sV:()=>n.sV});var n=r(336)}},t={};function r(n){var o=t[n];if(void 0!==o)return o.exports;var i=t[n]={exports:{}};return e[n](i,i.exports,r),i.exports}r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};r.r(n),r.d(n,{currentUserCan:()=>o.d_,getActiveFeatures:()=>o.mH,getAdminUrl:()=>o.hT,getJetpackAdminPageUrl:()=>o.oQ,getMyJetpackUrl:()=>o.e5,getScriptData:()=>o.au,getSiteData:()=>o.sV,isJetpackSelfHostedSite:()=>o.L2,isSimpleSite:()=>o.Sy,isWoASite:()=>o.lI,isWpcomPlatformSite:()=>o.$8,siteHasFeature:()=>o.IT});var o=r(729);return n})());1 !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.JetpackScriptDataModule=t():e.JetpackScriptDataModule=t()}(globalThis,()=>(()=>{"use strict";var e={729(e,t,r){r.d(t,{$8:()=>n.$8,IT:()=>n.IT,KS:()=>n.KS,L2:()=>n.L2,Sy:()=>n.Sy,au:()=>n.au,d_:()=>n.d_,e5:()=>n.e5,hT:()=>n.hT,lI:()=>n.lI,mH:()=>n.mH,oQ:()=>n.oQ,sV:()=>n.sV});var n=r(336)},336(e,t,r){function n(){return window.JetpackScriptData}function o(){return n()?.site}function i(e=""){return`${n()?.site.admin_url}${e}`}function a(e=""){return i(`admin.php?page=jetpack${e}`)}function u(e=""){return i(`admin.php?page=my-jetpack${e}`)}function c(){return n()?.site.plan?.features?.active??[]}function p(e){return c().includes(e)}function s(){return"wpcom"===n()?.site?.host}function f(){return"woa"===n()?.site?.host}function d(){return n()?.site?.is_wpcom_platform}function l(){return"unknown"===n()?.site?.host}function S(){return s()?"simple":f()?"woa":"jetpack"}function m(e){return n()?.user.current_user.capabilities[e]}r.d(t,{$8:()=>d,IT:()=>p,KS:()=>S,L2:()=>l,Sy:()=>s,au:()=>n,d_:()=>m,e5:()=>u,hT:()=>i,lI:()=>f,mH:()=>c,oQ:()=>a,sV:()=>o})}},t={};function r(n){var o=t[n];if(void 0!==o)return o.exports;var i=t[n]={exports:{}};return e[n](i,i.exports,r),i.exports}r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};r.r(n),r.d(n,{currentUserCan:()=>o.d_,getActiveFeatures:()=>o.mH,getAdminUrl:()=>o.hT,getJetpackAdminPageUrl:()=>o.oQ,getMyJetpackUrl:()=>o.e5,getScriptData:()=>o.au,getSiteData:()=>o.sV,getSiteType:()=>o.KS,isJetpackSelfHostedSite:()=>o.L2,isSimpleSite:()=>o.Sy,isWoASite:()=>o.lI,isWpcomPlatformSite:()=>o.$8,siteHasFeature:()=>o.IT});var o=r(729);return n})()); -
licenses-manager-for-woocommerce/tags/3.1.10/jetpack_vendor/i18n-map.php
r3457226 r3480581 7 7 'jetpack-assets' => array( 8 8 'path' => 'jetpack_vendor/automattic/jetpack-assets', 9 'ver' => '4.3.2 2',9 'ver' => '4.3.27', 10 10 ), 11 11 'wp-dashboard-widget-news' => array( -
licenses-manager-for-woocommerce/tags/3.1.10/languages/licenses-manager-for-woocommerce.pot
r3457226 r3480581 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Licenses Manager for WooCommerce 3.1. 9\n"5 "Project-Id-Version: Licenses Manager for WooCommerce 3.1.10\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/licenses-manager-for-woocommerce\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2026-0 2-09T15:44:25+00:00\n"12 "POT-Creation-Date: 2026-03-11T18:50:03+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.12.0\n" -
licenses-manager-for-woocommerce/tags/3.1.10/licenses-manager-for-woocommerce.php
r3457226 r3480581 5 5 * Plugin URI: https://quadlayers.com/products/woocommerce-license-manager/ 6 6 * Description: Licenses Manager for WooCommerce is a complete solution for selling digital products on WooCommerce. 7 * Version: 3.1. 97 * Version: 3.1.10 8 8 * Text Domain: licenses-manager-for-woocommerce 9 9 * Author: QuadLayers … … 15 15 * Requires PHP: 5.6 16 16 * WC requires at least: 4.0 17 * WC tested up to: 10. 517 * WC tested up to: 10.6 18 18 */ 19 19 … … 21 21 die( '-1' ); 22 22 } 23 define( 'QLWLM_PLUGIN_VERSION', '3.1. 9' );23 define( 'QLWLM_PLUGIN_VERSION', '3.1.10' ); 24 24 define( 'QLWLM_PLUGIN_NAME', 'Licenses Manager for WooCommerce' ); 25 25 define( 'QLWLM_PLUGIN_FILE', __FILE__ ); -
licenses-manager-for-woocommerce/tags/3.1.10/readme.txt
r3457226 r3480581 6 6 Requires PHP: 5.6 7 7 Tested up to: 6.9 8 Stable tag: 3.1. 98 Stable tag: 3.1.10 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html 11 11 WC requires at least: 4.0 12 WC tested up to: 10. 512 WC tested up to: 10.6 13 13 14 14 Licenses Manager for WooCommerce is a complete solution for selling license keys on WooCommerce. … … 89 89 == Changelog == 90 90 91 = 3.1.10 = 92 * fix: woocommerce compatibility 93 91 94 = 3.1.9 = 92 95 * WooCommerce compatibility -
licenses-manager-for-woocommerce/tags/3.1.10/vendor/composer/installed.json
r3457226 r3480581 3 3 { 4 4 "name": "automattic/jetpack-assets", 5 "version": "v4.3.2 2",6 "version_normalized": "4.3.2 2.0",5 "version": "v4.3.27", 6 "version_normalized": "4.3.27.0", 7 7 "source": { 8 8 "type": "git", 9 9 "url": "https://github.com/Automattic/jetpack-assets.git", 10 "reference": " a8e17dfcefa0001f39bf2eeb173414372a182bac"11 }, 12 "dist": { 13 "type": "zip", 14 "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/ a8e17dfcefa0001f39bf2eeb173414372a182bac",15 "reference": " a8e17dfcefa0001f39bf2eeb173414372a182bac",10 "reference": "18dcc3fad9754d61070083855ea5cc57c3eaae83" 11 }, 12 "dist": { 13 "type": "zip", 14 "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/18dcc3fad9754d61070083855ea5cc57c3eaae83", 15 "reference": "18dcc3fad9754d61070083855ea5cc57c3eaae83", 16 16 "shasum": "" 17 17 }, … … 22 22 }, 23 23 "require-dev": { 24 "automattic/jetpack-changelogger": "^6.0.1 3",24 "automattic/jetpack-changelogger": "^6.0.14", 25 25 "automattic/phpunit-select-config": "^1.0.3", 26 26 "brain/monkey": "^2.6.2", … … 31 31 "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." 32 32 }, 33 "time": "2026-0 2-02T12:51:18+00:00",33 "time": "2026-03-09T08:30:22+00:00", 34 34 "type": "jetpack-library", 35 35 "extra": { … … 59 59 "description": "Asset management utilities for Jetpack ecosystem packages", 60 60 "support": { 61 "source": "https://github.com/Automattic/jetpack-assets/tree/v4.3.2 2"61 "source": "https://github.com/Automattic/jetpack-assets/tree/v4.3.27" 62 62 }, 63 63 "install-path": "../../jetpack_vendor/automattic/jetpack-assets" -
licenses-manager-for-woocommerce/tags/3.1.10/vendor/composer/installed.php
r3457226 r3480581 2 2 'root' => array( 3 3 'name' => 'quadlayers/licenses-manager-for-woocommerce', 4 'pretty_version' => 'v3.1. 9',5 'version' => '3.1. 9.0',6 'reference' => ' c48383f0236e598a057657f2915d6153e7768a5c',4 'pretty_version' => 'v3.1.10', 5 'version' => '3.1.10.0', 6 'reference' => '25ce5702420f388f73fbeee2d17129b819d7ea0a', 7 7 'type' => 'project', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'automattic/jetpack-assets' => array( 14 'pretty_version' => 'v4.3.2 2',15 'version' => '4.3.2 2.0',16 'reference' => ' a8e17dfcefa0001f39bf2eeb173414372a182bac',14 'pretty_version' => 'v4.3.27', 15 'version' => '4.3.27.0', 16 'reference' => '18dcc3fad9754d61070083855ea5cc57c3eaae83', 17 17 'type' => 'jetpack-library', 18 18 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets', … … 104 104 ), 105 105 'quadlayers/licenses-manager-for-woocommerce' => array( 106 'pretty_version' => 'v3.1. 9',107 'version' => '3.1. 9.0',108 'reference' => ' c48383f0236e598a057657f2915d6153e7768a5c',106 'pretty_version' => 'v3.1.10', 107 'version' => '3.1.10.0', 108 'reference' => '25ce5702420f388f73fbeee2d17129b819d7ea0a', 109 109 'type' => 'project', 110 110 'install_path' => __DIR__ . '/../../', -
licenses-manager-for-woocommerce/trunk/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md
r3457226 r3480581 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 8 ## [4.3.27] - 2026-03-09 9 ### Changed 10 - Update dependencies. [#42554] 11 12 ## [4.3.26] - 2026-02-26 13 ### Changed 14 - Update package dependencies. [#47300] 15 16 ## [4.3.25] - 2026-02-18 17 ### Changed 18 - Update package dependencies. [#47173] 19 20 ## [4.3.24] - 2026-02-16 21 ### Changed 22 - Internal updates. 23 24 ## [4.3.23] - 2026-02-10 25 ### Changed 26 - Update package dependencies. [#47002] 7 27 8 28 ## [4.3.22] - 2026-02-02 … … 777 797 - Statically access asset tools 778 798 799 [4.3.27]: https://github.com/Automattic/jetpack-assets/compare/v4.3.26...v4.3.27 800 [4.3.26]: https://github.com/Automattic/jetpack-assets/compare/v4.3.25...v4.3.26 801 [4.3.25]: https://github.com/Automattic/jetpack-assets/compare/v4.3.24...v4.3.25 802 [4.3.24]: https://github.com/Automattic/jetpack-assets/compare/v4.3.23...v4.3.24 803 [4.3.23]: https://github.com/Automattic/jetpack-assets/compare/v4.3.22...v4.3.23 779 804 [4.3.22]: https://github.com/Automattic/jetpack-assets/compare/v4.3.21...v4.3.22 780 805 [4.3.21]: https://github.com/Automattic/jetpack-assets/compare/v4.3.20...v4.3.21 -
licenses-manager-for-woocommerce/trunk/jetpack_vendor/automattic/jetpack-assets/build/i18n-loader.asset.php
r3367294 r3480581 1 <?php return array('dependencies' => array('wp-i18n'), 'version' => '5 17685b2423141b3a0a3');1 <?php return array('dependencies' => array('wp-i18n'), 'version' => '5ba5dddc04be2306aaf0'); -
licenses-manager-for-woocommerce/trunk/jetpack_vendor/automattic/jetpack-assets/build/i18n-loader.js
r3367294 r3480581 1 (()=>{var e={ 305:(e,r,n)=>{const t=n(723),{default:o}=n(477),a={plugin:"plugins/",theme:"themes/",core:""},i=(e,r)=>Object.prototype.hasOwnProperty.call(e,r);e.exports={state:{baseUrl:null,locale:null,domainMap:{},domainPaths:{}},async downloadI18n(e,r,n){const f=this.state;if(!f||"string"!=typeof f.baseUrl)throw new Error("wp.jpI18nLoader.state is not set");if("en_US"===f.locale)return;if("undefined"==typeof fetch)throw new Error("Fetch API is not available.");const u=i(f.domainPaths,r)?f.domainPaths[r]:"";let c,h;const l=e.indexOf("?");l>=0?(c=o.hash(u+e.substring(0,l)),h=e.substring(l)):(c=o.hash(u+e),h="");const s=i(f.domainMap,r)?f.domainMap[r]:a[n]+r,g=await fetch(`${f.baseUrl}${s}-${f.locale}-${c}.json${h}`);if(!g.ok)throw new Error(`HTTP request failed: ${g.status} ${g.statusText}`);const d=await g.json(),p=i(d.locale_data,r)?d.locale_data[r]:d.locale_data.messages;p[""].domain=r,t.setLocaleData(p,r)}}},477:function(e){e.exports=function(e){function r(t){if(n[t])return n[t].exports;var o=n[t]={i:t,l:!1,exports:{}};return e[t].call(o.exports,o,o.exports,r),o.l=!0,o.exports}var n={};return r.m=e,r.c=n,r.i=function(e){return e},r.d=function(e,n,t){r.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:t})},r.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(n,"a",n),n},r.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},r.p="",r(r.s=1)}([function(e,r,n){"use strict";function t(e,r){if(!(e instanceof r))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(r,"__esModule",{value:!0});var o=function(){function e(e,r){for(var n=0;n<r.length;n++){var t=r[n];t.enumerable=t.enumerable||!1,t.configurable=!0,"value"in t&&(t.writable=!0),Object.defineProperty(e,t.key,t)}}return function(r,n,t){return n&&e(r.prototype,n),t&&e(r,t),r}}(),a=function(){function e(){t(this,e)}return o(e,null,[{key:"hash",value:function(r){return e.hex(e.md51(r))}},{key:"md5cycle",value:function(r,n){var t=r[0],o=r[1],a=r[2],i=r[3];t=e.ff(t,o,a,i,n[0],7,-680876936),i=e.ff(i,t,o,a,n[1],12,-389564586),a=e.ff(a,i,t,o,n[2],17,606105819),o=e.ff(o,a,i,t,n[3],22,-1044525330),t=e.ff(t,o,a,i,n[4],7,-176418897),i=e.ff(i,t,o,a,n[5],12,1200080426),a=e.ff(a,i,t,o,n[6],17,-1473231341),o=e.ff(o,a,i,t,n[7],22,-45705983),t=e.ff(t,o,a,i,n[8],7,1770035416),i=e.ff(i,t,o,a,n[9],12,-1958414417),a=e.ff(a,i,t,o,n[10],17,-42063),o=e.ff(o,a,i,t,n[11],22,-1990404162),t=e.ff(t,o,a,i,n[12],7,1804603682),i=e.ff(i,t,o,a,n[13],12,-40341101),a=e.ff(a,i,t,o,n[14],17,-1502002290),o=e.ff(o,a,i,t,n[15],22,1236535329),t=e.gg(t,o,a,i,n[1],5,-165796510),i=e.gg(i,t,o,a,n[6],9,-1069501632),a=e.gg(a,i,t,o,n[11],14,643717713),o=e.gg(o,a,i,t,n[0],20,-373897302),t=e.gg(t,o,a,i,n[5],5,-701558691),i=e.gg(i,t,o,a,n[10],9,38016083),a=e.gg(a,i,t,o,n[15],14,-660478335),o=e.gg(o,a,i,t,n[4],20,-405537848),t=e.gg(t,o,a,i,n[9],5,568446438),i=e.gg(i,t,o,a,n[14],9,-1019803690),a=e.gg(a,i,t,o,n[3],14,-187363961),o=e.gg(o,a,i,t,n[8],20,1163531501),t=e.gg(t,o,a,i,n[13],5,-1444681467),i=e.gg(i,t,o,a,n[2],9,-51403784),a=e.gg(a,i,t,o,n[7],14,1735328473),o=e.gg(o,a,i,t,n[12],20,-1926607734),t=e.hh(t,o,a,i,n[5],4,-378558),i=e.hh(i,t,o,a,n[8],11,-2022574463),a=e.hh(a,i,t,o,n[11],16,1839030562),o=e.hh(o,a,i,t,n[14],23,-35309556),t=e.hh(t,o,a,i,n[1],4,-1530992060),i=e.hh(i,t,o,a,n[4],11,1272893353),a=e.hh(a,i,t,o,n[7],16,-155497632),o=e.hh(o,a,i,t,n[10],23,-1094730640),t=e.hh(t,o,a,i,n[13],4,681279174),i=e.hh(i,t,o,a,n[0],11,-358537222),a=e.hh(a,i,t,o,n[3],16,-722521979),o=e.hh(o,a,i,t,n[6],23,76029189),t=e.hh(t,o,a,i,n[9],4,-640364487),i=e.hh(i,t,o,a,n[12],11,-421815835),a=e.hh(a,i,t,o,n[15],16,530742520),o=e.hh(o,a,i,t,n[2],23,-995338651),t=e.ii(t,o,a,i,n[0],6,-198630844),i=e.ii(i,t,o,a,n[7],10,1126891415),a=e.ii(a,i,t,o,n[14],15,-1416354905),o=e.ii(o,a,i,t,n[5],21,-57434055),t=e.ii(t,o,a,i,n[12],6,1700485571),i=e.ii(i,t,o,a,n[3],10,-1894986606),a=e.ii(a,i,t,o,n[10],15,-1051523),o=e.ii(o,a,i,t,n[1],21,-2054922799),t=e.ii(t,o,a,i,n[8],6,1873313359),i=e.ii(i,t,o,a,n[15],10,-30611744),a=e.ii(a,i,t,o,n[6],15,-1560198380),o=e.ii(o,a,i,t,n[13],21,1309151649),t=e.ii(t,o,a,i,n[4],6,-145523070),i=e.ii(i,t,o,a,n[11],10,-1120210379),a=e.ii(a,i,t,o,n[2],15,718787259),o=e.ii(o,a,i,t,n[9],21,-343485551),r[0]=t+r[0]&4294967295,r[1]=o+r[1]&4294967295,r[2]=a+r[2]&4294967295,r[3]=i+r[3]&4294967295}},{key:"cmn",value:function(e,r,n,t,o,a){return((r=(r+e&4294967295)+(t+a&4294967295)&4294967295)<<o|r>>>32-o)+n&4294967295}},{key:"ff",value:function(r,n,t,o,a,i,f){return e.cmn(n&t|~n&o,r,n,a,i,f)}},{key:"gg",value:function(r,n,t,o,a,i,f){return e.cmn(n&o|t&~o,r,n,a,i,f)}},{key:"hh",value:function(r,n,t,o,a,i,f){return e.cmn(n^t^o,r,n,a,i,f)}},{key:"ii",value:function(r,n,t,o,a,i,f){return e.cmn(t^(n|~o),r,n,a,i,f)}},{key:"md51",value:function(r){for(var n=r.length,t=[1732584193,-271733879,-1732584194,271733878],o=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],a=0,i=64;i<=n;i+=64)e.md5cycle(t,e.md5blk(r.substring(i-64,i)));for(r=r.substring(i-64),i=0,a=r.length;i<a;i++)o[i>>2]|=r.charCodeAt(i)<<(i%4<<3);if(o[i>>2]|=128<<(i%4<<3),i>55)for(e.md5cycle(t,o),i=0;i<16;i++)o[i]=0;return o[14]=8*n,e.md5cycle(t,o),t}},{key:"md5blk",value:function(e){for(var r=[],n=0;n<64;n+=4)r[n>>2]=e.charCodeAt(n)+(e.charCodeAt(n+1)<<8)+(e.charCodeAt(n+2)<<16)+(e.charCodeAt(n+3)<<24);return r}},{key:"rhex",value:function(r){var n="";return n+=e.hexArray[r>>4&15]+e.hexArray[15&r],n+=e.hexArray[r>>12&15]+e.hexArray[r>>8&15],(n+=e.hexArray[r>>20&15]+e.hexArray[r>>16&15])+(e.hexArray[r>>28&15]+e.hexArray[r>>24&15])}},{key:"hex",value:function(r){for(var n=r.length,t=0;t<n;t++)r[t]=e.rhex(r[t]);return r.join("")}}]),e}();a.hexArray=["0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"],r.default=a},function(e,r,n){e.exports=n(0)}])},723:e=>{"use strict";e.exports=window.wp.i18n}},r={};var n=function n(t){var o=r[t];if(void 0!==o)return o.exports;var a=r[t]={exports:{}};return e[t].call(a.exports,a,a.exports,n),a.exports}(305);(window.wp=window.wp||{}).jpI18nLoader=n})();1 (()=>{var e={477(e){e.exports=function(e){function r(n){if(t[n])return t[n].exports;var a=t[n]={i:n,l:!1,exports:{}};return e[n].call(a.exports,a,a.exports,r),a.l=!0,a.exports}var t={};return r.m=e,r.c=t,r.i=function(e){return e},r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:n})},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},r.p="",r(r.s=1)}([function(e,r,t){"use strict";function n(e,r){if(!(e instanceof r))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(r,"__esModule",{value:!0});var a=function(){function e(e,r){for(var t=0;t<r.length;t++){var n=r[t];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(r,t,n){return t&&e(r.prototype,t),n&&e(r,n),r}}(),o=function(){function e(){n(this,e)}return a(e,null,[{key:"hash",value:function(r){return e.hex(e.md51(r))}},{key:"md5cycle",value:function(r,t){var n=r[0],a=r[1],o=r[2],i=r[3];n=e.ff(n,a,o,i,t[0],7,-680876936),i=e.ff(i,n,a,o,t[1],12,-389564586),o=e.ff(o,i,n,a,t[2],17,606105819),a=e.ff(a,o,i,n,t[3],22,-1044525330),n=e.ff(n,a,o,i,t[4],7,-176418897),i=e.ff(i,n,a,o,t[5],12,1200080426),o=e.ff(o,i,n,a,t[6],17,-1473231341),a=e.ff(a,o,i,n,t[7],22,-45705983),n=e.ff(n,a,o,i,t[8],7,1770035416),i=e.ff(i,n,a,o,t[9],12,-1958414417),o=e.ff(o,i,n,a,t[10],17,-42063),a=e.ff(a,o,i,n,t[11],22,-1990404162),n=e.ff(n,a,o,i,t[12],7,1804603682),i=e.ff(i,n,a,o,t[13],12,-40341101),o=e.ff(o,i,n,a,t[14],17,-1502002290),a=e.ff(a,o,i,n,t[15],22,1236535329),n=e.gg(n,a,o,i,t[1],5,-165796510),i=e.gg(i,n,a,o,t[6],9,-1069501632),o=e.gg(o,i,n,a,t[11],14,643717713),a=e.gg(a,o,i,n,t[0],20,-373897302),n=e.gg(n,a,o,i,t[5],5,-701558691),i=e.gg(i,n,a,o,t[10],9,38016083),o=e.gg(o,i,n,a,t[15],14,-660478335),a=e.gg(a,o,i,n,t[4],20,-405537848),n=e.gg(n,a,o,i,t[9],5,568446438),i=e.gg(i,n,a,o,t[14],9,-1019803690),o=e.gg(o,i,n,a,t[3],14,-187363961),a=e.gg(a,o,i,n,t[8],20,1163531501),n=e.gg(n,a,o,i,t[13],5,-1444681467),i=e.gg(i,n,a,o,t[2],9,-51403784),o=e.gg(o,i,n,a,t[7],14,1735328473),a=e.gg(a,o,i,n,t[12],20,-1926607734),n=e.hh(n,a,o,i,t[5],4,-378558),i=e.hh(i,n,a,o,t[8],11,-2022574463),o=e.hh(o,i,n,a,t[11],16,1839030562),a=e.hh(a,o,i,n,t[14],23,-35309556),n=e.hh(n,a,o,i,t[1],4,-1530992060),i=e.hh(i,n,a,o,t[4],11,1272893353),o=e.hh(o,i,n,a,t[7],16,-155497632),a=e.hh(a,o,i,n,t[10],23,-1094730640),n=e.hh(n,a,o,i,t[13],4,681279174),i=e.hh(i,n,a,o,t[0],11,-358537222),o=e.hh(o,i,n,a,t[3],16,-722521979),a=e.hh(a,o,i,n,t[6],23,76029189),n=e.hh(n,a,o,i,t[9],4,-640364487),i=e.hh(i,n,a,o,t[12],11,-421815835),o=e.hh(o,i,n,a,t[15],16,530742520),a=e.hh(a,o,i,n,t[2],23,-995338651),n=e.ii(n,a,o,i,t[0],6,-198630844),i=e.ii(i,n,a,o,t[7],10,1126891415),o=e.ii(o,i,n,a,t[14],15,-1416354905),a=e.ii(a,o,i,n,t[5],21,-57434055),n=e.ii(n,a,o,i,t[12],6,1700485571),i=e.ii(i,n,a,o,t[3],10,-1894986606),o=e.ii(o,i,n,a,t[10],15,-1051523),a=e.ii(a,o,i,n,t[1],21,-2054922799),n=e.ii(n,a,o,i,t[8],6,1873313359),i=e.ii(i,n,a,o,t[15],10,-30611744),o=e.ii(o,i,n,a,t[6],15,-1560198380),a=e.ii(a,o,i,n,t[13],21,1309151649),n=e.ii(n,a,o,i,t[4],6,-145523070),i=e.ii(i,n,a,o,t[11],10,-1120210379),o=e.ii(o,i,n,a,t[2],15,718787259),a=e.ii(a,o,i,n,t[9],21,-343485551),r[0]=n+r[0]&4294967295,r[1]=a+r[1]&4294967295,r[2]=o+r[2]&4294967295,r[3]=i+r[3]&4294967295}},{key:"cmn",value:function(e,r,t,n,a,o){return((r=(r+e&4294967295)+(n+o&4294967295)&4294967295)<<a|r>>>32-a)+t&4294967295}},{key:"ff",value:function(r,t,n,a,o,i,f){return e.cmn(t&n|~t&a,r,t,o,i,f)}},{key:"gg",value:function(r,t,n,a,o,i,f){return e.cmn(t&a|n&~a,r,t,o,i,f)}},{key:"hh",value:function(r,t,n,a,o,i,f){return e.cmn(t^n^a,r,t,o,i,f)}},{key:"ii",value:function(r,t,n,a,o,i,f){return e.cmn(n^(t|~a),r,t,o,i,f)}},{key:"md51",value:function(r){for(var t=r.length,n=[1732584193,-271733879,-1732584194,271733878],a=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],o=0,i=64;i<=t;i+=64)e.md5cycle(n,e.md5blk(r.substring(i-64,i)));for(r=r.substring(i-64),i=0,o=r.length;i<o;i++)a[i>>2]|=r.charCodeAt(i)<<(i%4<<3);if(a[i>>2]|=128<<(i%4<<3),i>55)for(e.md5cycle(n,a),i=0;i<16;i++)a[i]=0;return a[14]=8*t,e.md5cycle(n,a),n}},{key:"md5blk",value:function(e){for(var r=[],t=0;t<64;t+=4)r[t>>2]=e.charCodeAt(t)+(e.charCodeAt(t+1)<<8)+(e.charCodeAt(t+2)<<16)+(e.charCodeAt(t+3)<<24);return r}},{key:"rhex",value:function(r){var t="";return t+=e.hexArray[r>>4&15]+e.hexArray[15&r],t+=e.hexArray[r>>12&15]+e.hexArray[r>>8&15],(t+=e.hexArray[r>>20&15]+e.hexArray[r>>16&15])+(e.hexArray[r>>28&15]+e.hexArray[r>>24&15])}},{key:"hex",value:function(r){for(var t=r.length,n=0;n<t;n++)r[n]=e.rhex(r[n]);return r.join("")}}]),e}();o.hexArray=["0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"],r.default=o},function(e,r,t){e.exports=t(0)}])},305(e,r,t){const n=t(723),{default:a}=t(477),o={plugin:"plugins/",theme:"themes/",core:""},i=(e,r)=>Object.prototype.hasOwnProperty.call(e,r);e.exports={state:{baseUrl:null,locale:null,domainMap:{},domainPaths:{}},async downloadI18n(e,r,t){const f=this.state;if(!f||"string"!=typeof f.baseUrl)throw new Error("wp.jpI18nLoader.state is not set");if("en_US"===f.locale)return;if("undefined"==typeof fetch)throw new Error("Fetch API is not available.");const u=i(f.domainPaths,r)?f.domainPaths[r]:"";let c,h;const l=e.indexOf("?");l>=0?(c=a.hash(u+e.substring(0,l)),h=e.substring(l)):(c=a.hash(u+e),h="");const s=i(f.domainMap,r)?f.domainMap[r]:o[t]+r,g=await fetch(`${f.baseUrl}${s}-${f.locale}-${c}.json${h}`);if(!g.ok)throw new Error(`HTTP request failed: ${g.status} ${g.statusText}`);const d=await g.json(),p=i(d.locale_data,r)?d.locale_data[r]:d.locale_data.messages;p[""].domain=r,n.setLocaleData(p,r)}}},723(e){"use strict";e.exports=window.wp.i18n}},r={};var t=function t(n){var a=r[n];if(void 0!==a)return a.exports;var o=r[n]={exports:{}};return e[n].call(o.exports,o,o.exports,t),o.exports}(305);(window.wp=window.wp||{}).jpI18nLoader=t})(); -
licenses-manager-for-woocommerce/trunk/jetpack_vendor/automattic/jetpack-assets/build/jetpack-script-data.asset.php
r3367294 r3480581 1 <?php return array('dependencies' => array(), 'version' => ' d93b770c3a1796c5e279');1 <?php return array('dependencies' => array(), 'version' => '9bfc087a15fd30ecf36d'); -
licenses-manager-for-woocommerce/trunk/jetpack_vendor/automattic/jetpack-assets/build/jetpack-script-data.js
r3367294 r3480581 1 !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.JetpackScriptDataModule=t():e.JetpackScriptDataModule=t()}(globalThis,()=>(()=>{"use strict";var e={ 336:(e,t,r)=>{function n(){return window.JetpackScriptData}function o(){return n()?.site}function i(e=""){return`${n()?.site.admin_url}${e}`}function a(e=""){return i(`admin.php?page=jetpack${e}`)}function u(e=""){return i(`admin.php?page=my-jetpack${e}`)}function c(){return n()?.site.plan?.features?.active??[]}function p(e){return c().includes(e)}function s(){return"wpcom"===n()?.site?.host}function f(){return"woa"===n()?.site?.host}function d(){return n()?.site?.is_wpcom_platform}function l(){return"unknown"===n()?.site?.host}function m(e){return n()?.user.current_user.capabilities[e]}r.d(t,{$8:()=>d,IT:()=>p,L2:()=>l,Sy:()=>s,au:()=>n,d_:()=>m,e5:()=>u,hT:()=>i,lI:()=>f,mH:()=>c,oQ:()=>a,sV:()=>o})},729:(e,t,r)=>{r.d(t,{$8:()=>n.$8,IT:()=>n.IT,L2:()=>n.L2,Sy:()=>n.Sy,au:()=>n.au,d_:()=>n.d_,e5:()=>n.e5,hT:()=>n.hT,lI:()=>n.lI,mH:()=>n.mH,oQ:()=>n.oQ,sV:()=>n.sV});var n=r(336)}},t={};function r(n){var o=t[n];if(void 0!==o)return o.exports;var i=t[n]={exports:{}};return e[n](i,i.exports,r),i.exports}r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};r.r(n),r.d(n,{currentUserCan:()=>o.d_,getActiveFeatures:()=>o.mH,getAdminUrl:()=>o.hT,getJetpackAdminPageUrl:()=>o.oQ,getMyJetpackUrl:()=>o.e5,getScriptData:()=>o.au,getSiteData:()=>o.sV,isJetpackSelfHostedSite:()=>o.L2,isSimpleSite:()=>o.Sy,isWoASite:()=>o.lI,isWpcomPlatformSite:()=>o.$8,siteHasFeature:()=>o.IT});var o=r(729);return n})());1 !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.JetpackScriptDataModule=t():e.JetpackScriptDataModule=t()}(globalThis,()=>(()=>{"use strict";var e={729(e,t,r){r.d(t,{$8:()=>n.$8,IT:()=>n.IT,KS:()=>n.KS,L2:()=>n.L2,Sy:()=>n.Sy,au:()=>n.au,d_:()=>n.d_,e5:()=>n.e5,hT:()=>n.hT,lI:()=>n.lI,mH:()=>n.mH,oQ:()=>n.oQ,sV:()=>n.sV});var n=r(336)},336(e,t,r){function n(){return window.JetpackScriptData}function o(){return n()?.site}function i(e=""){return`${n()?.site.admin_url}${e}`}function a(e=""){return i(`admin.php?page=jetpack${e}`)}function u(e=""){return i(`admin.php?page=my-jetpack${e}`)}function c(){return n()?.site.plan?.features?.active??[]}function p(e){return c().includes(e)}function s(){return"wpcom"===n()?.site?.host}function f(){return"woa"===n()?.site?.host}function d(){return n()?.site?.is_wpcom_platform}function l(){return"unknown"===n()?.site?.host}function S(){return s()?"simple":f()?"woa":"jetpack"}function m(e){return n()?.user.current_user.capabilities[e]}r.d(t,{$8:()=>d,IT:()=>p,KS:()=>S,L2:()=>l,Sy:()=>s,au:()=>n,d_:()=>m,e5:()=>u,hT:()=>i,lI:()=>f,mH:()=>c,oQ:()=>a,sV:()=>o})}},t={};function r(n){var o=t[n];if(void 0!==o)return o.exports;var i=t[n]={exports:{}};return e[n](i,i.exports,r),i.exports}r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};r.r(n),r.d(n,{currentUserCan:()=>o.d_,getActiveFeatures:()=>o.mH,getAdminUrl:()=>o.hT,getJetpackAdminPageUrl:()=>o.oQ,getMyJetpackUrl:()=>o.e5,getScriptData:()=>o.au,getSiteData:()=>o.sV,getSiteType:()=>o.KS,isJetpackSelfHostedSite:()=>o.L2,isSimpleSite:()=>o.Sy,isWoASite:()=>o.lI,isWpcomPlatformSite:()=>o.$8,siteHasFeature:()=>o.IT});var o=r(729);return n})()); -
licenses-manager-for-woocommerce/trunk/jetpack_vendor/i18n-map.php
r3457226 r3480581 7 7 'jetpack-assets' => array( 8 8 'path' => 'jetpack_vendor/automattic/jetpack-assets', 9 'ver' => '4.3.2 2',9 'ver' => '4.3.27', 10 10 ), 11 11 'wp-dashboard-widget-news' => array( -
licenses-manager-for-woocommerce/trunk/languages/licenses-manager-for-woocommerce.pot
r3457226 r3480581 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Licenses Manager for WooCommerce 3.1. 9\n"5 "Project-Id-Version: Licenses Manager for WooCommerce 3.1.10\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/licenses-manager-for-woocommerce\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2026-0 2-09T15:44:25+00:00\n"12 "POT-Creation-Date: 2026-03-11T18:50:03+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.12.0\n" -
licenses-manager-for-woocommerce/trunk/licenses-manager-for-woocommerce.php
r3457226 r3480581 5 5 * Plugin URI: https://quadlayers.com/products/woocommerce-license-manager/ 6 6 * Description: Licenses Manager for WooCommerce is a complete solution for selling digital products on WooCommerce. 7 * Version: 3.1. 97 * Version: 3.1.10 8 8 * Text Domain: licenses-manager-for-woocommerce 9 9 * Author: QuadLayers … … 15 15 * Requires PHP: 5.6 16 16 * WC requires at least: 4.0 17 * WC tested up to: 10. 517 * WC tested up to: 10.6 18 18 */ 19 19 … … 21 21 die( '-1' ); 22 22 } 23 define( 'QLWLM_PLUGIN_VERSION', '3.1. 9' );23 define( 'QLWLM_PLUGIN_VERSION', '3.1.10' ); 24 24 define( 'QLWLM_PLUGIN_NAME', 'Licenses Manager for WooCommerce' ); 25 25 define( 'QLWLM_PLUGIN_FILE', __FILE__ ); -
licenses-manager-for-woocommerce/trunk/readme.txt
r3457226 r3480581 6 6 Requires PHP: 5.6 7 7 Tested up to: 6.9 8 Stable tag: 3.1. 98 Stable tag: 3.1.10 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html 11 11 WC requires at least: 4.0 12 WC tested up to: 10. 512 WC tested up to: 10.6 13 13 14 14 Licenses Manager for WooCommerce is a complete solution for selling license keys on WooCommerce. … … 89 89 == Changelog == 90 90 91 = 3.1.10 = 92 * fix: woocommerce compatibility 93 91 94 = 3.1.9 = 92 95 * WooCommerce compatibility -
licenses-manager-for-woocommerce/trunk/vendor/composer/installed.json
r3457226 r3480581 3 3 { 4 4 "name": "automattic/jetpack-assets", 5 "version": "v4.3.2 2",6 "version_normalized": "4.3.2 2.0",5 "version": "v4.3.27", 6 "version_normalized": "4.3.27.0", 7 7 "source": { 8 8 "type": "git", 9 9 "url": "https://github.com/Automattic/jetpack-assets.git", 10 "reference": " a8e17dfcefa0001f39bf2eeb173414372a182bac"11 }, 12 "dist": { 13 "type": "zip", 14 "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/ a8e17dfcefa0001f39bf2eeb173414372a182bac",15 "reference": " a8e17dfcefa0001f39bf2eeb173414372a182bac",10 "reference": "18dcc3fad9754d61070083855ea5cc57c3eaae83" 11 }, 12 "dist": { 13 "type": "zip", 14 "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/18dcc3fad9754d61070083855ea5cc57c3eaae83", 15 "reference": "18dcc3fad9754d61070083855ea5cc57c3eaae83", 16 16 "shasum": "" 17 17 }, … … 22 22 }, 23 23 "require-dev": { 24 "automattic/jetpack-changelogger": "^6.0.1 3",24 "automattic/jetpack-changelogger": "^6.0.14", 25 25 "automattic/phpunit-select-config": "^1.0.3", 26 26 "brain/monkey": "^2.6.2", … … 31 31 "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." 32 32 }, 33 "time": "2026-0 2-02T12:51:18+00:00",33 "time": "2026-03-09T08:30:22+00:00", 34 34 "type": "jetpack-library", 35 35 "extra": { … … 59 59 "description": "Asset management utilities for Jetpack ecosystem packages", 60 60 "support": { 61 "source": "https://github.com/Automattic/jetpack-assets/tree/v4.3.2 2"61 "source": "https://github.com/Automattic/jetpack-assets/tree/v4.3.27" 62 62 }, 63 63 "install-path": "../../jetpack_vendor/automattic/jetpack-assets" -
licenses-manager-for-woocommerce/trunk/vendor/composer/installed.php
r3457226 r3480581 2 2 'root' => array( 3 3 'name' => 'quadlayers/licenses-manager-for-woocommerce', 4 'pretty_version' => 'v3.1. 9',5 'version' => '3.1. 9.0',6 'reference' => ' c48383f0236e598a057657f2915d6153e7768a5c',4 'pretty_version' => 'v3.1.10', 5 'version' => '3.1.10.0', 6 'reference' => '25ce5702420f388f73fbeee2d17129b819d7ea0a', 7 7 'type' => 'project', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'automattic/jetpack-assets' => array( 14 'pretty_version' => 'v4.3.2 2',15 'version' => '4.3.2 2.0',16 'reference' => ' a8e17dfcefa0001f39bf2eeb173414372a182bac',14 'pretty_version' => 'v4.3.27', 15 'version' => '4.3.27.0', 16 'reference' => '18dcc3fad9754d61070083855ea5cc57c3eaae83', 17 17 'type' => 'jetpack-library', 18 18 'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets', … … 104 104 ), 105 105 'quadlayers/licenses-manager-for-woocommerce' => array( 106 'pretty_version' => 'v3.1. 9',107 'version' => '3.1. 9.0',108 'reference' => ' c48383f0236e598a057657f2915d6153e7768a5c',106 'pretty_version' => 'v3.1.10', 107 'version' => '3.1.10.0', 108 'reference' => '25ce5702420f388f73fbeee2d17129b819d7ea0a', 109 109 'type' => 'project', 110 110 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.