Plugin Directory

Changeset 3152930


Ignore:
Timestamp:
09/16/2024 07:28:25 PM (19 months ago)
Author:
thebrandonallen
Message:

2.16.5

  • Support for improved campaign publishing from within the campaign builder.
  • Improved frontend output when no campaigns are assigned to the site.
  • Various npm package updates used for generating our JavaScript code.
Location:
optinmonster/trunk
Files:
33 added
33 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • optinmonster/trunk/CHANGELOG.md

    r3113262 r3152930  
    11# Changelog
    22All notable changes to the OptinMonster plugin will be documented in this file.
     3
     4### 2.16.5 - 2024-09-16
     5* Support for improved campaign publishing from within the campaign builder.
     6* Improved frontend output when no campaigns are assigned to the site.
     7* Various npm package updates used for generating our JavaScript code.
    38
    49### 2.16.4 - 2024-07-05
  • optinmonster/trunk/OMAPI/Output.php

    r3110700 r3152930  
    180180     */
    181181    public function maybe_load_optinmonster() {
     182         /**
     183          * Check if there are any campaigns for the site
     184          */
     185        $optins = $this->base->get_optins();
     186        if ( empty( $optins ) ) {
     187            return;
     188        }
    182189
    183190        // Checking if AMP is enabled.
     
    378385     */
    379386    public function load_optinmonster() {
     387         /**
     388          * Check if there are any campaigns for the site
     389          */
     390        $optins = $this->base->get_optins();
     391        if ( empty( $optins ) ) {
     392            return;
     393        }
     394
    380395        $post_id = self::current_id();
    381396
     
    386401        }
    387402
    388         $optins    = $prevented ? array() : $this->base->get_optins();
     403        $optins    = $prevented ? array() : $optins;
    389404        $campaigns = array();
    390405
     
    715730    public function display_rules_data() {
    716731        global $wp_query;
     732
     733         /**
     734          * Check if there are any campaigns for the site
     735          */
     736        $optins = $this->base->get_optins();
     737        if ( empty( $optins ) ) {
     738            return;
     739        }
    717740
    718741        // If already localized, do nothing.
  • optinmonster/trunk/assets/dist/js/elementor.min.js

    r3087905 r3152930  
    1 !function(){var e,n,t={},r={};function o(e){var n=r[e];if(void 0!==n)return n.exports;var i=r[e]={exports:{}};return t[e](i,i.exports,o),i.exports}o.m=t,o.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(n,{a:n}),n},o.d=function(e,n){for(var t in n)o.o(n,t)&&!o.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:n[t]})},o.f={},o.e=function(e){return Promise.all(Object.keys(o.f).reduce((function(n,t){return o.f[t](e,n),n}),[]))},o.u=function(e){return"./dist/"+e+".min.js"},o.miniCssF=function(e){},o.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),o.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},e={},n="optin-monster-wp-api:",o.l=function(t,r,i,a){if(e[t])e[t].push(r);else{var d,s;if(void 0!==i)for(var l=document.getElementsByTagName("script"),c=0;c<l.length;c++){var u=l[c];if(u.getAttribute("src")==t||u.getAttribute("data-webpack")==n+i){d=u;break}}d||(s=!0,(d=document.createElement("script")).charset="utf-8",d.timeout=120,o.nc&&d.setAttribute("nonce",o.nc),d.setAttribute("data-webpack",n+i),d.src=t),e[t]=[r];var m=function(n,r){d.onerror=d.onload=null,clearTimeout(p);var o=e[t];if(delete e[t],d.parentNode&&d.parentNode.removeChild(d),o&&o.forEach((function(e){return e(r)})),n)return n(r)},p=setTimeout(m.bind(null,void 0,{type:"timeout",target:d}),12e4);d.onerror=m.bind(null,d.onerror),d.onload=m.bind(null,d.onload),s&&document.head.appendChild(d)}},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},function(){var e;o.g.importScripts&&(e=o.g.location+"");var n=o.g.document;if(!e&&n&&(n.currentScript&&(e=n.currentScript.src),!e)){var t=n.getElementsByTagName("script");if(t.length)for(var r=t.length-1;r>-1&&(!e||!/^http(s?):/.test(e));)e=t[r--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),o.p=e+"../../"}(),function(){var e={952:0};o.f.j=function(n,t){var r=o.o(e,n)?e[n]:void 0;if(0!==r)if(r)t.push(r[2]);else{var i=new Promise((function(t,o){r=e[n]=[t,o]}));t.push(r[2]=i);var a=o.p+o.u(n),d=new Error;o.l(a,(function(t){if(o.o(e,n)&&(0!==(r=e[n])&&(e[n]=void 0),r)){var i=t&&("load"===t.type?"missing":t.type),a=t&&t.target&&t.target.src;d.message="Loading chunk "+n+" failed.\n("+i+": "+a+")",d.name="ChunkLoadError",d.type=i,d.request=a,r[1](d)}}),"chunk-"+n,n)}};var n=function(n,t){var r,i,a=t[0],d=t[1],s=t[2],l=0;if(a.some((function(n){return 0!==e[n]}))){for(r in d)o.o(d,r)&&(o.m[r]=d[r]);s&&s(o)}for(n&&n(t);l<a.length;l++)i=a[l],o.o(e,i)&&e[i]&&e[i][0](),e[i]=0},t=self.webpackChunkoptin_monster_wp_api=self.webpackChunkoptin_monster_wp_api||[];t.forEach(n.bind(null,0)),t.push=n.bind(null,t.push.bind(t))}();const i=()=>o.e(131).then(o.bind(o,7131));window.OMAPI_Elementor=window.OMAPI_Elementor||{},window.OMAPI_Elementor.instances=window.OMAPI_Elementor.instances||[],function(e,n,t,r){r.setAsPreview=e=>{e.detail.Campaign.preview=!0},r.triggerLoaded=e=>{const{id:n}=e.detail.Campaign;r.instances.forEach((e=>{e.trigger(e.campaignSlug()===n?"campaignLoaded":"otherCampaignLoaded")}))},r.triggerError=e=>{let{Campaign:n,Main:t,error:o}=e.detail;const i=t?t.defaults.campaign:n?n.id:"";if(!i)return;const a=r.instances.find((e=>e.campaignSlug()===i));a&&(o.response&&(o=JSON.parse(o.response).message||JSON.parse(o.response).error),a.trigger("campaignError",o))},r.triggerRemove=e=>{const{id:n}=e.detail;r.instances.forEach((e=>{e.campaignSlug()!==n&&e.trigger("otherCampaignRemoved",n)}))},r.init=function(){n.addEventListener("om.Campaign.init",r.setAsPreview),n.addEventListener("om.Main.init",(e=>{let{detail:n}=e;return r.utils=n._utils})),n.addEventListener("om.WebFonts.init",(function(e){var n=e.detail.Campaign;n.Types.isInline()||n.off()})),t(e).on("elementor/frontend/init",(function(){elementor.channels.editor.on("elementorOMAPIAddInlineBtnClick",(()=>e.open(OMAPI.templatesUri+"&type=inline"))),elementor.channels.editor.on("elementorOMAPICreateAccount",(()=>e.open(OMAPI.wizardUri))),elementor.channels.editor.on("elementorOMAPIConnectAccount",(()=>e.open(OMAPI.settingsUri))),n.addEventListener("om.Campaign.afterShow",r.triggerLoaded),n.addEventListener("om.Main.getCampaigns.error",r.triggerError),n.addEventListener("om.Campaign.show.error",r.triggerError),n.addEventListener("om.Campaign.load.error",r.triggerError),n.addEventListener("om.Plugin.Elementor.Instance.removed",r.triggerRemove),elementorFrontend.elementsHandler&&elementorFrontend.elementsHandler.attachHandler?i().then((e=>{elementorFrontend.elementsHandler.attachHandler("optinmonster",e.default)})):elementorFrontend.hooks.addAction("frontend/element_ready/optinmonster.default",(e=>{i().then((n=>{elementorFrontend.elementsHandler.addHandler(n.default,{$element:e})}))}))}))},r.init()}(window,document,jQuery,window.OMAPI_Elementor)}();
     1!function(){var e,n,t={},r={};function o(e){var n=r[e];if(void 0!==n)return n.exports;var i=r[e]={exports:{}};return t[e](i,i.exports,o),i.exports}o.m=t,o.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(n,{a:n}),n},o.d=function(e,n){for(var t in n)o.o(n,t)&&!o.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:n[t]})},o.f={},o.e=function(e){return Promise.all(Object.keys(o.f).reduce((function(n,t){return o.f[t](e,n),n}),[]))},o.u=function(e){return"./dist/"+e+".min.js"},o.miniCssF=function(e){},o.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),o.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},e={},n="optin-monster-wp-api:",o.l=function(t,r,i,a){if(e[t])e[t].push(r);else{var d,s;if(void 0!==i)for(var l=document.getElementsByTagName("script"),c=0;c<l.length;c++){var u=l[c];if(u.getAttribute("src")==t||u.getAttribute("data-webpack")==n+i){d=u;break}}d||(s=!0,(d=document.createElement("script")).charset="utf-8",d.timeout=120,o.nc&&d.setAttribute("nonce",o.nc),d.setAttribute("data-webpack",n+i),d.src=t),e[t]=[r];var m=function(n,r){d.onerror=d.onload=null,clearTimeout(p);var o=e[t];if(delete e[t],d.parentNode&&d.parentNode.removeChild(d),o&&o.forEach((function(e){return e(r)})),n)return n(r)},p=setTimeout(m.bind(null,void 0,{type:"timeout",target:d}),12e4);d.onerror=m.bind(null,d.onerror),d.onload=m.bind(null,d.onload),s&&document.head.appendChild(d)}},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},function(){var e;o.g.importScripts&&(e=o.g.location+"");var n=o.g.document;if(!e&&n&&(n.currentScript&&"SCRIPT"===n.currentScript.tagName.toUpperCase()&&(e=n.currentScript.src),!e)){var t=n.getElementsByTagName("script");if(t.length)for(var r=t.length-1;r>-1&&(!e||!/^http(s?):/.test(e));)e=t[r--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),o.p=e+"../../"}(),function(){var e={952:0};o.f.j=function(n,t){var r=o.o(e,n)?e[n]:void 0;if(0!==r)if(r)t.push(r[2]);else{var i=new Promise((function(t,o){r=e[n]=[t,o]}));t.push(r[2]=i);var a=o.p+o.u(n),d=new Error;o.l(a,(function(t){if(o.o(e,n)&&(0!==(r=e[n])&&(e[n]=void 0),r)){var i=t&&("load"===t.type?"missing":t.type),a=t&&t.target&&t.target.src;d.message="Loading chunk "+n+" failed.\n("+i+": "+a+")",d.name="ChunkLoadError",d.type=i,d.request=a,r[1](d)}}),"chunk-"+n,n)}};var n=function(n,t){var r,i,a=t[0],d=t[1],s=t[2],l=0;if(a.some((function(n){return 0!==e[n]}))){for(r in d)o.o(d,r)&&(o.m[r]=d[r]);s&&s(o)}for(n&&n(t);l<a.length;l++)i=a[l],o.o(e,i)&&e[i]&&e[i][0](),e[i]=0},t=self.webpackChunkoptin_monster_wp_api=self.webpackChunkoptin_monster_wp_api||[];t.forEach(n.bind(null,0)),t.push=n.bind(null,t.push.bind(t))}();const i=()=>o.e(131).then(o.bind(o,7131));window.OMAPI_Elementor=window.OMAPI_Elementor||{},window.OMAPI_Elementor.instances=window.OMAPI_Elementor.instances||[],function(e,n,t,r){r.setAsPreview=e=>{e.detail.Campaign.preview=!0},r.triggerLoaded=e=>{const{id:n}=e.detail.Campaign;r.instances.forEach((e=>{e.trigger(e.campaignSlug()===n?"campaignLoaded":"otherCampaignLoaded")}))},r.triggerError=e=>{let{Campaign:n,Main:t,error:o}=e.detail;const i=t?t.defaults.campaign:n?n.id:"";if(!i)return;const a=r.instances.find((e=>e.campaignSlug()===i));a&&(o.response&&(o=JSON.parse(o.response).message||JSON.parse(o.response).error),a.trigger("campaignError",o))},r.triggerRemove=e=>{const{id:n}=e.detail;r.instances.forEach((e=>{e.campaignSlug()!==n&&e.trigger("otherCampaignRemoved",n)}))},r.init=function(){n.addEventListener("om.Campaign.init",r.setAsPreview),n.addEventListener("om.Main.init",(e=>{let{detail:n}=e;return r.utils=n._utils})),n.addEventListener("om.WebFonts.init",(function(e){var n=e.detail.Campaign;n.Types.isInline()||n.off()})),t(e).on("elementor/frontend/init",(function(){elementor.channels.editor.on("elementorOMAPIAddInlineBtnClick",(()=>e.open(OMAPI.templatesUri+"&type=inline"))),elementor.channels.editor.on("elementorOMAPICreateAccount",(()=>e.open(OMAPI.wizardUri))),elementor.channels.editor.on("elementorOMAPIConnectAccount",(()=>e.open(OMAPI.settingsUri))),n.addEventListener("om.Campaign.afterShow",r.triggerLoaded),n.addEventListener("om.Main.getCampaigns.error",r.triggerError),n.addEventListener("om.Campaign.show.error",r.triggerError),n.addEventListener("om.Campaign.load.error",r.triggerError),n.addEventListener("om.Plugin.Elementor.Instance.removed",r.triggerRemove),elementorFrontend.elementsHandler&&elementorFrontend.elementsHandler.attachHandler?i().then((e=>{elementorFrontend.elementsHandler.attachHandler("optinmonster",e.default)})):elementorFrontend.hooks.addAction("frontend/element_ready/optinmonster.default",(e=>{i().then((n=>{elementorFrontend.elementsHandler.addHandler(n.default,{$element:e})}))}))}))},r.init()}(window,document,jQuery,window.OMAPI_Elementor)}();
  • optinmonster/trunk/optin-monster-wp-api.php

    r3113262 r3152930  
    66 * Author:      OptinMonster Popup Builder Team
    77 * Author URI:  https://optinmonster.com
    8  * Version:     2.16.4
     8 * Version:     2.16.5
    99 * Text Domain: optin-monster-api
    1010 * Domain Path: languages
    1111 *
    1212 * WC requires at least: 3.2
    13  * WC tested up to:      8.6
     13 * WC tested up to:      9.3
    1414 * Requires at least:    4.7
    1515 * Requires PHP:         5.3
    16  * Tested up to:         6.5
     16 * Tested up to:         6.6
    1717 *
    1818 * @package OMAPI
     
    7070     * @var string
    7171     */
    72     public $version = '2.16.4';
     72    public $version = '2.16.5';
    7373
    7474    /**
  • optinmonster/trunk/readme.txt

    r3129156 r3152930  
    33Tags: popup, popups, optin, conversion, marketing, newsletter, popup builder, popup maker, email marketing, exit popup, ecommerce, woocommerce, lightbox
    44Requires at least: 4.7.0
    5 Tested up to: 6.5
     5Tested up to: 6.6
    66Requires PHP: 5.3
    7 Stable tag: 2.16.4
     7Stable tag: 2.16.5
    88License: GNU General Public License v2.0 or later
    99
     
    109109Unlike other WordPress lead generation plugins, OptinMonster comes with reliable A/B split testing and accurate analytics without slowing down your site.
    110110
    111 Most of them use wp-ajax to setup nalytics. This slows down your site and also results in unreliable analytics due to cache plugin settings.
     111Most of them use wp-ajax to setup analytics. This slows down your site and also results in unreliable analytics due to cache plugin settings.
    112112
    113113Similarly, A/B testing in a most WordPress popup plugins is broken because caching plugins can skew the data.
     
    180180* <a href="https://optinmonster.com/integrations/mailchimp/?utm_source=orgplugin&utm_medium=link&utm_campaign=wpreadme" rel="friend">Mailchimp</a>
    181181* <a href="https://optinmonster.com/integrations/aweber/?utm_source=orgplugin&utm_medium=link&utm_campaign=wpreadme" rel="friend">AWeber</a>
    182 * <a href="https://optinmonster.com/integrations/aweber/?utm_source=orgplugin&utm_medium=link&utm_campaign=wpreadme" rel="friend">Infusionsoft (Keap)</a>
     182* <a href="https://optinmonster.com/integrations/keap/?utm_source=orgplugin&utm_medium=link&utm_campaign=wpreadme" rel="friend">Infusionsoft (Keap)</a>
    183183* <a href="https://optinmonster.com/integrations/active-campaign/?utm_source=orgplugin&utm_medium=link&utm_campaign=wpreadme" rel="friend">ActiveCampaign</a>
    184184* <a href="https://optinmonster.com/integrations/convertkit/?utm_source=orgplugin&utm_medium=link&utm_campaign=wpreadme" rel="friend">ConvertKit</a>
     
    256256* <a href="https://optinmonster.com/docs/how-to-integrate-optinmonster-with-memberpress/?utm_source=orgplugin&amp;utm_medium=link&amp;utm_campaign=wpreadme" rel="friend">MemberPress</a> - Create popups for your membership site or course
    257257* <a href="https://optinmonster.com/docs/how-to-integrate-optinmonster-with-easy-digital-downloads/?utm_source=orgplugin&amp;utm_medium=link&amp;utm_campaign=wpreadme" rel="friend">Easy Digital Downloads</a> - Create popups to sell digital downloads and encourage users to buy
    258 * <a href="https://automatorplugin.com/">Uncanny Automator</a> - Easily integrate OptinMosnter with hundreds of other WordPress plugins and apps, creating endless automations.
     258* <a href="https://automatorplugin.com/">Uncanny Automator</a> - Easily integrate OptinMonster with hundreds of other WordPress plugins and apps, creating endless automations.
    259259
    260260If your plugin utilizes Shortcodes, you should be able to use those shortcodes directly in your OptinMonster popups. Imagine the endless possibilities!
     
    282282* Progress Bars
    283283* Social Icons
    284 * FontAwesome Icons
     284* Font Awesome Icons
    285285* Spacers and Dividers
    286286* Columns field – create multi-column layouts
     
    329329**Most Recent Changes:**
    330330
     331= Popup Builder 2.16.5 =
     332* Support for improved campaign publishing from within the campaign builder.
     333* Improved frontend output when no campaigns are assigned to the site.
     334* Various npm package updates used for generating our JavaScript code.
     335
    331336= Popup Builder 2.16.4 =
    332337* Fixed an issue where "Never load on..." output settings were hidden.
  • optinmonster/trunk/vue/dist/manifest.json

    r3113262 r3152930  
    11{
    22    "about.css": "/css/about.d566ba8d.css",
    3     "about.js": "/js/about.622c7f60.js",
    4     "app.js": "/wp-om-app-6b6208eb.js",
     3    "about.js": "/js/about.1e9d5e7d.js",
     4    "app.js": "/wp-om-app-38b76470.js",
    55    "campaign-edit.css": "/css/campaign-edit.e6e88070.css",
    6     "campaign-edit.js": "/js/campaign-edit.79c305a2.js",
     6    "campaign-edit.js": "/js/campaign-edit.2faae562.js",
    77    "campaigns.css": "/css/campaigns.e3485e0d.css",
    8     "campaigns.js": "/js/campaigns.41ee750e.js",
     8    "campaigns.js": "/js/campaigns.fccd9c1d.js",
    99    "common.css": "/css/common.8f23487d.css",
    10     "common.js": "/wp-om-app-28a24a33.js",
    11     "connect.js": "/js/connect.6bf38661.js",
     10    "common.js": "/wp-om-app-e7161c39.js",
     11    "connect.js": "/js/connect.b2b02955.js",
    1212    "dashboard.css": "/css/dashboard.30ee0940.css",
    13     "dashboard.js": "/js/dashboard.7bd6d32b.js",
     13    "dashboard.js": "/js/dashboard.4698f3f8.js",
    1414    "favicon.ico": "/favicon.ico",
    1515    "fonts/element-icons.ttf": "/fonts/element-icons.f1a45d74.ttf",
     
    100100    "index.html": "/index.html",
    101101    "integrations.css": "/css/integrations.95d80fb2.css",
    102     "integrations.js": "/js/integrations.2f620d6a.js",
    103     "js/about.622c7f60.js.map": "/js/about.622c7f60.js.map",
    104     "js/campaign-edit.79c305a2.js.map": "/js/campaign-edit.79c305a2.js.map",
    105     "js/campaigns.41ee750e.js.map": "/js/campaigns.41ee750e.js.map",
    106     "js/connect.6bf38661.js.map": "/js/connect.6bf38661.js.map",
    107     "js/dashboard.7bd6d32b.js.map": "/js/dashboard.7bd6d32b.js.map",
    108     "js/integrations.2f620d6a.js.map": "/js/integrations.2f620d6a.js.map",
    109     "js/monsterleads.8a839db2.js.map": "/js/monsterleads.8a839db2.js.map",
    110     "js/onboarding-wizard.3202f047.js.map": "/js/onboarding-wizard.3202f047.js.map",
    111     "js/personalization.217e2db3.js.map": "/js/personalization.217e2db3.js.map",
    112     "js/playbooks.12f3c88b.js.map": "/js/playbooks.12f3c88b.js.map",
    113     "js/settings.e6934a08.js.map": "/js/settings.e6934a08.js.map",
    114     "js/temp.a1235288.js.map": "/js/temp.a1235288.js.map",
    115     "js/templates.02e28c1f.js.map": "/js/templates.02e28c1f.js.map",
    116     "js/university.fb5e999f.js.map": "/js/university.fb5e999f.js.map",
     102    "integrations.js": "/js/integrations.aa8b857d.js",
     103    "js/about.1e9d5e7d.js.map": "/js/about.1e9d5e7d.js.map",
     104    "js/campaign-edit.2faae562.js.map": "/js/campaign-edit.2faae562.js.map",
     105    "js/campaigns.fccd9c1d.js.map": "/js/campaigns.fccd9c1d.js.map",
     106    "js/connect.b2b02955.js.map": "/js/connect.b2b02955.js.map",
     107    "js/dashboard.4698f3f8.js.map": "/js/dashboard.4698f3f8.js.map",
     108    "js/integrations.aa8b857d.js.map": "/js/integrations.aa8b857d.js.map",
     109    "js/monsterleads.e3e2d33f.js.map": "/js/monsterleads.e3e2d33f.js.map",
     110    "js/onboarding-wizard.68d4531c.js.map": "/js/onboarding-wizard.68d4531c.js.map",
     111    "js/personalization.9b01b8f8.js.map": "/js/personalization.9b01b8f8.js.map",
     112    "js/playbooks.ad8f6c27.js.map": "/js/playbooks.ad8f6c27.js.map",
     113    "js/settings.ba41052a.js.map": "/js/settings.ba41052a.js.map",
     114    "js/temp.2eb6e4ea.js.map": "/js/temp.2eb6e4ea.js.map",
     115    "js/templates.5128b588.js.map": "/js/templates.5128b588.js.map",
     116    "js/university.ee49a4c8.js.map": "/js/university.ee49a4c8.js.map",
    117117    "monsterleads.css": "/css/monsterleads.ec3db9cb.css",
    118     "monsterleads.js": "/js/monsterleads.8a839db2.js",
     118    "monsterleads.js": "/js/monsterleads.e3e2d33f.js",
    119119    "onboarding-wizard.css": "/css/onboarding-wizard.a4ced8a8.css",
    120     "onboarding-wizard.js": "/js/onboarding-wizard.3202f047.js",
     120    "onboarding-wizard.js": "/js/onboarding-wizard.68d4531c.js",
    121121    "personalization.css": "/css/personalization.39cbc489.css",
    122     "personalization.js": "/js/personalization.217e2db3.js",
     122    "personalization.js": "/js/personalization.9b01b8f8.js",
    123123    "playbooks.css": "/css/playbooks.a3c632c3.css",
    124     "playbooks.js": "/js/playbooks.12f3c88b.js",
     124    "playbooks.js": "/js/playbooks.ad8f6c27.js",
    125125    "settings.css": "/css/settings.d4bad558.css",
    126     "settings.js": "/js/settings.e6934a08.js",
     126    "settings.js": "/js/settings.ba41052a.js",
    127127    "temp.css": "/css/temp.dec1c729.css",
    128     "temp.js": "/js/temp.a1235288.js",
     128    "temp.js": "/js/temp.2eb6e4ea.js",
    129129    "templates.css": "/css/templates.10171544.css",
    130     "templates.js": "/js/templates.02e28c1f.js",
     130    "templates.js": "/js/templates.5128b588.js",
    131131    "university.css": "/css/university.32c4cb23.css",
    132     "university.js": "/js/university.fb5e999f.js",
    133     "wp-om-app-28a24a33.js.map": "/wp-om-app-28a24a33.js.map",
    134     "wp-om-app-6b6208eb.js.map": "/wp-om-app-6b6208eb.js.map"
     132    "university.js": "/js/university.ee49a4c8.js",
     133    "wp-om-app-38b76470.js.map": "/wp-om-app-38b76470.js.map",
     134    "wp-om-app-e7161c39.js.map": "/wp-om-app-e7161c39.js.map"
    135135}
Note: See TracChangeset for help on using the changeset viewer.