Changeset 3152930
- Timestamp:
- 09/16/2024 07:28:25 PM (19 months ago)
- Location:
- optinmonster/trunk
- Files:
-
- 33 added
- 33 deleted
- 6 edited
-
CHANGELOG.md (modified) (1 diff)
-
OMAPI/Output.php (modified) (4 diffs)
-
assets/dist/843.min.js (added)
-
assets/dist/js/elementor.min.js (modified) (1 diff)
-
assets/dist/js/trustpulse.min.js (deleted)
-
optin-monster-wp-api.php (modified) (2 diffs)
-
readme.txt (modified) (6 diffs)
-
vue/dist/js/about.1e9d5e7d.js (added)
-
vue/dist/js/about.1e9d5e7d.js.map (added)
-
vue/dist/js/about.622c7f60.js (deleted)
-
vue/dist/js/about.622c7f60.js.map (deleted)
-
vue/dist/js/campaign-edit.2faae562.js (added)
-
vue/dist/js/campaign-edit.2faae562.js.map (added)
-
vue/dist/js/campaign-edit.79c305a2.js (deleted)
-
vue/dist/js/campaign-edit.79c305a2.js.map (deleted)
-
vue/dist/js/campaigns.41ee750e.js (deleted)
-
vue/dist/js/campaigns.41ee750e.js.map (deleted)
-
vue/dist/js/campaigns.fccd9c1d.js (added)
-
vue/dist/js/campaigns.fccd9c1d.js.map (added)
-
vue/dist/js/connect.6bf38661.js (deleted)
-
vue/dist/js/connect.6bf38661.js.map (deleted)
-
vue/dist/js/connect.b2b02955.js (added)
-
vue/dist/js/connect.b2b02955.js.map (added)
-
vue/dist/js/dashboard.4698f3f8.js (added)
-
vue/dist/js/dashboard.4698f3f8.js.map (added)
-
vue/dist/js/dashboard.7bd6d32b.js (deleted)
-
vue/dist/js/dashboard.7bd6d32b.js.map (deleted)
-
vue/dist/js/integrations.2f620d6a.js (deleted)
-
vue/dist/js/integrations.2f620d6a.js.map (deleted)
-
vue/dist/js/integrations.aa8b857d.js (added)
-
vue/dist/js/integrations.aa8b857d.js.map (added)
-
vue/dist/js/monsterleads.8a839db2.js (deleted)
-
vue/dist/js/monsterleads.8a839db2.js.map (deleted)
-
vue/dist/js/monsterleads.e3e2d33f.js (added)
-
vue/dist/js/monsterleads.e3e2d33f.js.map (added)
-
vue/dist/js/onboarding-wizard.3202f047.js (deleted)
-
vue/dist/js/onboarding-wizard.3202f047.js.map (deleted)
-
vue/dist/js/onboarding-wizard.68d4531c.js (added)
-
vue/dist/js/onboarding-wizard.68d4531c.js.map (added)
-
vue/dist/js/personalization.217e2db3.js (deleted)
-
vue/dist/js/personalization.217e2db3.js.map (deleted)
-
vue/dist/js/personalization.9b01b8f8.js (added)
-
vue/dist/js/personalization.9b01b8f8.js.map (added)
-
vue/dist/js/playbooks.12f3c88b.js (deleted)
-
vue/dist/js/playbooks.12f3c88b.js.map (deleted)
-
vue/dist/js/playbooks.ad8f6c27.js (added)
-
vue/dist/js/playbooks.ad8f6c27.js.map (added)
-
vue/dist/js/settings.ba41052a.js (added)
-
vue/dist/js/settings.ba41052a.js.map (added)
-
vue/dist/js/settings.e6934a08.js (deleted)
-
vue/dist/js/settings.e6934a08.js.map (deleted)
-
vue/dist/js/temp.2eb6e4ea.js (added)
-
vue/dist/js/temp.2eb6e4ea.js.map (added)
-
vue/dist/js/temp.a1235288.js (deleted)
-
vue/dist/js/temp.a1235288.js.map (deleted)
-
vue/dist/js/templates.02e28c1f.js (deleted)
-
vue/dist/js/templates.02e28c1f.js.map (deleted)
-
vue/dist/js/templates.5128b588.js (added)
-
vue/dist/js/templates.5128b588.js.map (added)
-
vue/dist/js/university.ee49a4c8.js (added)
-
vue/dist/js/university.ee49a4c8.js.map (added)
-
vue/dist/js/university.fb5e999f.js (deleted)
-
vue/dist/js/university.fb5e999f.js.map (deleted)
-
vue/dist/manifest.json (modified) (2 diffs)
-
vue/dist/wp-om-app-28a24a33.js (deleted)
-
vue/dist/wp-om-app-28a24a33.js.map (deleted)
-
vue/dist/wp-om-app-38b76470.js (added)
-
vue/dist/wp-om-app-38b76470.js.map (added)
-
vue/dist/wp-om-app-6b6208eb.js (deleted)
-
vue/dist/wp-om-app-6b6208eb.js.map (deleted)
-
vue/dist/wp-om-app-e7161c39.js (added)
-
vue/dist/wp-om-app-e7161c39.js.map (added)
Legend:
- Unmodified
- Added
- Removed
-
optinmonster/trunk/CHANGELOG.md
r3113262 r3152930 1 1 # Changelog 2 2 All 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. 3 8 4 9 ### 2.16.4 - 2024-07-05 -
optinmonster/trunk/OMAPI/Output.php
r3110700 r3152930 180 180 */ 181 181 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 } 182 189 183 190 // Checking if AMP is enabled. … … 378 385 */ 379 386 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 380 395 $post_id = self::current_id(); 381 396 … … 386 401 } 387 402 388 $optins = $prevented ? array() : $ this->base->get_optins();403 $optins = $prevented ? array() : $optins; 389 404 $campaigns = array(); 390 405 … … 715 730 public function display_rules_data() { 716 731 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 } 717 740 718 741 // 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 6 6 * Author: OptinMonster Popup Builder Team 7 7 * Author URI: https://optinmonster.com 8 * Version: 2.16. 48 * Version: 2.16.5 9 9 * Text Domain: optin-monster-api 10 10 * Domain Path: languages 11 11 * 12 12 * WC requires at least: 3.2 13 * WC tested up to: 8.613 * WC tested up to: 9.3 14 14 * Requires at least: 4.7 15 15 * Requires PHP: 5.3 16 * Tested up to: 6. 516 * Tested up to: 6.6 17 17 * 18 18 * @package OMAPI … … 70 70 * @var string 71 71 */ 72 public $version = '2.16. 4';72 public $version = '2.16.5'; 73 73 74 74 /** -
optinmonster/trunk/readme.txt
r3129156 r3152930 3 3 Tags: popup, popups, optin, conversion, marketing, newsletter, popup builder, popup maker, email marketing, exit popup, ecommerce, woocommerce, lightbox 4 4 Requires at least: 4.7.0 5 Tested up to: 6. 55 Tested up to: 6.6 6 6 Requires PHP: 5.3 7 Stable tag: 2.16. 47 Stable tag: 2.16.5 8 8 License: GNU General Public License v2.0 or later 9 9 … … 109 109 Unlike other WordPress lead generation plugins, OptinMonster comes with reliable A/B split testing and accurate analytics without slowing down your site. 110 110 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.111 Most of them use wp-ajax to setup analytics. This slows down your site and also results in unreliable analytics due to cache plugin settings. 112 112 113 113 Similarly, A/B testing in a most WordPress popup plugins is broken because caching plugins can skew the data. … … 180 180 * <a href="https://optinmonster.com/integrations/mailchimp/?utm_source=orgplugin&utm_medium=link&utm_campaign=wpreadme" rel="friend">Mailchimp</a> 181 181 * <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> 183 183 * <a href="https://optinmonster.com/integrations/active-campaign/?utm_source=orgplugin&utm_medium=link&utm_campaign=wpreadme" rel="friend">ActiveCampaign</a> 184 184 * <a href="https://optinmonster.com/integrations/convertkit/?utm_source=orgplugin&utm_medium=link&utm_campaign=wpreadme" rel="friend">ConvertKit</a> … … 256 256 * <a href="https://optinmonster.com/docs/how-to-integrate-optinmonster-with-memberpress/?utm_source=orgplugin&utm_medium=link&utm_campaign=wpreadme" rel="friend">MemberPress</a> - Create popups for your membership site or course 257 257 * <a href="https://optinmonster.com/docs/how-to-integrate-optinmonster-with-easy-digital-downloads/?utm_source=orgplugin&utm_medium=link&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 OptinMo snter 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. 259 259 260 260 If your plugin utilizes Shortcodes, you should be able to use those shortcodes directly in your OptinMonster popups. Imagine the endless possibilities! … … 282 282 * Progress Bars 283 283 * Social Icons 284 * Font Awesome Icons284 * Font Awesome Icons 285 285 * Spacers and Dividers 286 286 * Columns field – create multi-column layouts … … 329 329 **Most Recent Changes:** 330 330 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 331 336 = Popup Builder 2.16.4 = 332 337 * Fixed an issue where "Never load on..." output settings were hidden. -
optinmonster/trunk/vue/dist/manifest.json
r3113262 r3152930 1 1 { 2 2 "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", 5 5 "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", 7 7 "campaigns.css": "/css/campaigns.e3485e0d.css", 8 "campaigns.js": "/js/campaigns. 41ee750e.js",8 "campaigns.js": "/js/campaigns.fccd9c1d.js", 9 9 "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", 12 12 "dashboard.css": "/css/dashboard.30ee0940.css", 13 "dashboard.js": "/js/dashboard. 7bd6d32b.js",13 "dashboard.js": "/js/dashboard.4698f3f8.js", 14 14 "favicon.ico": "/favicon.ico", 15 15 "fonts/element-icons.ttf": "/fonts/element-icons.f1a45d74.ttf", … … 100 100 "index.html": "/index.html", 101 101 "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", 117 117 "monsterleads.css": "/css/monsterleads.ec3db9cb.css", 118 "monsterleads.js": "/js/monsterleads. 8a839db2.js",118 "monsterleads.js": "/js/monsterleads.e3e2d33f.js", 119 119 "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", 121 121 "personalization.css": "/css/personalization.39cbc489.css", 122 "personalization.js": "/js/personalization. 217e2db3.js",122 "personalization.js": "/js/personalization.9b01b8f8.js", 123 123 "playbooks.css": "/css/playbooks.a3c632c3.css", 124 "playbooks.js": "/js/playbooks. 12f3c88b.js",124 "playbooks.js": "/js/playbooks.ad8f6c27.js", 125 125 "settings.css": "/css/settings.d4bad558.css", 126 "settings.js": "/js/settings. e6934a08.js",126 "settings.js": "/js/settings.ba41052a.js", 127 127 "temp.css": "/css/temp.dec1c729.css", 128 "temp.js": "/js/temp. a1235288.js",128 "temp.js": "/js/temp.2eb6e4ea.js", 129 129 "templates.css": "/css/templates.10171544.css", 130 "templates.js": "/js/templates. 02e28c1f.js",130 "templates.js": "/js/templates.5128b588.js", 131 131 "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" 135 135 }
Note: See TracChangeset
for help on using the changeset viewer.