From 19e351ef3b5eda35597d33e4e182cf75fce1f178 Mon Sep 17 00:00:00 2001
From: Lai Power
Date: Thu, 27 Jun 2024 12:11:15 +0000
Subject: [PATCH] modified file `smtp-mailer`
---
.../plugins/activitypub/activitypub.php | 4 +-
.../includes/class-activity-dispatcher.php | 5 +
.../activitypub/includes/class-comment.php | 9 +-
.../includes/class-health-check.php | 2 +-
.../activitypub/includes/class-http.php | 30 +-
.../activitypub/includes/class-scheduler.php | 5 +
.../activitypub/includes/class-signature.php | 14 +-
.../collection/class-interactions.php | 4 +-
.../includes/collection/class-users.php | 3 +
.../activitypub/includes/functions.php | 13 +-
.../includes/handler/class-undo.php | 11 +-
.../includes/transformer/class-post.php | 12 +-
.../class-enable-mastodon-apps.php | 164 +-
.../plugins/activitypub/readme.txt | 20 +-
.../activitypub/templates/settings.php | 9 +-
.../plugins/authldap/.phive/phars.xml | 8 +
.../plugins/authldap/LICENSE.md | 7 +
.../plugins/authldap/README.md | 95 +
.../plugins/authldap/SECURITY.md | 18 +
.../plugins/authldap/authLdap.css | 13 +
.../plugins/authldap/authLdap.php | 946 +++
.../plugins/authldap/behat.yml.dist | 1 +
.../features/bootstrap/FeatureContext.php | 289 +
.../log in using no groups at all.feature | 63 +
.../plugins/authldap/phpcs.xml | 22 +
.../plugins/authldap/readme.txt | 166 +
.../plugins/authldap/security.txt | 6 +
.../plugins/authldap/src/Exception/Error.php | 24 +
.../authldap/src/Exception/InvalidLdapUri.php | 74 +
.../Exception/MissingValidLdapConnection.php | 23 +
.../src/Exception/SearchUnsuccessfull.php | 24 +
.../authldap/src/Exception/UnknownOption.php | 24 +
.../plugins/authldap/src/LdapList.php | 93 +
.../plugins/authldap/src/LdapUri.php | 179 +
.../plugins/authldap/src/Manager/Ldap.php | 164 +
.../plugins/authldap/src/OptionFactory.php | 27 +
.../plugins/authldap/src/Options.php | 90 +
.../plugins/authldap/src/UserRoleHandler.php | 54 +
.../plugins/authldap/src/Wrapper/Ldap.php | 93 +
.../authldap/src/Wrapper/LdapFactory.php | 24 +
.../authldap/src/Wrapper/LdapInterface.php | 39 +
.../plugins/authldap/view/admin.phtml | 454 ++
.../companion-auto-update/admin/dashboard.php | 577 ++
.../companion-auto-update/admin/log.php | 19 +
.../admin/pluginlist.php | 185 +
.../companion-auto-update/admin/rollback.php | 2 +
.../companion-auto-update/admin/status.php | 435 ++
.../backend/images/check.svg | 55 +
.../backend/images/email.svg | 96 +
.../backend/images/help.svg | 67 +
.../backend/images/interval.svg | 69 +
.../backend/images/love.svg | 116 +
.../backend/images/settings.svg | 124 +
.../backend/images/support.svg | 102 +
.../backend/images/update.svg | 91 +
.../backend/images/welcome.svg | 181 +
.../companion-auto-update/backend/style.css | 582 ++
.../backend/warningbar.css | 11 +
.../companion-auto-update/cau_emails.php | 526 ++
.../companion-auto-update/cau_functions.php | 1095 +++
.../companion-auto-update.php | 420 +
.../plugins/companion-auto-update/index.php | 2 +
.../languages/companion-auto-update.pot | 62 +
.../companion-auto-update/languages/index.php | 4 +
.../plugins/companion-auto-update/readme.txt | 202 +
.../gp-premium/backgrounds/functions/css.php | 134 +
.../backgrounds/functions/functions.php | 1342 ++++
.../functions/secondary-nav-backgrounds.php | 420 +
.../backgrounds/generate-backgrounds.php | 19 +
.../gp-premium/blog/functions/columns.php | 169 +
.../gp-premium/blog/functions/css/columns.css | 149 +
.../blog/functions/css/columns.min.css | 1 +
.../blog/functions/css/featured-images.css | 104 +
.../functions/css/featured-images.min.css | 1 +
.../gp-premium/blog/functions/css/style.css | 254 +
.../blog/functions/css/style.min.css | 1 +
.../gp-premium/blog/functions/customizer.php | 1181 +++
.../gp-premium/blog/functions/defaults.php | 58 +
.../blog/functions/generate-blog.php | 754 ++
.../gp-premium/blog/functions/images.php | 369 +
.../gp-premium/blog/functions/js/controls.js | 98 +
.../blog/functions/js/customizer.js | 76 +
.../functions/js/infinite-scroll.pkgd.min.js | 12 +
.../gp-premium/blog/functions/js/scripts.js | 100 +
.../blog/functions/js/scripts.min.js | 1 +
.../gp-premium/blog/functions/migrate.php | 122 +
.../plugins/gp-premium/blog/generate-blog.php | 20 +
.../gp-premium/colors/functions/functions.php | 1583 ++++
.../colors/functions/js/customizer.js | 620 ++
.../functions/js/menu-plus-customizer.js | 102 +
.../colors/functions/js/wc-customizer.js | 161 +
.../colors/functions/secondary-nav-colors.php | 403 +
.../colors/functions/slideout-nav-colors.php | 400 +
.../colors/functions/woocommerce-colors.php | 911 +++
.../gp-premium/colors/generate-colors.php | 20 +
.../copyright/functions/functions.php | 223 +
.../copyright/functions/js/customizer.js | 18 +
.../copyright/generate-copyright.php | 20 +
.../disable-elements/functions/functions.php | 426 +
.../generate-disable-elements.php | 20 +
.../gp-premium/dist/block-elements.asset.php | 1 +
.../gp-premium/dist/block-elements.css | 7 +
.../plugins/gp-premium/dist/block-elements.js | 3 +
.../gp-premium/dist/customizer.asset.php | 1 +
.../plugins/gp-premium/dist/customizer.js | 1 +
.../gp-premium/dist/dashboard.asset.php | 1 +
.../plugins/gp-premium/dist/dashboard.js | 1 +
.../plugins/gp-premium/dist/editor.asset.php | 1 +
.../plugins/gp-premium/dist/editor.css | 1 +
.../plugins/gp-premium/dist/editor.js | 1 +
.../gp-premium/dist/site-library.asset.php | 1 +
.../plugins/gp-premium/dist/site-library.css | 1 +
.../plugins/gp-premium/dist/site-library.js | 6 +
.../gp-premium/dist/style-dashboard.css | 4 +
.../assets/admin/author-image-placeholder.png | Bin 0 -> 138 bytes
.../admin/background-image-fallback.jpg | Bin 0 -> 45015 bytes
.../elements/assets/admin/balloon.css | 211 +
.../elements/assets/admin/elements.css | 82 +
.../elements/assets/admin/elements.js | 29 +
.../admin/featured-image-placeholder.png | Bin 0 -> 200 bytes
.../elements/assets/admin/metabox.css | 396 +
.../elements/assets/admin/metabox.js | 424 +
.../elements/assets/admin/spinner.gif | Bin 0 -> 4162 bytes
.../gp-premium/elements/assets/js/parallax.js | 17 +
.../elements/assets/js/parallax.min.js | 1 +
.../elements/class-block-elements.php | 1789 +++++
.../gp-premium/elements/class-block.php | 469 ++
.../gp-premium/elements/class-conditions.php | 447 ++
.../elements/class-elements-helper.php | 527 ++
.../gp-premium/elements/class-hero.php | 1041 +++
.../gp-premium/elements/class-hooks.php | 223 +
.../gp-premium/elements/class-layout.php | 550 ++
.../gp-premium/elements/class-metabox.php | 2245 ++++++
.../gp-premium/elements/class-post-type.php | 508 ++
.../plugins/gp-premium/elements/elements.php | 289 +
.../general/class-external-file-css.php | 449 ++
.../gp-premium/general/enqueue-scripts.php | 81 +
.../plugins/gp-premium/general/icons.php | 87 +
.../gp-premium/general/icons/gp-premium.eot | Bin 0 -> 3020 bytes
.../gp-premium/general/icons/gp-premium.svg | 20 +
.../gp-premium/general/icons/gp-premium.ttf | Bin 0 -> 2856 bytes
.../gp-premium/general/icons/gp-premium.woff | Bin 0 -> 2932 bytes
.../gp-premium/general/icons/icons.css | 10 +
.../gp-premium/general/icons/icons.min.css | 1 +
.../gp-premium/general/js/smooth-scroll.js | 743 ++
.../general/js/smooth-scroll.min.js | 1 +
.../gp-premium/general/smooth-scroll.php | 103 +
.../plugins/gp-premium/gp-premium.php | 307 +
.../hooks/functions/assets/css/hooks.css | 59 +
.../hooks/functions/assets/js/admin.js | 38 +
.../functions/assets/js/jquery.cookie.js | 165 +
.../gp-premium/hooks/functions/functions.php | 542 ++
.../gp-premium/hooks/functions/hooks.php | 171 +
.../gp-premium/hooks/generate-hooks.php | 21 +
.../gp-premium/inc/class-dashboard.php | 401 +
.../plugins/gp-premium/inc/class-rest.php | 570 ++
.../gp-premium/inc/deprecated-admin.php | 790 ++
.../plugins/gp-premium/inc/deprecated.php | 718 ++
.../plugins/gp-premium/inc/functions.php | 152 +
.../gp-premium/inc/legacy/activation.php | 623 ++
.../inc/legacy/assets/dashboard.css | 199 +
.../gp-premium/inc/legacy/assets/dashboard.js | 48 +
.../gp-premium/inc/legacy/dashboard.php | 47 +
.../gp-premium/inc/legacy/import-export.php | 371 +
.../plugins/gp-premium/inc/legacy/reset.php | 273 +
.../plugins/gp-premium/langs/gp-premium-ar.mo | Bin 0 -> 32088 bytes
.../gp-premium/langs/gp-premium-bn_BD.mo | Bin 0 -> 42410 bytes
.../gp-premium/langs/gp-premium-cs_CZ.mo | Bin 0 -> 10096 bytes
.../gp-premium/langs/gp-premium-da_DK.mo | Bin 0 -> 28026 bytes
...e_DE-42da344ccb044413769d16ed3484307b.json | 1 +
...e_DE-53e2a1d5945b8d2b1c35e81ae1e532f3.json | 1 +
...e_DE-92fa58377f1b6f7bef9c785c31ae29ff.json | 1 +
...e_DE-cbab080b0f20fd6c323029398be6c986.json | 1 +
...e_DE-ecf9f3c2af10c4f2dfbf4f42504922d1.json | 1 +
.../gp-premium/langs/gp-premium-de_DE.mo | Bin 0 -> 59453 bytes
.../gp-premium/langs/gp-premium-es_AR.mo | Bin 0 -> 26952 bytes
...s_ES-42da344ccb044413769d16ed3484307b.json | 1 +
...s_ES-53e2a1d5945b8d2b1c35e81ae1e532f3.json | 1 +
...s_ES-92fa58377f1b6f7bef9c785c31ae29ff.json | 1 +
...s_ES-cbab080b0f20fd6c323029398be6c986.json | 1 +
...s_ES-ecf9f3c2af10c4f2dfbf4f42504922d1.json | 1 +
.../gp-premium/langs/gp-premium-es_ES.mo | Bin 0 -> 60021 bytes
...m-fi-42da344ccb044413769d16ed3484307b.json | 1 +
...m-fi-53e2a1d5945b8d2b1c35e81ae1e532f3.json | 1 +
...m-fi-92fa58377f1b6f7bef9c785c31ae29ff.json | 1 +
...m-fi-cbab080b0f20fd6c323029398be6c986.json | 1 +
...m-fi-ecf9f3c2af10c4f2dfbf4f42504922d1.json | 1 +
.../plugins/gp-premium/langs/gp-premium-fi.mo | Bin 0 -> 59738 bytes
...r_FR-42da344ccb044413769d16ed3484307b.json | 1 +
...r_FR-53e2a1d5945b8d2b1c35e81ae1e532f3.json | 1 +
...r_FR-92fa58377f1b6f7bef9c785c31ae29ff.json | 1 +
.../gp-premium/langs/gp-premium-fr_FR.mo | Bin 0 -> 39934 bytes
.../plugins/gp-premium/langs/gp-premium-hr.mo | Bin 0 -> 27851 bytes
.../gp-premium/langs/gp-premium-hu_HU.mo | Bin 0 -> 52216 bytes
.../gp-premium/langs/gp-premium-it_IT.mo | Bin 0 -> 39606 bytes
.../gp-premium/langs/gp-premium-nb_NO.mo | Bin 0 -> 25382 bytes
...l_NL-42da344ccb044413769d16ed3484307b.json | 1 +
...l_NL-53e2a1d5945b8d2b1c35e81ae1e532f3.json | 1 +
...l_NL-92fa58377f1b6f7bef9c785c31ae29ff.json | 1 +
...l_NL-cbab080b0f20fd6c323029398be6c986.json | 1 +
...l_NL-ecf9f3c2af10c4f2dfbf4f42504922d1.json | 1 +
.../gp-premium/langs/gp-premium-nl_NL.mo | Bin 0 -> 57471 bytes
.../gp-premium/langs/gp-premium-pl_PL.mo | Bin 0 -> 30953 bytes
.../gp-premium/langs/gp-premium-pt_BR.mo | Bin 0 -> 54588 bytes
...t_PT-42da344ccb044413769d16ed3484307b.json | 1 +
...t_PT-53e2a1d5945b8d2b1c35e81ae1e532f3.json | 1 +
...t_PT-92fa58377f1b6f7bef9c785c31ae29ff.json | 1 +
.../gp-premium/langs/gp-premium-pt_PT.mo | Bin 0 -> 36676 bytes
...u_RU-42da344ccb044413769d16ed3484307b.json | 1 +
...u_RU-53e2a1d5945b8d2b1c35e81ae1e532f3.json | 1 +
...u_RU-92fa58377f1b6f7bef9c785c31ae29ff.json | 1 +
...u_RU-cbab080b0f20fd6c323029398be6c986.json | 1 +
...u_RU-ecf9f3c2af10c4f2dfbf4f42504922d1.json | 1 +
.../gp-premium/langs/gp-premium-ru_RU.mo | Bin 0 -> 77631 bytes
...v_SE-42da344ccb044413769d16ed3484307b.json | 1 +
...v_SE-53e2a1d5945b8d2b1c35e81ae1e532f3.json | 1 +
...v_SE-92fa58377f1b6f7bef9c785c31ae29ff.json | 1 +
...v_SE-cbab080b0f20fd6c323029398be6c986.json | 1 +
...v_SE-ecf9f3c2af10c4f2dfbf4f42504922d1.json | 1 +
.../gp-premium/langs/gp-premium-sv_SE.mo | Bin 0 -> 50196 bytes
.../plugins/gp-premium/langs/gp-premium-uk.mo | Bin 0 -> 26349 bytes
.../plugins/gp-premium/langs/gp-premium-vi.mo | Bin 0 -> 31417 bytes
.../gp-premium/langs/gp-premium-zh_CN.mo | Bin 0 -> 53253 bytes
.../wp-color-picker-alpha.js | 635 ++
.../wp-color-picker-alpha.min.js | 11 +
.../gp-premium/library/class-make-css.php | 202 +
.../library/class-plugin-updater.php | 676 ++
.../gp-premium/library/customizer-helpers.php | 531 ++
.../library/customizer/active-callbacks.php | 601 ++
.../controls/class-action-button-control.php | 44 +
.../controls/class-alpha-color-control.php | 76 +
.../controls/class-backgrounds-control.php | 146 +
.../controls/class-control-toggle.php | 37 +
.../controls/class-copyright-control.php | 51 +
.../customizer/controls/class-deprecated.php | 396 +
.../controls/class-information-control.php | 42 +
.../controls/class-range-slider-control.php | 165 +
.../controls/class-refresh-button-control.php | 24 +
.../class-section-shortcuts-control.php | 123 +
.../controls/class-spacing-control.php | 165 +
.../controls/class-title-control.php | 32 +
.../controls/class-typography-control.php | 187 +
.../controls/css/alpha-color-picker.css | 32 +
.../controls/css/button-actions.css | 19 +
.../css/control-toggle-customizer.css | 21 +
.../controls/css/section-shortcuts.css | 43 +
.../customizer/controls/css/selectWoo.min.css | 1 +
.../controls/css/slider-customizer.css | 131 +
.../controls/css/spacing-customizer.css | 101 +
.../controls/css/title-customizer.css | 9 +
.../controls/css/transparency-grid.png | Bin 0 -> 2343 bytes
.../controls/css/typography-customizer.css | 60 +
.../controls/js/alpha-color-picker.js | 277 +
.../controls/js/backgrounds-customizer.js | 31 +
.../customizer/controls/js/button-actions.js | 43 +
.../controls/js/control-toggle-customizer.js | 35 +
.../controls/js/copyright-customizer.js | 12 +
.../controls/js/generatepress-controls.js | 151 +
.../controls/js/section-shortcuts.js | 46 +
.../customizer/controls/js/selectWoo.min.js | 1 +
.../controls/js/slider-customizer.js | 137 +
.../controls/js/spacing-customizer.js | 203 +
.../controls/js/typography-customizer.js | 148 +
.../library/customizer/deprecated.php | 324 +
.../library/customizer/sanitize.php | 131 +
.../library/select2/select2.full.min.js | 2 +
.../library/select2/select2.min.css | 1 +
.../menu-plus/fields/slideout-nav-colors.php | 185 +
.../menu-plus/functions/css/menu-logo.css | 76 +
.../menu-plus/functions/css/menu-logo.min.css | 1 +
.../css/navigation-branding-flex.css | 116 +
.../css/navigation-branding-flex.min.css | 1 +
.../functions/css/navigation-branding.css | 135 +
.../functions/css/navigation-branding.min.css | 1 +
.../menu-plus/functions/css/offside.css | 362 +
.../menu-plus/functions/css/offside.min.css | 1 +
.../menu-plus/functions/css/sticky.css | 76 +
.../menu-plus/functions/css/sticky.min.css | 1 +
.../functions/generate-menu-plus.php | 2452 ++++++
.../menu-plus/functions/js/offside.js | 646 ++
.../menu-plus/functions/js/offside.min.js | 1 +
.../menu-plus/functions/js/sticky.js | 650 ++
.../menu-plus/functions/js/sticky.min.js | 1 +
.../menu-plus/generate-menu-plus.php | 21 +
.../page-header/functions/css/metabox.css | 302 +
.../page-header/functions/css/page-header.css | 92 +
.../functions/css/page-header.min.css | 1 +
.../page-header/functions/functions.php | 1317 ++++
.../functions/global-locations.php | 220 +
.../page-header/functions/js/full-height.js | 66 +
.../functions/js/full-height.min.js | 1 +
.../functions/js/jquery.vide.min.js | 9 +
.../page-header/functions/js/lc_switch.js | 149 +
.../page-header/functions/js/metabox.js | 220 +
.../page-header/functions/js/parallax.js | 17 +
.../page-header/functions/js/parallax.min.js | 1 +
.../page-header/functions/metabox.php | 782 ++
.../page-header/functions/page-header.php | 184 +
.../page-header/functions/post-image.php | 60 +
.../page-header/functions/post-type.php | 236 +
.../page-header/generate-page-header.php | 21 +
.../plugins/gp-premium/readme.txt | 525 ++
.../fields/secondary-navigation.php | 174 +
.../secondary-nav/functions/css.php | 138 +
.../functions/css/main-mobile.css | 125 +
.../functions/css/main-mobile.min.css | 1 +
.../secondary-nav/functions/css/main.css | 377 +
.../secondary-nav/functions/css/main.min.css | 1 +
.../functions/css/style-mobile.css | 97 +
.../functions/css/style-mobile.min.css | 1 +
.../secondary-nav/functions/css/style.css | 337 +
.../secondary-nav/functions/css/style.min.css | 1 +
.../secondary-nav/functions/functions.php | 1356 ++++
.../secondary-nav/functions/js/customizer.js | 77 +
.../secondary-nav/generate-secondary-nav.php | 23 +
.../sections/functions/css/style.css | 57 +
.../sections/functions/css/style.min.css | 1 +
.../sections/functions/generate-sections.php | 329 +
.../sections/functions/js/parallax.js | 17 +
.../sections/functions/js/parallax.min.js | 1 +
.../css/generate-sections-metabox.css | 348 +
.../functions/metaboxes/css/lc_switch.css | 92 +
.../js/generate-sections-metabox-4.9.js | 835 ++
.../metaboxes/js/generate-sections-metabox.js | 858 +++
.../functions/metaboxes/metabox-functions.php | 396 +
.../metaboxes/views/sections-template.php | 279 +
.../functions/metaboxes/views/sections.php | 13 +
.../metaboxes/views/use-sections.php | 17 +
.../sections/functions/templates/template.php | 122 +
.../gp-premium/sections/generate-sections.php | 21 +
.../class-site-library-helper.php | 1021 +++
.../site-library/class-site-library-rest.php | 922 +++
.../site-library/class-site-library.php | 412 +
.../class-beaver-builder-batch-processing.php | 163 +
.../classes/class-content-importer.php | 49 +
.../classes/class-site-import-image.php | 200 +
.../classes/class-site-widget-importer.php | 275 +
.../libs/wxr-importer/WPImporterLogger.php | 138 +
.../libs/wxr-importer/WXRImportInfo.php | 16 +
.../libs/wxr-importer/WXRImporter.php | 2329 ++++++
.../functions/customizer/content-spacing.php | 244 +
.../functions/customizer/footer-spacing.php | 207 +
.../functions/customizer/header-spacing.php | 135 +
.../functions/customizer/js/customizer.js | 661 ++
.../customizer/navigation-spacing.php | 281 +
.../customizer/secondary-nav-spacing.php | 159 +
.../functions/customizer/sidebar-spacing.php | 211 +
.../functions/customizer/top-bar-spacing.php | 73 +
.../spacing/functions/functions.php | 362 +
.../spacing/functions/migration.php | 102 +
.../gp-premium/spacing/generate-spacing.php | 20 +
.../typography/functions/functions.php | 3125 ++++++++
.../typography/functions/google-fonts.json | 6835 +++++++++++++++++
.../typography/functions/js/customizer.js | 250 +
.../typography/functions/migration.php | 359 +
.../functions/secondary-nav-fonts.php | 176 +
.../functions/slideout-nav-fonts.php | 149 +
.../functions/woocommerce-fonts.php | 179 +
.../gp-premium/typography/generate-fonts.php | 20 +
.../woocommerce/fields/woocommerce-colors.php | 607 ++
.../functions/css/woocommerce-mobile.css | 201 +
.../functions/css/woocommerce-mobile.min.css | 1 +
.../woocommerce/functions/css/woocommerce.css | 1284 ++++
.../functions/css/woocommerce.min.css | 1 +
.../functions/customizer/customizer.php | 1031 +++
.../functions/customizer/js/customizer.js | 6 +
.../woocommerce/functions/functions.php | 1532 ++++
.../woocommerce/functions/js/woocommerce.js | 285 +
.../functions/js/woocommerce.min.js | 1 +
.../gp-premium/woocommerce/woocommerce.php | 19 +
.../plugins/gp-premium/wpml-config.xml | 112 +
.../plugins/jetpack-protect/CHANGELOG.md | 242 +
.../plugins/jetpack-protect/LICENSE.txt | 357 +
.../plugins/jetpack-protect/SECURITY.md | 47 +
.../assets/fonts/jetpack-protect.eot | Bin 0 -> 1496 bytes
.../assets/fonts/jetpack-protect.svg | 11 +
.../assets/fonts/jetpack-protect.ttf | Bin 0 -> 1300 bytes
.../assets/fonts/jetpack-protect.woff | Bin 0 -> 1376 bytes
.../assets/jetpack-protect.css | 30 +
.../in-progress-db145d62b5ef09c05ad7.png | Bin 0 -> 15681 bytes
.../jetpack-protect/build/index.asset.php | 1 +
.../plugins/jetpack-protect/build/index.css | 1 +
.../plugins/jetpack-protect/build/index.js | 48 +
.../build/index.js.LICENSE.txt | 35 +
.../jetpack-protect/build/index.rtl.css | 1 +
.../plugins/jetpack-protect/composer.json | 76 +
.../jetpack-protect/jetpack-protect.php | 123 +
.../jetpack-a8c-mc-stats/CHANGELOG.md | 166 +
.../jetpack-a8c-mc-stats/LICENSE.txt | 357 +
.../jetpack-a8c-mc-stats/SECURITY.md | 47 +
.../jetpack-a8c-mc-stats/composer.json | 41 +
.../src/class-a8c-mc-stats.php | 181 +
.../automattic/jetpack-admin-ui/CHANGELOG.md | 178 +
.../automattic/jetpack-admin-ui/LICENSE.txt | 357 +
.../automattic/jetpack-admin-ui/SECURITY.md | 47 +
.../automattic/jetpack-admin-ui/composer.json | 54 +
.../jetpack-admin-ui/src/class-admin-menu.php | 208 +
.../automattic/jetpack-assets/CHANGELOG.md | 515 ++
.../automattic/jetpack-assets/LICENSE.txt | 357 +
.../automattic/jetpack-assets/SECURITY.md | 47 +
.../automattic/jetpack-assets/actions.php | 19 +
.../build/i18n-loader.asset.php | 1 +
.../jetpack-assets/build/i18n-loader.js | 1 +
.../automattic/jetpack-assets/composer.json | 57 +
.../jetpack-assets/src/class-assets.php | 754 ++
.../jetpack-assets/src/class-semver.php | 121 +
.../jetpack-assets/src/js/i18n-loader.js | 76 +
.../CHANGELOG.md | 36 +
.../LICENSE.txt | 357 +
.../SECURITY.md | 47 +
.../composer.json | 51 +
.../src/class-helper-script-manager-impl.php | 620 ++
.../src/class-helper-script-manager.php | 89 +
.../src/class-throw-on-errors.php | 496 ++
.../jetpack-boost-core/CHANGELOG.md | 60 +
.../automattic/jetpack-boost-core/LICENSE.txt | 357 +
.../automattic/jetpack-boost-core/SECURITY.md | 47 +
.../jetpack-boost-core/composer.json | 52 +
.../src/contracts/boost-api-client.php | 34 +
.../src/lib/class-boost-api.php | 110 +
.../src/lib/class-cacheable.php | 134 +
.../src/lib/class-transient.php | 122 +
.../jetpack-boost-core/src/lib/class-url.php | 96 +
.../src/lib/class-utils.php | 145 +
.../src/lib/class-wpcom-boost-api-client.php | 63 +
.../jetpack-boost-speed-score/CHANGELOG.md | 75 +
.../jetpack-boost-speed-score/LICENSE.txt | 357 +
.../jetpack-boost-speed-score/SECURITY.md | 47 +
.../jetpack-boost-speed-score/composer.json | 61 +
.../src/class-jetpack-boost-modules.php | 56 +
...lass-speed-score-graph-history-request.php | 138 +
.../src/class-speed-score-history.php | 148 +
.../src/class-speed-score-request.php | 335 +
.../src/class-speed-score.php | 344 +
.../automattic/jetpack-config/CHANGELOG.md | 241 +
.../automattic/jetpack-config/LICENSE.txt | 357 +
.../automattic/jetpack-config/SECURITY.md | 47 +
.../automattic/jetpack-config/composer.json | 33 +
.../jetpack-config/src/class-config.php | 454 ++
.../jetpack-connection/CHANGELOG.md | 1178 +++
.../automattic/jetpack-connection/LICENSE.txt | 357 +
.../automattic/jetpack-connection/SECURITY.md | 47 +
.../automattic/jetpack-connection/TRACKING.md | 122 +
.../jetpack-connection/composer.json | 68 +
.../dist/tracks-ajax.asset.php | 1 +
.../jetpack-connection/dist/tracks-ajax.js | 1 +
.../dist/tracks-callables.asset.php | 1 +
.../dist/tracks-callables.js | 1 +
.../legacy/class-jetpack-ixr-client.php | 180 +
.../class-jetpack-ixr-clientmulticall.php | 74 +
.../legacy/class-jetpack-options.php | 692 ++
.../legacy/class-jetpack-signature.php | 409 +
.../legacy/class-jetpack-tracks-client.php | 230 +
.../legacy/class-jetpack-tracks-event.php | 188 +
.../legacy/class-jetpack-xmlrpc-server.php | 877 +++
.../jetpack-connection/src/class-client.php | 501 ++
.../src/class-connection-notice.php | 243 +
.../src/class-error-handler.php | 775 ++
.../src/class-heartbeat.php | 252 +
.../src/class-initial-state.php | 61 +
.../jetpack-connection/src/class-manager.php | 2596 +++++++
.../src/class-nonce-handler.php | 212 +
.../src/class-package-version-tracker.php | 176 +
.../src/class-package-version.php | 30 +
.../src/class-partner-coupon.php | 466 ++
.../jetpack-connection/src/class-partner.php | 215 +
.../src/class-plugin-storage.php | 268 +
.../jetpack-connection/src/class-plugin.php | 122 +
.../src/class-rest-authentication.php | 220 +
.../src/class-rest-connector.php | 937 +++
.../jetpack-connection/src/class-secrets.php | 281 +
.../src/class-server-sandbox.php | 243 +
.../src/class-terms-of-service.php | 111 +
.../src/class-tokens-locks.php | 76 +
.../jetpack-connection/src/class-tokens.php | 687 ++
.../jetpack-connection/src/class-tracking.php | 318 +
.../jetpack-connection/src/class-urls.php | 192 +
.../jetpack-connection/src/class-utils.php | 86 +
.../jetpack-connection/src/class-webhooks.php | 213 +
.../src/class-xmlrpc-async-call.php | 106 +
.../src/class-xmlrpc-connector.php | 83 +
.../src/interface-manager.php | 17 +
.../src/webhooks/class-authorize-redirect.php | 208 +
.../automattic/jetpack-constants/CHANGELOG.md | 199 +
.../automattic/jetpack-constants/LICENSE.txt | 357 +
.../automattic/jetpack-constants/SECURITY.md | 47 +
.../jetpack-constants/composer.json | 42 +
.../jetpack-constants/src/class-constants.php | 124 +
.../jetpack-device-detection/CHANGELOG.md | 232 +
.../jetpack-device-detection/LICENSE.txt | 357 +
.../jetpack-device-detection/SECURITY.md | 47 +
.../jetpack-device-detection/composer.json | 41 +
.../src/class-device-detection.php | 222 +
.../src/class-user-agent-info.php | 1592 ++++
.../src/functions.php | 36 +
.../jetpack-identity-crisis/CHANGELOG.md | 610 ++
.../jetpack-identity-crisis/LICENSE.txt | 357 +
.../jetpack-identity-crisis/SECURITY.md | 47 +
.../build/index.asset.php | 1 +
.../jetpack-identity-crisis/build/index.css | 1 +
.../jetpack-identity-crisis/build/index.js | 5 +
.../build/index.js.LICENSE.txt | 5 +
.../build/index.rtl.css | 1 +
.../jetpack-identity-crisis/composer.json | 68 +
.../src/_inc/admin-bar.scss | 30 +
.../src/_inc/admin.jsx | 60 +
.../src/_inc/style.scss | 9 +
.../src/class-exception.php | 13 +
.../src/class-identity-crisis.php | 1307 ++++
.../src/class-rest-endpoints.php | 295 +
.../jetpack-identity-crisis/src/class-ui.php | 201 +
.../src/class-url-secret.php | 157 +
.../automattic/jetpack-ip/CHANGELOG.md | 58 +
.../automattic/jetpack-ip/LICENSE.txt | 357 +
.../automattic/jetpack-ip/SECURITY.md | 47 +
.../automattic/jetpack-ip/composer.json | 46 +
.../automattic/jetpack-ip/src/class-utils.php | 209 +
.../automattic/jetpack-jitm/CHANGELOG.md | 828 ++
.../automattic/jetpack-jitm/LICENSE.txt | 357 +
.../automattic/jetpack-jitm/SECURITY.md | 47 +
.../background-165b2f00927a762c8cf4.png | Bin 0 -> 24109 bytes
.../jetpack-jitm/build/index.asset.php | 1 +
.../automattic/jetpack-jitm/build/index.css | 1 +
.../automattic/jetpack-jitm/build/index.js | 1 +
.../jetpack-jitm/build/index.rtl.css | 1 +
.../automattic/jetpack-jitm/composer.json | 63 +
.../jetpack-jitm/src/class-jitm.php | 347 +
.../src/class-post-connection-jitm.php | 417 +
.../src/class-pre-connection-jitm.php | 171 +
.../src/class-rest-api-endpoints.php | 96 +
.../src/css/jetpack-admin-jitm.scss | 501 ++
.../jetpack-jitm/src/images/background.png | Bin 0 -> 24109 bytes
.../automattic/jetpack-licensing/CHANGELOG.md | 320 +
.../automattic/jetpack-licensing/LICENSE.txt | 357 +
.../automattic/jetpack-licensing/SECURITY.md | 47 +
.../jetpack-licensing/composer.json | 51 +
.../jetpack-licensing/src/class-endpoints.php | 447 ++
.../jetpack-licensing/src/class-licensing.php | 359 +
.../automattic/jetpack-logo/CHANGELOG.md | 213 +
.../automattic/jetpack-logo/LICENSE.txt | 357 +
.../automattic/jetpack-logo/SECURITY.md | 47 +
.../automattic/jetpack-logo/composer.json | 41 +
.../jetpack-logo/src/class-logo.php | 122 +
.../jetpack-my-jetpack/CHANGELOG.md | 1514 ++++
.../automattic/jetpack-my-jetpack/LICENSE.txt | 357 +
.../automattic/jetpack-my-jetpack/SECURITY.md | 47 +
.../images/apple-92dacafad84e79708a74.svg | 3 +
.../images/boost-a54137485af36fdffe9c.png | Bin 0 -> 148315 bytes
.../images/cloud-81ac85ba680343200f54.svg | 12 +
.../images/connect-f27775ac15cf885713c2.png | Bin 0 -> 62000 bytes
.../build/images/crm-7e7684ae2c40327d8fed.png | Bin 0 -> 119373 bytes
...isconnect-confirm-dc9fe8f5c68cfd1320e0.jpg | Bin 0 -> 25037 bytes
...disconnect-thanks-5873bfac56a9bd7322cd.jpg | Bin 0 -> 55604 bytes
.../empty-avatar-fea23feddfa99b07c2e8.svg | 40 +
.../images/extras-26daf36507504c96d066.png | Bin 0 -> 25957 bytes
.../images/google-dec2a429bf1d8e83f9ad.svg | 1 +
.../images/jetpack-9de1caef5eb5c22da5d6.svg | 23 +
.../jetpack-ai-1a265a198f75543e342e.png | Bin 0 -> 149191 bytes
...ivation-with-lock-7b01c1a4cf56de799cd7.png | Bin 0 -> 144326 bytes
...tion-with-success-cad524ede4e793cc0ece.png | Bin 0 -> 145433 bytes
.../jetpack-manage-3a7ecaa604823c98c3cf.svg | 10 +
.../images/search-f9756bd9c926d905fe70.png | Bin 0 -> 94887 bytes
.../site-cards-143fca7aec7a8c370e82.png | Bin 0 -> 210293 bytes
.../images/social-e3fb80b2f32534fefe63.png | Bin 0 -> 432102 bytes
.../images/stats-9802380852610a4d5908.png | Bin 0 -> 289829 bytes
.../videopress-9591093a9a238cc48a35.png | Bin 0 -> 255812 bytes
.../images/wordpress-1fc3e0ba6c52e9707900.svg | 1 +
.../jetpack-my-jetpack/build/index.asset.php | 1 +
.../jetpack-my-jetpack/build/index.css | 1 +
.../jetpack-my-jetpack/build/index.js | 63 +
.../build/index.js.LICENSE.txt | 56 +
.../jetpack-my-jetpack/build/index.rtl.css | 1 +
.../jetpack-my-jetpack/composer.json | 83 +
.../automattic/jetpack-my-jetpack/global.d.ts | 245 +
.../src/class-activitylog.php | 57 +
.../src/class-initializer.php | 669 ++
.../src/class-jetpack-manage.php | 124 +
.../jetpack-my-jetpack/src/class-products.php | 193 +
.../jetpack-my-jetpack/src/class-rest-ai.php | 90 +
.../src/class-rest-product-data.php | 147 +
.../src/class-rest-products.php | 248 +
.../src/class-rest-purchases.php | 76 +
.../src/class-rest-zendesk-chat.php | 120 +
.../src/class-wpcom-products.php | 273 +
.../src/products/class-anti-spam.php | 169 +
.../src/products/class-backup.php | 236 +
.../src/products/class-boost.php | 322 +
.../src/products/class-creator.php | 358 +
.../src/products/class-crm.php | 159 +
.../src/products/class-extras.php | 140 +
.../src/products/class-hybrid-product.php | 162 +
.../src/products/class-jetpack-ai.php | 386 +
.../src/products/class-module-product.php | 133 +
.../src/products/class-product.php | 686 ++
.../src/products/class-protect.php | 290 +
.../src/products/class-scan.php | 231 +
.../src/products/class-search-stats.php | 150 +
.../src/products/class-search.php | 339 +
.../src/products/class-security.php | 212 +
.../src/products/class-social.php | 183 +
.../src/products/class-starter.php | 203 +
.../src/products/class-stats.php | 302 +
.../src/products/class-videopress.php | 177 +
.../jetpack-password-checker/CHANGELOG.md | 143 +
.../jetpack-password-checker/LICENSE.txt | 357 +
.../jetpack-password-checker/SECURITY.md | 47 +
.../jetpack-password-checker/composer.json | 50 +
.../src/class-password-checker.php | 1313 ++++
.../jetpack-plugins-installer/CHANGELOG.md | 86 +
.../jetpack-plugins-installer/LICENSE.txt | 357 +
.../jetpack-plugins-installer/SECURITY.md | 47 +
.../jetpack-plugins-installer/composer.json | 43 +
.../src/class-automatic-install-skin.php | 155 +
.../src/class-plugins-installer.php | 294 +
.../automattic/jetpack-redirect/CHANGELOG.md | 242 +
.../automattic/jetpack-redirect/LICENSE.txt | 357 +
.../automattic/jetpack-redirect/SECURITY.md | 47 +
.../automattic/jetpack-redirect/composer.json | 43 +
.../jetpack-redirect/src/class-redirect.php | 79 +
.../automattic/jetpack-roles/CHANGELOG.md | 200 +
.../automattic/jetpack-roles/LICENSE.txt | 357 +
.../automattic/jetpack-roles/SECURITY.md | 47 +
.../automattic/jetpack-roles/composer.json | 42 +
.../jetpack-roles/src/class-roles.php | 81 +
.../automattic/jetpack-status/CHANGELOG.md | 387 +
.../automattic/jetpack-status/LICENSE.txt | 357 +
.../automattic/jetpack-status/SECURITY.md | 47 +
.../automattic/jetpack-status/composer.json | 44 +
.../jetpack-status/src/class-cache.php | 54 +
.../jetpack-status/src/class-cookiestate.php | 103 +
.../jetpack-status/src/class-errors.php | 43 +
.../jetpack-status/src/class-files.php | 54 +
.../jetpack-status/src/class-host.php | 279 +
.../jetpack-status/src/class-modules.php | 604 ++
.../jetpack-status/src/class-paths.php | 28 +
.../jetpack-status/src/class-status.php | 415 +
.../jetpack-status/src/class-visitor.php | 43 +
.../automattic/jetpack-sync/CHANGELOG.md | 1269 +++
.../automattic/jetpack-sync/LICENSE.txt | 357 +
.../automattic/jetpack-sync/SECURITY.md | 47 +
.../automattic/jetpack-sync/composer.json | 60 +
.../jetpack-sync/src/class-actions.php | 1188 +++
.../jetpack-sync/src/class-data-settings.php | 419 +
.../src/class-dedicated-sender.php | 408 +
.../src/class-default-filter-settings.php | 80 +
.../jetpack-sync/src/class-defaults.php | 1335 ++++
.../jetpack-sync/src/class-functions.php | 712 ++
.../jetpack-sync/src/class-health.php | 188 +
.../src/class-json-deflate-array-codec.php | 96 +
.../jetpack-sync/src/class-listener.php | 485 ++
.../jetpack-sync/src/class-lock.php | 77 +
.../jetpack-sync/src/class-main.php | 135 +
.../jetpack-sync/src/class-modules.php | 160 +
.../src/class-package-version.php | 30 +
.../jetpack-sync/src/class-queue-buffer.php | 78 +
.../jetpack-sync/src/class-queue.php | 678 ++
.../jetpack-sync/src/class-replicastore.php | 1452 ++++
.../jetpack-sync/src/class-rest-endpoints.php | 880 +++
.../jetpack-sync/src/class-rest-sender.php | 143 +
.../jetpack-sync/src/class-sender.php | 1029 +++
.../jetpack-sync/src/class-server.php | 195 +
.../jetpack-sync/src/class-settings.php | 714 ++
.../jetpack-sync/src/class-simple-codec.php | 62 +
.../jetpack-sync/src/class-users.php | 152 +
.../jetpack-sync/src/class-utils.php | 65 +
.../jetpack-sync/src/interface-codec.php | 44 +
.../src/interface-replicastore.php | 566 ++
.../src/modules/class-attachments.php | 98 +
.../src/modules/class-callables.php | 644 ++
.../src/modules/class-comments.php | 503 ++
.../src/modules/class-constants.php | 338 +
.../modules/class-full-sync-immediately.php | 469 ++
.../src/modules/class-full-sync.php | 729 ++
.../jetpack-sync/src/modules/class-import.php | 220 +
.../jetpack-sync/src/modules/class-menus.php | 146 +
.../jetpack-sync/src/modules/class-meta.php | 112 +
.../jetpack-sync/src/modules/class-module.php | 649 ++
.../src/modules/class-network-options.php | 251 +
.../src/modules/class-options.php | 480 ++
.../src/modules/class-plugins.php | 414 +
.../jetpack-sync/src/modules/class-posts.php | 949 +++
.../src/modules/class-protect.php | 54 +
.../jetpack-sync/src/modules/class-search.php | 1875 +++++
.../jetpack-sync/src/modules/class-stats.php | 68 +
.../src/modules/class-term-relationships.php | 263 +
.../jetpack-sync/src/modules/class-terms.php | 313 +
.../jetpack-sync/src/modules/class-themes.php | 876 +++
.../src/modules/class-updates.php | 589 ++
.../jetpack-sync/src/modules/class-users.php | 934 +++
.../modules/class-woocommerce-hpos-orders.php | 367 +
.../src/modules/class-woocommerce.php | 614 ++
.../src/modules/class-wp-super-cache.php | 156 +
.../class-table-checksum-usermeta.php | 208 +
.../class-table-checksum-users.php | 185 +
.../src/replicastore/class-table-checksum.php | 927 +++
.../class-queue-storage-options.php | 291 +
.../sync-queue/class-queue-storage-table.php | 663 ++
.../jetpack-transport-helper/CHANGELOG.md | 70 +
.../jetpack-transport-helper/LICENSE.txt | 357 +
.../jetpack-transport-helper/SECURITY.md | 47 +
.../jetpack-transport-helper/actions.php | 32 +
.../jetpack-transport-helper/composer.json | 60 +
.../src/class-package-version-compat.php | 25 +
.../src/class-package-version.php | 41 +
.../src/class-rest-controller.php | 152 +
.../automattic/jetpack-waf/CHANGELOG.md | 351 +
.../automattic/jetpack-waf/LICENSE.txt | 357 +
.../automattic/jetpack-waf/SECURITY.md | 47 +
.../automattic/jetpack-waf/cli.php | 12 +
.../automattic/jetpack-waf/composer.json | 63 +
.../class-blocked-login-page.php | 773 ++
.../class-math-fallback.php | 180 +
.../class-shared-functions.php | 240 +
.../class-transient-cleanup.php | 63 +
.../src/class-brute-force-protection.php | 1159 +++
.../jetpack-waf/src/class-compatibility.php | 232 +
.../jetpack-waf/src/class-rest-controller.php | 191 +
.../jetpack-waf/src/class-waf-cli.php | 166 +
.../jetpack-waf/src/class-waf-constants.php | 117 +
.../jetpack-waf/src/class-waf-initializer.php | 244 +
.../jetpack-waf/src/class-waf-operators.php | 286 +
.../jetpack-waf/src/class-waf-request.php | 371 +
.../src/class-waf-rules-manager.php | 323 +
.../jetpack-waf/src/class-waf-runner.php | 454 ++
.../jetpack-waf/src/class-waf-runtime.php | 827 ++
.../src/class-waf-standalone-bootstrap.php | 173 +
.../jetpack-waf/src/class-waf-stats.php | 72 +
.../jetpack-waf/src/class-waf-transforms.php | 403 +
.../class-file-system-exception.php | 23 +
.../exceptions/class-rules-api-exception.php | 23 +
.../src/exceptions/class-waf-exception.php | 35 +
.../automattic/jetpack-waf/src/functions.php | 72 +
.../jetpack_vendor/i18n-map.php | 72 +
.../plugins/jetpack-protect/readme.txt | 176 +
.../jetpack-protect/src/class-credentials.php | 55 +
.../src/class-jetpack-protect.php | 458 ++
.../jetpack-protect/src/class-onboarding.php | 80 +
.../jetpack-protect/src/class-plan.php | 111 +
.../src/class-protect-status.php | 258 +
.../src/class-rest-controller.php | 482 ++
.../jetpack-protect/src/class-scan-status.php | 359 +
.../jetpack-protect/src/class-site-health.php | 111 +
.../jetpack-protect/src/class-status.php | 306 +
.../jetpack-protect/src/class-threats.php | 202 +
.../src/models/class-extension-model.php | 110 +
.../src/models/class-status-model.php | 141 +
.../src/models/class-threat-model.php | 115 +
.../jetpack-protect/vendor/autoload.php | 25 +
.../vendor/autoload_packages.php | 13 +
.../automattic/jetpack-plans/CHANGELOG.md | 149 +
.../automattic/jetpack-plans/LICENSE.txt | 357 +
.../automattic/jetpack-plans/SECURITY.md | 47 +
.../automattic/jetpack-plans/composer.json | 53 +
.../jetpack-plans/src/class-current-plan.php | 393 +
.../jetpack-plans/src/class-plans.php | 80 +
.../vendor/composer/ClassLoader.php | 579 ++
.../vendor/composer/InstalledVersions.php | 359 +
.../jetpack-protect/vendor/composer/LICENSE | 21 +
.../vendor/composer/autoload_classmap.php | 228 +
.../vendor/composer/autoload_files.php | 12 +
.../vendor/composer/autoload_namespaces.php | 9 +
.../vendor/composer/autoload_psr4.php | 10 +
.../vendor/composer/autoload_real.php | 51 +
.../vendor/composer/autoload_static.php | 260 +
.../vendor/composer/installed.json | 1641 ++++
.../vendor/composer/installed.php | 275 +
.../composer/jetpack_autoload_classmap.php | 937 +++
.../composer/jetpack_autoload_filemap.php | 21 +
.../vendor/composer/platform_check.php | 26 +
.../class-autoloader-handler.php | 147 +
.../class-autoloader-locator.php | 90 +
.../jetpack-autoloader/class-autoloader.php | 90 +
.../jetpack-autoloader/class-container.php | 150 +
.../jetpack-autoloader/class-hook-manager.php | 76 +
.../class-latest-autoloader-guard.php | 86 +
.../class-manifest-reader.php | 99 +
.../class-path-processor.php | 194 +
.../class-php-autoloader.php | 93 +
.../class-plugin-locator.php | 153 +
.../class-plugins-handler.php | 164 +
.../class-shutdown-handler.php | 92 +
.../class-version-loader.php | 164 +
.../class-version-selector.php | 69 +
.../vendor/wikimedia/aho-corasick/LICENSE | 202 +
.../vendor/wikimedia/aho-corasick/NOTICE | 2 +
.../wikimedia/aho-corasick/bench/bench.php | 75 +
.../wikimedia/aho-corasick/bench/check.php | 42 +
.../aho-corasick/src/MultiStringMatcher.php | 230 +
.../aho-corasick/src/MultiStringReplacer.php | 96 +
.../plugins/menu-icons/CHANGELOG.md | 150 +
.../LICENSE.md => menu-icons/LICENSE} | 63 +-
.../plugins/menu-icons/css/admin.css | 246 +
.../plugins/menu-icons/css/admin.min.css | 1 +
.../menu-icons/css/dashboard-notice.css | 45 +
.../menu-icons/css/dashboard-notice.min.css | 1 +
.../plugins/menu-icons/css/extra.css | 74 +
.../plugins/menu-icons/css/extra.min.css | 1 +
.../menu-icons/css/fontawesome/LICENSE.txt | 34 +
.../css/fontawesome/css/all.min.css | 6 +
.../fontawesome/webfonts/fa-brands-400.ttf | Bin 0 -> 181264 bytes
.../fontawesome/webfonts/fa-brands-400.woff2 | Bin 0 -> 105112 bytes
.../fontawesome/webfonts/fa-regular-400.ttf | Bin 0 -> 60236 bytes
.../fontawesome/webfonts/fa-regular-400.woff2 | Bin 0 -> 24028 bytes
.../css/fontawesome/webfonts/fa-solid-900.ttf | Bin 0 -> 389948 bytes
.../fontawesome/webfonts/fa-solid-900.woff2 | Bin 0 -> 154840 bytes
.../webfonts/fa-v4compatibility.ttf | Bin 0 -> 10084 bytes
.../webfonts/fa-v4compatibility.woff2 | Bin 0 -> 4776 bytes
.../plugins/menu-icons/images/neve-theme.jpg | Bin 0 -> 11840 bytes
.../plugins/menu-icons/images/otter-block.png | Bin 0 -> 4779 bytes
.../plugins/menu-icons/includes/front.php | 516 ++
.../menu-icons/includes/library/compat.php | 23 +
.../backward-compatible-icons.php | 484 ++
.../library/font-awesome/font-awesome.php | 122 +
.../includes/library/form-fields.php | 575 ++
.../menu-icons/includes/library/functions.php | 111 +
.../menu-icons/includes/media-template.php | 127 +
.../plugins/menu-icons/includes/meta.php | 169 +
.../plugins/menu-icons/includes/picker.php | 305 +
.../plugins/menu-icons/includes/settings.php | 806 ++
.../menu-icons/includes/type-fonts.php | 24 +
.../plugins/menu-icons/includes/type.php | 107 +
.../plugins/menu-icons/js/admin.js | 655 ++
.../plugins/menu-icons/js/admin.min.js | 1 +
.../plugins/menu-icons/js/src/index.js | 2 +
.../plugins/menu-icons/js/src/media/index.js | 9 +
.../js/src/media/models/item-setting-field.js | 16 +
.../js/src/media/models/item-settings.js | 11 +
.../menu-icons/js/src/media/models/item.js | 27 +
.../menu-icons/js/src/media/views/frame.js | 46 +
.../js/src/media/views/item-preview.js | 51 +
.../js/src/media/views/item-setting-field.js | 38 +
.../js/src/media/views/item-settings.js | 30 +
.../menu-icons/js/src/media/views/sidebar.js | 101 +
.../plugins/menu-icons/js/src/picker.js | 190 +
.../plugins/menu-icons/js/src/settings.js | 60 +
.../menu-icons/languages/menu-icons.pot | 4066 ++++++++++
.../plugins/menu-icons/mailin.php | 867 +++
.../plugins/menu-icons/menu-icons.php | 268 +
.../plugins/menu-icons/readme.md | 392 +
.../plugins/menu-icons/readme.txt | 549 ++
.../plugins/menu-icons/vendor/autoload.php | 25 +
.../gutenberg-menu-icons/CHANGELOG.md | 23 +
.../codeinwp/gutenberg-menu-icons/LICENSE | 674 ++
.../codeinwp/gutenberg-menu-icons/README.md | 24 +
.../assets/css/font-awesome.min.css | 8 +
.../build/frontend.asset.php | 1 +
.../gutenberg-menu-icons/build/frontend.js | 1 +
.../build/index.asset.php | 1 +
.../gutenberg-menu-icons/build/index.css | 1 +
.../gutenberg-menu-icons/build/index.js | 1 +
.../build/style-frontend.css | 1 +
.../class-gutenberg-menu-icons.php | 169 +
.../codeinwp/gutenberg-menu-icons/load.php | 23 +
.../vendor/codeinwp/icon-picker/LICENSE | 339 +
.../codeinwp/icon-picker/css/icon-picker.css | 79 +
.../icon-picker/css/icon-picker.min.css | 1 +
.../icon-picker/css/types/Elusive-Icons.eot | Bin 0 -> 61828 bytes
.../icon-picker/css/types/Elusive-Icons.svg | 309 +
.../icon-picker/css/types/Elusive-Icons.ttf | Bin 0 -> 61640 bytes
.../icon-picker/css/types/Elusive-Icons.woff | Bin 0 -> 61716 bytes
.../icon-picker/css/types/Genericons.eot | Bin 0 -> 22374 bytes
.../icon-picker/css/types/Genericons.svg | 537 ++
.../icon-picker/css/types/Genericons.ttf | Bin 0 -> 22188 bytes
.../icon-picker/css/types/Genericons.woff | Bin 0 -> 13988 bytes
.../icon-picker/css/types/elusive.css | 922 +++
.../icon-picker/css/types/elusive.min.css | 1 +
.../icon-picker/css/types/font-awesome.css | 2337 ++++++
.../css/types/font-awesome.min.css | 4 +
.../css/types/fontawesome-webfont.eot | Bin 0 -> 165742 bytes
.../css/types/fontawesome-webfont.svg | 2671 +++++++
.../css/types/fontawesome-webfont.ttf | Bin 0 -> 165548 bytes
.../css/types/fontawesome-webfont.woff | Bin 0 -> 98024 bytes
.../css/types/fontawesome-webfont.woff2 | Bin 0 -> 77160 bytes
.../css/types/foundation-icons.css | 594 ++
.../css/types/foundation-icons.eot | Bin 0 -> 54568 bytes
.../css/types/foundation-icons.min.css | 1 +
.../css/types/foundation-icons.svg | 970 +++
.../css/types/foundation-icons.ttf | Bin 0 -> 56976 bytes
.../css/types/foundation-icons.woff | Bin 0 -> 32020 bytes
.../icon-picker/css/types/genericons.css | 262 +
.../icon-picker/css/types/genericons.min.css | 1 +
.../codeinwp/icon-picker/icon-picker.php | 342 +
.../icon-picker/includes/fields/base.php | 104 +
.../icon-picker/includes/fields/cmb.php | 48 +
.../icon-picker/includes/fontpack.php | 285 +
.../codeinwp/icon-picker/includes/loader.php | 335 +
.../icon-picker/includes/registry.php | 178 +
.../icon-picker/includes/types/base.php | 152 +
.../icon-picker/includes/types/dashicons.php | 1229 +++
.../icon-picker/includes/types/elusive.php | 1554 ++++
.../icon-picker/includes/types/fa.php | 3676 +++++++++
.../icon-picker/includes/types/font.php | 205 +
.../icon-picker/includes/types/fontello.php | 55 +
.../includes/types/foundation-icons.php | 1518 ++++
.../icon-picker/includes/types/genericon.php | 856 +++
.../icon-picker/includes/types/image.php | 126 +
.../icon-picker/includes/types/svg.php | 124 +
.../codeinwp/icon-picker/js/icon-picker.js | 1008 +++
.../icon-picker/js/icon-picker.min.js | 1 +
.../icon-picker/languages/icon-picker.pot | 3460 +++++++++
.../vendor/codeinwp/icon-picker/readme.txt | 71 +
.../codeinwp/menu-item-custom-fields/LICENSE | 339 +
.../doc/menu-item-custom-fields-example.php | 138 +
.../menu-item-custom-fields.php | 61 +
.../menu-item-custom-fields/readme.txt | 60 +
.../walker-nav-menu-edit.php | 81 +
.../codeinwp/themeisle-sdk/CHANGELOG.md | 444 ++
.../vendor/codeinwp/themeisle-sdk/LICENSE | 674 ++
.../themeisle-sdk/assets/images/animation.jpg | Bin 0 -> 4818 bytes
.../assets/images/conditions.jpg | Bin 0 -> 20394 bytes
.../themeisle-sdk/assets/images/css.jpg | Bin 0 -> 8893 bytes
.../themeisle-sdk/assets/images/neve.png | Bin 0 -> 1647 bytes
.../assets/images/optimole-logo.svg | 31 +
.../assets/images/otter/otter-builder.png | Bin 0 -> 27039 bytes
.../assets/images/otter/otter-library.png | Bin 0 -> 177336 bytes
.../assets/images/otter/otter-patterns.png | Bin 0 -> 89598 bytes
.../themeisle-sdk/assets/images/sparks.png | Bin 0 -> 2688 bytes
.../themeisle-sdk/assets/images/team.jpg | Bin 0 -> 685131 bytes
.../assets/images/themeisle-logo.svg | 519 ++
.../themeisle-sdk/assets/images/wplk.png | Bin 0 -> 1968 bytes
.../assets/js/build/about/about.asset.php | 1 +
.../assets/js/build/about/about.css | 1 +
.../assets/js/build/about/about.js | 1 +
.../assets/js/build/promos/index.asset.php | 1 +
.../assets/js/build/promos/index.js | 1 +
.../assets/js/build/promos/style-index.css | 1 +
.../js/build/survey/survey_deps.asset.php | 1 +
.../assets/js/build/survey/survey_deps.js | 1 +
.../js/build/tracking/tracking.asset.php | 1 +
.../assets/js/build/tracking/tracking.js | 1 +
.../vendor/codeinwp/themeisle-sdk/index.php | 3 +
.../vendor/codeinwp/themeisle-sdk/load.php | 263 +
.../codeinwp/themeisle-sdk/postcss.config.js | 10 +
.../src/Common/Abstract_module.php | 221 +
.../src/Common/Module_factory.php | 108 +
.../codeinwp/themeisle-sdk/src/Loader.php | 370 +
.../themeisle-sdk/src/Modules/About_us.php | 414 +
.../src/Modules/Announcements.php | 361 +
.../src/Modules/Compatibilities.php | 235 +
.../src/Modules/Dashboard_widget.php | 507 ++
.../src/Modules/Featured_plugins.php | 167 +
.../themeisle-sdk/src/Modules/Licenser.php | 1189 +++
.../themeisle-sdk/src/Modules/Logger.php | 279 +
.../src/Modules/Notification.php | 515 ++
.../themeisle-sdk/src/Modules/Promotions.php | 1087 +++
.../src/Modules/Recommendation.php | 334 +
.../themeisle-sdk/src/Modules/Review.php | 118 +
.../themeisle-sdk/src/Modules/Rollback.php | 417 +
.../src/Modules/Script_loader.php | 145 +
.../themeisle-sdk/src/Modules/Translate.php | 918 +++
.../src/Modules/Uninstall_feedback.php | 838 ++
.../themeisle-sdk/src/Modules/Welcome.php | 194 +
.../codeinwp/themeisle-sdk/src/Product.php | 461 ++
.../vendor/codeinwp/themeisle-sdk/start.php | 55 +
.../vendor/composer/ClassLoader.php | 579 ++
.../vendor/composer/InstalledVersions.php | 359 +
.../menu-icons/vendor/composer/LICENSE | 21 +
.../vendor/composer/autoload_classmap.php | 10 +
.../vendor/composer/autoload_files.php | 13 +
.../vendor/composer/autoload_namespaces.php | 9 +
.../vendor/composer/autoload_psr4.php | 9 +
.../vendor/composer/autoload_real.php | 48 +
.../vendor/composer/autoload_static.php | 27 +
.../menu-icons/vendor/composer/installed.json | 171 +
.../menu-icons/vendor/composer/installed.php | 65 +
.../includes/class-simple-local-avatars.php | 37 +-
.../plugins/simple-local-avatars/readme.txt | 27 +-
.../simple-local-avatars.php | 6 +-
.../addons/images/smtp-mailer-reply-to.png | Bin 0 -> 3613 bytes
.../smtp-mailer/addons/smtp-mailer-addons.css | 34 +
.../smtp-mailer/addons/smtp-mailer-addons.php | 41 +
.../smtp-mailer/languages/smtp-mailer.mo | Bin 0 -> 396 bytes
.../smtp-mailer/languages/smtp-mailer.pot | 176 +
.../plugins/smtp-mailer/main.php | 970 +++
.../plugins/smtp-mailer/readme.txt | 144 +
.../two-factor/assets/banner-1544x500.png | Bin 4859 -> 0 bytes
.../two-factor/assets/banner-772x250.png | Bin 2255 -> 0 bytes
.../two-factor/assets/icon-128x128.png | Bin 1225 -> 0 bytes
.../two-factor/assets/icon-256x256.png | Bin 2350 -> 0 bytes
.../plugins/two-factor/assets/icon.svg | 6 -
.../two-factor/assets/screenshot-1.png | Bin 175365 -> 0 bytes
.../two-factor/assets/screenshot-2.png | Bin 163789 -> 0 bytes
.../two-factor/assets/screenshot-3.png | Bin 6110 -> 0 bytes
.../two-factor/class-two-factor-compat.php | 55 -
.../two-factor/class-two-factor-core.php | 1587 ----
.../two-factor/includes/Google/u2f-api.js | 748 --
.../two-factor/includes/Yubico/U2F.php | 507 --
.../includes/function.login-footer.php | 87 -
.../includes/function.login-header.php | 259 -
.../includes/qrcode-generator/qrcode.js | 2297 ------
.../class-two-factor-backup-codes.php | 405 -
.../providers/class-two-factor-dummy.php | 99 -
.../providers/class-two-factor-email.php | 359 -
...s-two-factor-fido-u2f-admin-list-table.php | 160 -
.../class-two-factor-fido-u2f-admin.php | 359 -
.../providers/class-two-factor-fido-u2f.php | 397 -
.../providers/class-two-factor-provider.php | 125 -
.../providers/class-two-factor-totp.php | 770 --
.../providers/css/fido-u2f-admin.css | 12 -
.../js/fido-u2f-admin-inline-edit.js | 150 -
.../two-factor/providers/js/fido-u2f-admin.js | 48 -
.../two-factor/providers/js/fido-u2f-login.js | 16 -
.../plugins/two-factor/readme.txt | 52 -
.../plugins/two-factor/two-factor.php | 48 -
.../plugins/two-factor/user-edit.css | 42 -
1005 files changed, 230351 insertions(+), 8670 deletions(-)
create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/.phive/phars.xml
create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/LICENSE.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/README.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/SECURITY.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/authLdap.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/authLdap.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/behat.yml.dist
create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/features/bootstrap/FeatureContext.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/features/log in using no groups at all.feature
create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/phpcs.xml
create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/readme.txt
create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/security.txt
create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/src/Exception/Error.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/src/Exception/InvalidLdapUri.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/src/Exception/MissingValidLdapConnection.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/src/Exception/SearchUnsuccessfull.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/src/Exception/UnknownOption.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/src/LdapList.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/src/LdapUri.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/src/Manager/Ldap.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/src/OptionFactory.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/src/Options.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/src/UserRoleHandler.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/src/Wrapper/Ldap.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/src/Wrapper/LdapFactory.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/src/Wrapper/LdapInterface.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/authldap/view/admin.phtml
create mode 100644 wp-content/upgrade-temp-backup/plugins/companion-auto-update/admin/dashboard.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/companion-auto-update/admin/log.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/companion-auto-update/admin/pluginlist.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/companion-auto-update/admin/rollback.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/companion-auto-update/admin/status.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/companion-auto-update/backend/images/check.svg
create mode 100644 wp-content/upgrade-temp-backup/plugins/companion-auto-update/backend/images/email.svg
create mode 100644 wp-content/upgrade-temp-backup/plugins/companion-auto-update/backend/images/help.svg
create mode 100644 wp-content/upgrade-temp-backup/plugins/companion-auto-update/backend/images/interval.svg
create mode 100644 wp-content/upgrade-temp-backup/plugins/companion-auto-update/backend/images/love.svg
create mode 100644 wp-content/upgrade-temp-backup/plugins/companion-auto-update/backend/images/settings.svg
create mode 100644 wp-content/upgrade-temp-backup/plugins/companion-auto-update/backend/images/support.svg
create mode 100644 wp-content/upgrade-temp-backup/plugins/companion-auto-update/backend/images/update.svg
create mode 100644 wp-content/upgrade-temp-backup/plugins/companion-auto-update/backend/images/welcome.svg
create mode 100644 wp-content/upgrade-temp-backup/plugins/companion-auto-update/backend/style.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/companion-auto-update/backend/warningbar.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/companion-auto-update/cau_emails.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/companion-auto-update/cau_functions.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/companion-auto-update/companion-auto-update.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/companion-auto-update/index.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/companion-auto-update/languages/companion-auto-update.pot
create mode 100644 wp-content/upgrade-temp-backup/plugins/companion-auto-update/languages/index.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/companion-auto-update/readme.txt
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/backgrounds/functions/css.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/backgrounds/functions/functions.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/backgrounds/functions/secondary-nav-backgrounds.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/backgrounds/generate-backgrounds.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/columns.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/css/columns.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/css/columns.min.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/css/featured-images.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/css/featured-images.min.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/css/style.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/css/style.min.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/customizer.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/defaults.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/generate-blog.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/images.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/js/controls.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/js/customizer.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/js/infinite-scroll.pkgd.min.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/js/scripts.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/js/scripts.min.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/blog/functions/migrate.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/blog/generate-blog.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/colors/functions/functions.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/colors/functions/js/customizer.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/colors/functions/js/menu-plus-customizer.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/colors/functions/js/wc-customizer.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/colors/functions/secondary-nav-colors.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/colors/functions/slideout-nav-colors.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/colors/functions/woocommerce-colors.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/colors/generate-colors.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/copyright/functions/functions.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/copyright/functions/js/customizer.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/copyright/generate-copyright.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/disable-elements/functions/functions.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/disable-elements/generate-disable-elements.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/dist/block-elements.asset.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/dist/block-elements.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/dist/block-elements.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/dist/customizer.asset.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/dist/customizer.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/dist/dashboard.asset.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/dist/dashboard.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/dist/editor.asset.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/dist/editor.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/dist/editor.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/dist/site-library.asset.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/dist/site-library.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/dist/site-library.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/dist/style-dashboard.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/assets/admin/author-image-placeholder.png
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/assets/admin/background-image-fallback.jpg
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/assets/admin/balloon.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/assets/admin/elements.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/assets/admin/elements.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/assets/admin/featured-image-placeholder.png
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/assets/admin/metabox.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/assets/admin/metabox.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/assets/admin/spinner.gif
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/assets/js/parallax.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/assets/js/parallax.min.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/class-block-elements.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/class-block.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/class-conditions.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/class-elements-helper.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/class-hero.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/class-hooks.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/class-layout.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/class-metabox.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/class-post-type.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/elements/elements.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/general/class-external-file-css.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/general/enqueue-scripts.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/general/icons.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/general/icons/gp-premium.eot
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/general/icons/gp-premium.svg
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/general/icons/gp-premium.ttf
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/general/icons/gp-premium.woff
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/general/icons/icons.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/general/icons/icons.min.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/general/js/smooth-scroll.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/general/js/smooth-scroll.min.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/general/smooth-scroll.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/gp-premium.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/hooks/functions/assets/css/hooks.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/hooks/functions/assets/js/admin.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/hooks/functions/assets/js/jquery.cookie.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/hooks/functions/functions.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/hooks/functions/hooks.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/hooks/generate-hooks.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/inc/class-dashboard.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/inc/class-rest.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/inc/deprecated-admin.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/inc/deprecated.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/inc/functions.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/inc/legacy/activation.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/inc/legacy/assets/dashboard.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/inc/legacy/assets/dashboard.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/inc/legacy/dashboard.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/inc/legacy/import-export.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/inc/legacy/reset.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-ar.mo
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-bn_BD.mo
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-cs_CZ.mo
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-da_DK.mo
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-de_DE-42da344ccb044413769d16ed3484307b.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-de_DE-53e2a1d5945b8d2b1c35e81ae1e532f3.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-de_DE-92fa58377f1b6f7bef9c785c31ae29ff.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-de_DE-cbab080b0f20fd6c323029398be6c986.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-de_DE-ecf9f3c2af10c4f2dfbf4f42504922d1.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-de_DE.mo
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-es_AR.mo
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-es_ES-42da344ccb044413769d16ed3484307b.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-es_ES-53e2a1d5945b8d2b1c35e81ae1e532f3.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-es_ES-92fa58377f1b6f7bef9c785c31ae29ff.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-es_ES-cbab080b0f20fd6c323029398be6c986.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-es_ES-ecf9f3c2af10c4f2dfbf4f42504922d1.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-es_ES.mo
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-fi-42da344ccb044413769d16ed3484307b.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-fi-53e2a1d5945b8d2b1c35e81ae1e532f3.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-fi-92fa58377f1b6f7bef9c785c31ae29ff.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-fi-cbab080b0f20fd6c323029398be6c986.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-fi-ecf9f3c2af10c4f2dfbf4f42504922d1.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-fi.mo
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-fr_FR-42da344ccb044413769d16ed3484307b.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-fr_FR-53e2a1d5945b8d2b1c35e81ae1e532f3.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-fr_FR-92fa58377f1b6f7bef9c785c31ae29ff.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-fr_FR.mo
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-hr.mo
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-hu_HU.mo
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-it_IT.mo
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-nb_NO.mo
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-nl_NL-42da344ccb044413769d16ed3484307b.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-nl_NL-53e2a1d5945b8d2b1c35e81ae1e532f3.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-nl_NL-92fa58377f1b6f7bef9c785c31ae29ff.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-nl_NL-cbab080b0f20fd6c323029398be6c986.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-nl_NL-ecf9f3c2af10c4f2dfbf4f42504922d1.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-nl_NL.mo
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-pl_PL.mo
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-pt_BR.mo
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-pt_PT-42da344ccb044413769d16ed3484307b.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-pt_PT-53e2a1d5945b8d2b1c35e81ae1e532f3.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-pt_PT-92fa58377f1b6f7bef9c785c31ae29ff.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-pt_PT.mo
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-ru_RU-42da344ccb044413769d16ed3484307b.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-ru_RU-53e2a1d5945b8d2b1c35e81ae1e532f3.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-ru_RU-92fa58377f1b6f7bef9c785c31ae29ff.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-ru_RU-cbab080b0f20fd6c323029398be6c986.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-ru_RU-ecf9f3c2af10c4f2dfbf4f42504922d1.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-ru_RU.mo
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-sv_SE-42da344ccb044413769d16ed3484307b.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-sv_SE-53e2a1d5945b8d2b1c35e81ae1e532f3.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-sv_SE-92fa58377f1b6f7bef9c785c31ae29ff.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-sv_SE-cbab080b0f20fd6c323029398be6c986.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-sv_SE-ecf9f3c2af10c4f2dfbf4f42504922d1.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-sv_SE.mo
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-uk.mo
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-vi.mo
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/langs/gp-premium-zh_CN.mo
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/alpha-color-picker/wp-color-picker-alpha.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/alpha-color-picker/wp-color-picker-alpha.min.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/class-make-css.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/class-plugin-updater.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer-helpers.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/active-callbacks.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/class-action-button-control.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/class-alpha-color-control.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/class-backgrounds-control.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/class-control-toggle.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/class-copyright-control.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/class-deprecated.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/class-information-control.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/class-range-slider-control.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/class-refresh-button-control.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/class-section-shortcuts-control.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/class-spacing-control.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/class-title-control.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/class-typography-control.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/alpha-color-picker.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/button-actions.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/control-toggle-customizer.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/section-shortcuts.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/selectWoo.min.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/slider-customizer.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/spacing-customizer.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/title-customizer.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/transparency-grid.png
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/css/typography-customizer.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/alpha-color-picker.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/backgrounds-customizer.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/button-actions.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/control-toggle-customizer.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/copyright-customizer.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/generatepress-controls.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/section-shortcuts.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/selectWoo.min.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/slider-customizer.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/spacing-customizer.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/controls/js/typography-customizer.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/deprecated.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/customizer/sanitize.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/select2/select2.full.min.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/library/select2/select2.min.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/menu-plus/fields/slideout-nav-colors.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/menu-plus/functions/css/menu-logo.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/menu-plus/functions/css/menu-logo.min.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/menu-plus/functions/css/navigation-branding-flex.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/menu-plus/functions/css/navigation-branding-flex.min.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/menu-plus/functions/css/navigation-branding.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/menu-plus/functions/css/navigation-branding.min.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/menu-plus/functions/css/offside.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/menu-plus/functions/css/offside.min.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/menu-plus/functions/css/sticky.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/menu-plus/functions/css/sticky.min.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/menu-plus/functions/generate-menu-plus.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/menu-plus/functions/js/offside.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/menu-plus/functions/js/offside.min.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/menu-plus/functions/js/sticky.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/menu-plus/functions/js/sticky.min.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/menu-plus/generate-menu-plus.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/css/metabox.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/css/page-header.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/css/page-header.min.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/functions.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/global-locations.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/js/full-height.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/js/full-height.min.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/js/jquery.vide.min.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/js/lc_switch.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/js/metabox.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/js/parallax.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/js/parallax.min.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/metabox.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/page-header.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/post-image.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/functions/post-type.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/page-header/generate-page-header.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/readme.txt
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/fields/secondary-navigation.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css/main-mobile.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css/main-mobile.min.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css/main.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css/main.min.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css/style-mobile.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css/style-mobile.min.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css/style.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/css/style.min.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/functions.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/functions/js/customizer.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/secondary-nav/generate-secondary-nav.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/css/style.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/css/style.min.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/generate-sections.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/js/parallax.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/js/parallax.min.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/metaboxes/css/generate-sections-metabox.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/metaboxes/css/lc_switch.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/metaboxes/js/generate-sections-metabox-4.9.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/metaboxes/js/generate-sections-metabox.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/metaboxes/metabox-functions.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/metaboxes/views/sections-template.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/metaboxes/views/sections.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/metaboxes/views/use-sections.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/sections/functions/templates/template.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/sections/generate-sections.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/class-site-library-helper.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/class-site-library-rest.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/class-site-library.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/classes/class-beaver-builder-batch-processing.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/classes/class-content-importer.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/classes/class-site-import-image.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/classes/class-site-widget-importer.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/libs/wxr-importer/WPImporterLogger.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/libs/wxr-importer/WXRImportInfo.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/site-library/libs/wxr-importer/WXRImporter.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/customizer/content-spacing.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/customizer/footer-spacing.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/customizer/header-spacing.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/customizer/js/customizer.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/customizer/navigation-spacing.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/customizer/secondary-nav-spacing.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/customizer/sidebar-spacing.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/customizer/top-bar-spacing.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/functions.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/functions/migration.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/spacing/generate-spacing.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/typography/functions/functions.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/typography/functions/google-fonts.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/typography/functions/js/customizer.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/typography/functions/migration.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/typography/functions/secondary-nav-fonts.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/typography/functions/slideout-nav-fonts.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/typography/functions/woocommerce-fonts.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/typography/generate-fonts.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/fields/woocommerce-colors.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/css/woocommerce-mobile.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/css/woocommerce-mobile.min.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/css/woocommerce.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/css/woocommerce.min.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/customizer/customizer.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/customizer/js/customizer.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/functions.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/js/woocommerce.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/functions/js/woocommerce.min.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/woocommerce/woocommerce.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/gp-premium/wpml-config.xml
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/CHANGELOG.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/LICENSE.txt
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/SECURITY.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/assets/fonts/jetpack-protect.eot
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/assets/fonts/jetpack-protect.svg
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/assets/fonts/jetpack-protect.ttf
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/assets/fonts/jetpack-protect.woff
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/assets/jetpack-protect.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/build/images/in-progress-db145d62b5ef09c05ad7.png
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/build/index.asset.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/build/index.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/build/index.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/build/index.js.LICENSE.txt
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/build/index.rtl.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/composer.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack-protect.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-a8c-mc-stats/CHANGELOG.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-a8c-mc-stats/LICENSE.txt
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-a8c-mc-stats/SECURITY.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-a8c-mc-stats/composer.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-a8c-mc-stats/src/class-a8c-mc-stats.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-admin-ui/CHANGELOG.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-admin-ui/LICENSE.txt
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-admin-ui/SECURITY.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-admin-ui/composer.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-admin-ui/src/class-admin-menu.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/CHANGELOG.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/LICENSE.txt
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/SECURITY.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/actions.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/build/i18n-loader.asset.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/build/i18n-loader.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/composer.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/src/class-assets.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/src/class-semver.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-assets/src/js/i18n-loader.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-backup-helper-script-manager/CHANGELOG.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-backup-helper-script-manager/LICENSE.txt
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-backup-helper-script-manager/SECURITY.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-backup-helper-script-manager/composer.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-backup-helper-script-manager/src/class-helper-script-manager-impl.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-backup-helper-script-manager/src/class-helper-script-manager.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-backup-helper-script-manager/src/class-throw-on-errors.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-boost-core/CHANGELOG.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-boost-core/LICENSE.txt
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-boost-core/SECURITY.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-boost-core/composer.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-boost-core/src/contracts/boost-api-client.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-boost-core/src/lib/class-boost-api.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-boost-core/src/lib/class-cacheable.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-boost-core/src/lib/class-transient.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-boost-core/src/lib/class-url.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-boost-core/src/lib/class-utils.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-boost-core/src/lib/class-wpcom-boost-api-client.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-boost-speed-score/CHANGELOG.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-boost-speed-score/LICENSE.txt
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-boost-speed-score/SECURITY.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-boost-speed-score/composer.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-boost-speed-score/src/class-jetpack-boost-modules.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-boost-speed-score/src/class-speed-score-graph-history-request.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-boost-speed-score/src/class-speed-score-history.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-boost-speed-score/src/class-speed-score-request.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-boost-speed-score/src/class-speed-score.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-config/CHANGELOG.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-config/LICENSE.txt
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-config/SECURITY.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-config/composer.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-config/src/class-config.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/CHANGELOG.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/LICENSE.txt
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/SECURITY.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/TRACKING.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/composer.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/dist/tracks-ajax.asset.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/dist/tracks-ajax.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/dist/tracks-callables.asset.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/dist/tracks-callables.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-options.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-signature.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-client.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-event.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-client.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-connection-notice.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-heartbeat.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-initial-state.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-manager.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-nonce-handler.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-package-version-tracker.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-partner-coupon.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-partner.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-plugin-storage.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-plugin.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-rest-authentication.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-rest-connector.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-secrets.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-server-sandbox.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-terms-of-service.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-tokens-locks.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-tokens.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-tracking.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-urls.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-utils.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-webhooks.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-async-call.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-connector.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/interface-manager.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-connection/src/webhooks/class-authorize-redirect.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-constants/CHANGELOG.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-constants/LICENSE.txt
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-constants/SECURITY.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-constants/composer.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-constants/src/class-constants.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-device-detection/CHANGELOG.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-device-detection/LICENSE.txt
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-device-detection/SECURITY.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-device-detection/composer.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-device-detection/src/class-device-detection.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-device-detection/src/class-user-agent-info.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-device-detection/src/functions.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/CHANGELOG.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/LICENSE.txt
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/SECURITY.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.asset.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.js.LICENSE.txt
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/build/index.rtl.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/composer.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/src/_inc/admin-bar.scss
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/src/_inc/admin.jsx
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/src/_inc/style.scss
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-exception.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-identity-crisis.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-rest-endpoints.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-ui.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-url-secret.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-ip/CHANGELOG.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-ip/LICENSE.txt
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-ip/SECURITY.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-ip/composer.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-ip/src/class-utils.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/CHANGELOG.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/LICENSE.txt
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/SECURITY.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/build/images/background-165b2f00927a762c8cf4.png
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/build/index.asset.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/build/index.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/build/index.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/build/index.rtl.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/composer.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/src/class-post-connection-jitm.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/src/class-pre-connection-jitm.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/src/class-rest-api-endpoints.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/src/css/jetpack-admin-jitm.scss
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-jitm/src/images/background.png
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-licensing/CHANGELOG.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-licensing/LICENSE.txt
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-licensing/SECURITY.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-licensing/composer.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-licensing/src/class-endpoints.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-licensing/src/class-licensing.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-logo/CHANGELOG.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-logo/LICENSE.txt
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-logo/SECURITY.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-logo/composer.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-logo/src/class-logo.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/CHANGELOG.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/LICENSE.txt
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/SECURITY.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/apple-92dacafad84e79708a74.svg
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/boost-a54137485af36fdffe9c.png
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/cloud-81ac85ba680343200f54.svg
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/connect-f27775ac15cf885713c2.png
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/crm-7e7684ae2c40327d8fed.png
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/disconnect-confirm-dc9fe8f5c68cfd1320e0.jpg
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/disconnect-thanks-5873bfac56a9bd7322cd.jpg
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/empty-avatar-fea23feddfa99b07c2e8.svg
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/extras-26daf36507504c96d066.png
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/google-dec2a429bf1d8e83f9ad.svg
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/jetpack-9de1caef5eb5c22da5d6.svg
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/jetpack-ai-1a265a198f75543e342e.png
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/jetpack-license-activation-with-lock-7b01c1a4cf56de799cd7.png
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/jetpack-license-activation-with-success-cad524ede4e793cc0ece.png
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/jetpack-manage-3a7ecaa604823c98c3cf.svg
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/search-f9756bd9c926d905fe70.png
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/site-cards-143fca7aec7a8c370e82.png
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/social-e3fb80b2f32534fefe63.png
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/stats-9802380852610a4d5908.png
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/videopress-9591093a9a238cc48a35.png
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/images/wordpress-1fc3e0ba6c52e9707900.svg
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.asset.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.js.LICENSE.txt
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/build/index.rtl.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/composer.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/global.d.ts
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-activitylog.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-jetpack-manage.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-products.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-ai.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-product-data.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-products.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-purchases.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-rest-zendesk-chat.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-wpcom-products.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-anti-spam.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-backup.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-boost.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-creator.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-crm.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-extras.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-hybrid-product.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-jetpack-ai.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-module-product.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-product.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-protect.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-scan.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search-stats.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-search.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-security.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-social.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-starter.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-stats.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-my-jetpack/src/products/class-videopress.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-password-checker/CHANGELOG.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-password-checker/LICENSE.txt
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-password-checker/SECURITY.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-password-checker/composer.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-password-checker/src/class-password-checker.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-plugins-installer/CHANGELOG.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-plugins-installer/LICENSE.txt
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-plugins-installer/SECURITY.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-plugins-installer/composer.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-plugins-installer/src/class-automatic-install-skin.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-plugins-installer/src/class-plugins-installer.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-redirect/CHANGELOG.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-redirect/LICENSE.txt
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-redirect/SECURITY.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-redirect/composer.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-redirect/src/class-redirect.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-roles/CHANGELOG.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-roles/LICENSE.txt
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-roles/SECURITY.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-roles/composer.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-roles/src/class-roles.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/CHANGELOG.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/LICENSE.txt
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/SECURITY.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/composer.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/src/class-cache.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/src/class-cookiestate.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/src/class-errors.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/src/class-files.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/src/class-host.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/src/class-modules.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/src/class-paths.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/src/class-status.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-status/src/class-visitor.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/CHANGELOG.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/LICENSE.txt
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/SECURITY.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/composer.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-actions.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-data-settings.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-dedicated-sender.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-default-filter-settings.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-defaults.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-functions.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-health.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-json-deflate-array-codec.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-listener.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-lock.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-main.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-modules.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-queue-buffer.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-queue.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-replicastore.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-rest-endpoints.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-rest-sender.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-sender.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-server.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-settings.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-simple-codec.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-users.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/class-utils.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/interface-codec.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/interface-replicastore.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-attachments.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-callables.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-comments.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-constants.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-import.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-menus.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-meta.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-module.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-network-options.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-options.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-plugins.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-posts.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-protect.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-search.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-stats.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-term-relationships.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-terms.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-themes.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-updates.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-users.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce-hpos-orders.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/modules/class-wp-super-cache.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-usermeta.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-users.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/sync-queue/class-queue-storage-options.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-sync/src/sync-queue/class-queue-storage-table.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-transport-helper/CHANGELOG.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-transport-helper/LICENSE.txt
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-transport-helper/SECURITY.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-transport-helper/actions.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-transport-helper/composer.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-transport-helper/src/class-package-version-compat.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-transport-helper/src/class-package-version.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-transport-helper/src/class-rest-controller.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/CHANGELOG.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/LICENSE.txt
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/SECURITY.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/cli.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/composer.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-blocked-login-page.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-math-fallback.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-shared-functions.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/brute-force-protection/class-transient-cleanup.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-brute-force-protection.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-compatibility.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-rest-controller.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-cli.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-constants.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-initializer.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-operators.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-request.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-rules-manager.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-runner.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-runtime.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-standalone-bootstrap.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-stats.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/class-waf-transforms.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/exceptions/class-file-system-exception.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/exceptions/class-rules-api-exception.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/exceptions/class-waf-exception.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-waf/src/functions.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/jetpack_vendor/i18n-map.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/readme.txt
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-credentials.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-jetpack-protect.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-onboarding.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-plan.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-protect-status.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-rest-controller.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-scan-status.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-site-health.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-status.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/class-threats.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/models/class-extension-model.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/models/class-status-model.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/src/models/class-threat-model.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/autoload.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/autoload_packages.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/automattic/jetpack-plans/CHANGELOG.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/automattic/jetpack-plans/LICENSE.txt
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/automattic/jetpack-plans/SECURITY.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/automattic/jetpack-plans/composer.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/automattic/jetpack-plans/src/class-current-plan.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/automattic/jetpack-plans/src/class-plans.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/ClassLoader.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/InstalledVersions.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/LICENSE
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/autoload_classmap.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/autoload_files.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/autoload_namespaces.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/autoload_psr4.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/autoload_real.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/autoload_static.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/installed.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/installed.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/jetpack_autoload_classmap.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/jetpack_autoload_filemap.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/composer/platform_check.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-autoloader-handler.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-autoloader-locator.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-autoloader.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-container.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-hook-manager.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-latest-autoloader-guard.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-manifest-reader.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-path-processor.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-php-autoloader.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-plugin-locator.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-plugins-handler.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-shutdown-handler.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-version-loader.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/jetpack-autoloader/class-version-selector.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/wikimedia/aho-corasick/LICENSE
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/wikimedia/aho-corasick/NOTICE
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/wikimedia/aho-corasick/bench/bench.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/wikimedia/aho-corasick/bench/check.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/wikimedia/aho-corasick/src/MultiStringMatcher.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/jetpack-protect/vendor/wikimedia/aho-corasick/src/MultiStringReplacer.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/CHANGELOG.md
rename wp-content/upgrade-temp-backup/plugins/{two-factor/LICENSE.md => menu-icons/LICENSE} (83%)
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/css/admin.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/css/admin.min.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/css/dashboard-notice.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/css/dashboard-notice.min.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/css/extra.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/css/extra.min.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/css/fontawesome/LICENSE.txt
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/css/fontawesome/css/all.min.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/css/fontawesome/webfonts/fa-brands-400.ttf
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/css/fontawesome/webfonts/fa-brands-400.woff2
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/css/fontawesome/webfonts/fa-regular-400.ttf
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/css/fontawesome/webfonts/fa-regular-400.woff2
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/css/fontawesome/webfonts/fa-solid-900.ttf
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/css/fontawesome/webfonts/fa-solid-900.woff2
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/css/fontawesome/webfonts/fa-v4compatibility.ttf
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/css/fontawesome/webfonts/fa-v4compatibility.woff2
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/images/neve-theme.jpg
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/images/otter-block.png
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/includes/front.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/includes/library/compat.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/includes/library/font-awesome/backward-compatible-icons.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/includes/library/font-awesome/font-awesome.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/includes/library/form-fields.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/includes/library/functions.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/includes/media-template.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/includes/meta.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/includes/picker.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/includes/settings.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/includes/type-fonts.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/includes/type.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/js/admin.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/js/admin.min.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/js/src/index.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/js/src/media/index.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/js/src/media/models/item-setting-field.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/js/src/media/models/item-settings.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/js/src/media/models/item.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/js/src/media/views/frame.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/js/src/media/views/item-preview.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/js/src/media/views/item-setting-field.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/js/src/media/views/item-settings.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/js/src/media/views/sidebar.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/js/src/picker.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/js/src/settings.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/languages/menu-icons.pot
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/mailin.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/menu-icons.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/readme.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/readme.txt
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/autoload.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/CHANGELOG.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/LICENSE
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/README.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/assets/css/font-awesome.min.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/build/frontend.asset.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/build/frontend.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/build/index.asset.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/build/index.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/build/index.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/build/style-frontend.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/class-gutenberg-menu-icons.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/gutenberg-menu-icons/load.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/LICENSE
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/icon-picker.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/icon-picker.min.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/Elusive-Icons.eot
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/Elusive-Icons.svg
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/Elusive-Icons.ttf
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/Elusive-Icons.woff
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/Genericons.eot
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/Genericons.svg
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/Genericons.ttf
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/Genericons.woff
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/elusive.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/elusive.min.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/font-awesome.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/font-awesome.min.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/fontawesome-webfont.eot
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/fontawesome-webfont.svg
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/fontawesome-webfont.ttf
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/fontawesome-webfont.woff
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/fontawesome-webfont.woff2
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/foundation-icons.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/foundation-icons.eot
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/foundation-icons.min.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/foundation-icons.svg
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/foundation-icons.ttf
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/foundation-icons.woff
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/genericons.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/css/types/genericons.min.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/icon-picker.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/includes/fields/base.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/includes/fields/cmb.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/includes/fontpack.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/includes/loader.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/includes/registry.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/includes/types/base.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/includes/types/dashicons.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/includes/types/elusive.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/includes/types/fa.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/includes/types/font.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/includes/types/fontello.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/includes/types/foundation-icons.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/includes/types/genericon.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/includes/types/image.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/includes/types/svg.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/js/icon-picker.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/js/icon-picker.min.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/languages/icon-picker.pot
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/icon-picker/readme.txt
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/menu-item-custom-fields/LICENSE
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/menu-item-custom-fields/doc/menu-item-custom-fields-example.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/menu-item-custom-fields/menu-item-custom-fields.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/menu-item-custom-fields/readme.txt
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/menu-item-custom-fields/walker-nav-menu-edit.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/CHANGELOG.md
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/LICENSE
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/assets/images/animation.jpg
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/assets/images/conditions.jpg
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/assets/images/css.jpg
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/assets/images/neve.png
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/assets/images/optimole-logo.svg
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/assets/images/otter/otter-builder.png
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/assets/images/otter/otter-library.png
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/assets/images/otter/otter-patterns.png
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/assets/images/sparks.png
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/assets/images/team.jpg
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/assets/images/themeisle-logo.svg
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/assets/images/wplk.png
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/assets/js/build/about/about.asset.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/assets/js/build/about/about.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/assets/js/build/about/about.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/assets/js/build/promos/index.asset.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/assets/js/build/promos/index.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/assets/js/build/promos/style-index.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/assets/js/build/survey/survey_deps.asset.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/assets/js/build/survey/survey_deps.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/assets/js/build/tracking/tracking.asset.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/assets/js/build/tracking/tracking.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/index.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/load.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/postcss.config.js
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Common/Abstract_module.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Common/Module_factory.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Loader.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/About_us.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Announcements.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Compatibilities.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Dashboard_widget.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Featured_plugins.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Licenser.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Logger.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Notification.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Promotions.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Recommendation.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Review.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Rollback.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Script_loader.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Translate.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Uninstall_feedback.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Modules/Welcome.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/src/Product.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/codeinwp/themeisle-sdk/start.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/composer/ClassLoader.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/composer/InstalledVersions.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/composer/LICENSE
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/composer/autoload_classmap.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/composer/autoload_files.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/composer/autoload_namespaces.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/composer/autoload_psr4.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/composer/autoload_real.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/composer/autoload_static.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/composer/installed.json
create mode 100644 wp-content/upgrade-temp-backup/plugins/menu-icons/vendor/composer/installed.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/smtp-mailer/addons/images/smtp-mailer-reply-to.png
create mode 100644 wp-content/upgrade-temp-backup/plugins/smtp-mailer/addons/smtp-mailer-addons.css
create mode 100644 wp-content/upgrade-temp-backup/plugins/smtp-mailer/addons/smtp-mailer-addons.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/smtp-mailer/languages/smtp-mailer.mo
create mode 100644 wp-content/upgrade-temp-backup/plugins/smtp-mailer/languages/smtp-mailer.pot
create mode 100644 wp-content/upgrade-temp-backup/plugins/smtp-mailer/main.php
create mode 100644 wp-content/upgrade-temp-backup/plugins/smtp-mailer/readme.txt
delete mode 100644 wp-content/upgrade-temp-backup/plugins/two-factor/assets/banner-1544x500.png
delete mode 100644 wp-content/upgrade-temp-backup/plugins/two-factor/assets/banner-772x250.png
delete mode 100644 wp-content/upgrade-temp-backup/plugins/two-factor/assets/icon-128x128.png
delete mode 100644 wp-content/upgrade-temp-backup/plugins/two-factor/assets/icon-256x256.png
delete mode 100644 wp-content/upgrade-temp-backup/plugins/two-factor/assets/icon.svg
delete mode 100644 wp-content/upgrade-temp-backup/plugins/two-factor/assets/screenshot-1.png
delete mode 100644 wp-content/upgrade-temp-backup/plugins/two-factor/assets/screenshot-2.png
delete mode 100644 wp-content/upgrade-temp-backup/plugins/two-factor/assets/screenshot-3.png
delete mode 100644 wp-content/upgrade-temp-backup/plugins/two-factor/class-two-factor-compat.php
delete mode 100644 wp-content/upgrade-temp-backup/plugins/two-factor/class-two-factor-core.php
delete mode 100644 wp-content/upgrade-temp-backup/plugins/two-factor/includes/Google/u2f-api.js
delete mode 100644 wp-content/upgrade-temp-backup/plugins/two-factor/includes/Yubico/U2F.php
delete mode 100644 wp-content/upgrade-temp-backup/plugins/two-factor/includes/function.login-footer.php
delete mode 100644 wp-content/upgrade-temp-backup/plugins/two-factor/includes/function.login-header.php
delete mode 100644 wp-content/upgrade-temp-backup/plugins/two-factor/includes/qrcode-generator/qrcode.js
delete mode 100644 wp-content/upgrade-temp-backup/plugins/two-factor/providers/class-two-factor-backup-codes.php
delete mode 100644 wp-content/upgrade-temp-backup/plugins/two-factor/providers/class-two-factor-dummy.php
delete mode 100644 wp-content/upgrade-temp-backup/plugins/two-factor/providers/class-two-factor-email.php
delete mode 100644 wp-content/upgrade-temp-backup/plugins/two-factor/providers/class-two-factor-fido-u2f-admin-list-table.php
delete mode 100644 wp-content/upgrade-temp-backup/plugins/two-factor/providers/class-two-factor-fido-u2f-admin.php
delete mode 100644 wp-content/upgrade-temp-backup/plugins/two-factor/providers/class-two-factor-fido-u2f.php
delete mode 100644 wp-content/upgrade-temp-backup/plugins/two-factor/providers/class-two-factor-provider.php
delete mode 100644 wp-content/upgrade-temp-backup/plugins/two-factor/providers/class-two-factor-totp.php
delete mode 100644 wp-content/upgrade-temp-backup/plugins/two-factor/providers/css/fido-u2f-admin.css
delete mode 100644 wp-content/upgrade-temp-backup/plugins/two-factor/providers/js/fido-u2f-admin-inline-edit.js
delete mode 100644 wp-content/upgrade-temp-backup/plugins/two-factor/providers/js/fido-u2f-admin.js
delete mode 100644 wp-content/upgrade-temp-backup/plugins/two-factor/providers/js/fido-u2f-login.js
delete mode 100644 wp-content/upgrade-temp-backup/plugins/two-factor/readme.txt
delete mode 100644 wp-content/upgrade-temp-backup/plugins/two-factor/two-factor.php
delete mode 100644 wp-content/upgrade-temp-backup/plugins/two-factor/user-edit.css
diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/activitypub.php b/wp-content/upgrade-temp-backup/plugins/activitypub/activitypub.php
index 791a59c4..9c163161 100644
--- a/wp-content/upgrade-temp-backup/plugins/activitypub/activitypub.php
+++ b/wp-content/upgrade-temp-backup/plugins/activitypub/activitypub.php
@@ -3,7 +3,7 @@
* Plugin Name: ActivityPub
* Plugin URI: https://github.com/pfefferle/wordpress-activitypub/
* Description: The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.
- * Version: 2.3.0
+ * Version: 2.3.1
* Author: Matthias Pfefferle & Automattic
* Author URI: https://automattic.com/
* License: MIT
@@ -21,7 +21,7 @@ use function Activitypub\site_supports_blocks;
require_once __DIR__ . '/includes/compat.php';
require_once __DIR__ . '/includes/functions.php';
-\define( 'ACTIVITYPUB_PLUGIN_VERSION', '2.3.0' );
+\define( 'ACTIVITYPUB_PLUGIN_VERSION', '2.3.1' );
/**
* Initialize the plugin constants.
diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-activity-dispatcher.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-activity-dispatcher.php
index 16387154..edc41f37 100644
--- a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-activity-dispatcher.php
+++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-activity-dispatcher.php
@@ -98,6 +98,11 @@ class Activity_Dispatcher {
return;
}
+ // do not announce replies
+ if ( $wp_object instanceof WP_Comment ) {
+ return;
+ }
+
$transformer = Factory::get_transformer( $wp_object );
$transformer->change_wp_user_id( Users::BLOG_USER_ID );
diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-comment.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-comment.php
index 682fa665..1d52a9bd 100644
--- a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-comment.php
+++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-comment.php
@@ -276,7 +276,7 @@ class Comment {
}
// check for local comment
- if ( \wp_parse_url( \site_url(), \PHP_URL_HOST ) === \wp_parse_url( $url, \PHP_URL_HOST ) ) {
+ if ( \wp_parse_url( \home_url(), \PHP_URL_HOST ) === \wp_parse_url( $url, \PHP_URL_HOST ) ) {
$query = \wp_parse_url( $url, \PHP_URL_QUERY );
if ( $query ) {
@@ -379,12 +379,7 @@ class Comment {
}
// generate URI based on comment ID
- return \add_query_arg(
- array(
- 'c' => $comment->comment_ID,
- ),
- \trailingslashit( site_url() )
- );
+ return \add_query_arg( 'c', $comment->comment_ID, \home_url() );
}
/**
diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-health-check.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-health-check.php
index e07684f9..878ee85d 100644
--- a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-health-check.php
+++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-health-check.php
@@ -27,7 +27,7 @@ class Health_Check {
}
public static function add_tests( $tests ) {
- if ( ! is_user_type_disabled( 'user' ) ) {
+ if ( ! is_user_disabled( get_current_user_id() ) ) {
$tests['direct']['activitypub_test_author_url'] = array(
'label' => \__( 'Author URL test', 'activitypub' ),
'test' => array( self::class, 'test_author_url' ),
diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-http.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-http.php
index 12755ceb..5c9496b0 100644
--- a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-http.php
+++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-http.php
@@ -66,14 +66,26 @@ class Http {
/**
* Send a GET Request with the needed HTTP Headers
*
- * @param string $url The URL endpoint
- * @param int $user_id The WordPress User-ID
+ * @param string $url The URL endpoint
+ * @param bool|int $cached If the result should be cached, or its duration. Default: 1hr.
*
* @return array|WP_Error The GET Response or an WP_ERROR
*/
- public static function get( $url ) {
+ public static function get( $url, $cached = false ) {
\do_action( 'activitypub_pre_http_get', $url );
+ if ( $cached ) {
+ $transient_key = self::generate_cache_key( $url );
+
+ $response = \get_transient( $transient_key );
+
+ if ( $response ) {
+ \do_action( 'activitypub_safe_remote_get_response', $response, $url );
+
+ return $response;
+ }
+ }
+
$date = \gmdate( 'D, d M Y H:i:s T' );
$signature = Signature::generate_signature( Users::APPLICATION_USER_ID, 'get', $url, $date );
@@ -108,6 +120,14 @@ class Http {
\do_action( 'activitypub_safe_remote_get_response', $response, $url );
+ if ( $cached ) {
+ $cache_duration = $cached;
+ if ( ! is_int( $cache_duration ) ) {
+ $cache_duration = HOUR_IN_SECONDS;
+ }
+ \set_transient( $transient_key, $response, $cache_duration );
+ }
+
return $response;
}
@@ -130,4 +150,8 @@ class Http {
return false;
}
+
+ public static function generate_cache_key( $url ) {
+ return 'activitypub_http_' . \md5( $url );
+ }
}
diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-scheduler.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-scheduler.php
index 48a556bc..1f761c75 100644
--- a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-scheduler.php
+++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-scheduler.php
@@ -253,6 +253,11 @@ class Scheduler {
} elseif ( empty( $meta ) || ! is_array( $meta ) || is_wp_error( $meta ) ) {
if ( $follower->count_errors() >= 5 ) {
$follower->delete();
+ \wp_schedule_single_event(
+ \time(),
+ 'activitypub_delete_actor_interactions',
+ array( $follower->get_id() )
+ );
} else {
Followers::add_error( $follower->get__id(), $meta );
}
diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-signature.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-signature.php
index e59a1f97..e7087595 100644
--- a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-signature.php
+++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/class-signature.php
@@ -379,10 +379,10 @@ class Signature {
if ( \preg_match( '/keyId="(.*?)"/ism', $signature, $matches ) ) {
$parsed_header['keyId'] = trim( $matches[1] );
}
- if ( \preg_match( '/created=([0-9]*)/ism', $signature, $matches ) ) {
+ if ( \preg_match( '/created=["|\']*([0-9]*)["|\']*/ism', $signature, $matches ) ) {
$parsed_header['(created)'] = trim( $matches[1] );
}
- if ( \preg_match( '/expires=([0-9]*)/ism', $signature, $matches ) ) {
+ if ( \preg_match( '/expires=["|\']*([0-9]*)["|\']*/ism', $signature, $matches ) ) {
$parsed_header['(expires)'] = trim( $matches[1] );
}
if ( \preg_match( '/algorithm="(.*?)"/ism', $signature, $matches ) ) {
@@ -434,12 +434,22 @@ class Signature {
// created in future
return false;
}
+
+ if ( ! array_key_exists( '(created)', $headers ) ) {
+ $signed_data .= $header . ': ' . $signature_block['(created)'] . "\n";
+ continue;
+ }
}
if ( '(expires)' === $header ) {
if ( ! empty( $signature_block['(expires)'] ) && \intval( $signature_block['(expires)'] ) < \time() ) {
// expired in past
return false;
}
+
+ if ( ! array_key_exists( '(expires)', $headers ) ) {
+ $signed_data .= $header . ': ' . $signature_block['(expires)'] . "\n";
+ continue;
+ }
}
if ( 'date' === $header ) {
// allow a bit of leeway for misconfigured clocks.
diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/collection/class-interactions.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/collection/class-interactions.php
index 67410f66..5fddee44 100644
--- a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/collection/class-interactions.php
+++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/collection/class-interactions.php
@@ -4,6 +4,7 @@ namespace Activitypub\Collection;
use WP_Error;
use WP_Comment_Query;
+use function Activitypub\object_to_uri;
use function Activitypub\url_to_commentid;
use function Activitypub\object_id_to_comment;
use function Activitypub\get_remote_metadata_by_actor;
@@ -46,7 +47,8 @@ class Interactions {
return false;
}
- $meta = get_remote_metadata_by_actor( $activity['actor'] );
+ $actor = object_to_uri( $activity['actor'] );
+ $meta = get_remote_metadata_by_actor( $actor );
if ( ! $meta || \is_wp_error( $meta ) ) {
return false;
diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/collection/class-users.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/collection/class-users.php
index a331c203..6a9a5dc7 100644
--- a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/collection/class-users.php
+++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/collection/class-users.php
@@ -7,6 +7,7 @@ use Activitypub\Model\User;
use Activitypub\Model\Blog_User;
use Activitypub\Model\Application_User;
+use function Activitypub\object_to_uri;
use function Activitypub\url_to_authorid;
use function Activitypub\is_user_disabled;
@@ -136,6 +137,8 @@ class Users {
* @return \Acitvitypub\Model\User The User.
*/
public static function get_by_resource( $resource ) {
+ $resource = object_to_uri( $resource );
+
$scheme = 'acct';
$match = array();
// try to extract the scheme and the host
diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/functions.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/functions.php
index 7ea3ed9f..ee6ce46c 100644
--- a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/functions.php
+++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/functions.php
@@ -52,6 +52,17 @@ function get_remote_metadata_by_actor( $actor, $cached = true ) {
if ( $pre ) {
return $pre;
}
+
+ if ( is_array( $actor ) ) {
+ if ( array_key_exists( 'id', $actor ) ) {
+ $actor = $actor['id'];
+ } elseif ( array_key_exists( 'url', $actor ) ) {
+ $actor = $actor['url'];
+ } else {
+ return new WP_Error( 'activitypub_no_valid_actor_identifier', \__( 'The "actor" identifier is not valid', 'activitypub' ), array( 'status' => 404, 'actor' => $actor ) );
+ }
+ }
+
if ( preg_match( '/^@?' . ACTIVITYPUB_USERNAME_REGEXP . '$/i', $actor ) ) {
$actor = Webfinger::resolve( $actor );
}
@@ -134,7 +145,7 @@ function url_to_authorid( $url ) {
global $wp_rewrite;
// check if url hase the same host
- if ( \wp_parse_url( \site_url(), \PHP_URL_HOST ) !== \wp_parse_url( $url, \PHP_URL_HOST ) ) {
+ if ( \wp_parse_url( \home_url(), \PHP_URL_HOST ) !== \wp_parse_url( $url, \PHP_URL_HOST ) ) {
return 0;
}
diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/handler/class-undo.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/handler/class-undo.php
index 74d3dcae..5e222daa 100644
--- a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/handler/class-undo.php
+++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/handler/class-undo.php
@@ -4,6 +4,8 @@ namespace Activitypub\Handler;
use Activitypub\Collection\Users;
use Activitypub\Collection\Followers;
+use function Activitypub\object_to_uri;
+
/**
* Handle Undo requests
*/
@@ -28,10 +30,10 @@ class Undo {
if (
isset( $activity['object']['type'] ) &&
'Follow' === $activity['object']['type'] &&
- isset( $activity['object']['object'] ) &&
- filter_var( $activity['object']['object'], FILTER_VALIDATE_URL )
+ isset( $activity['object']['object'] )
) {
- $user = Users::get_by_resource( $activity['object']['object'] );
+ $user_id = object_to_uri( $activity['object']['object'] );
+ $user = Users::get_by_resource( $user_id );
if ( ! $user || is_wp_error( $user ) ) {
// If we can not find a user,
@@ -40,8 +42,9 @@ class Undo {
}
$user_id = $user->get__id();
+ $actor = object_to_uri( $activity['actor'] );
- Followers::remove_follower( $user_id, $activity['actor'] );
+ Followers::remove_follower( $user_id, $actor );
}
}
}
diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/transformer/class-post.php b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/transformer/class-post.php
index 1023dfdf..3c4905ec 100644
--- a/wp-content/upgrade-temp-backup/plugins/activitypub/includes/transformer/class-post.php
+++ b/wp-content/upgrade-temp-backup/plugins/activitypub/includes/transformer/class-post.php
@@ -343,10 +343,10 @@ class Post extends Base {
case 'core/cover':
if ( ! empty( $block['attrs']['id'] ) ) {
$alt = '';
- $check = preg_match( '//i', $block['innerHTML'], $match );
+ $check = preg_match( '//i', $block['innerHTML'], $match );
if ( $check ) {
- $alt = $match[1];
+ $alt = $match[2];
}
$media['image'][] = array(
@@ -432,8 +432,8 @@ class Post extends Base {
/**
* Filter the image URL returned for each post.
*
- * @param array|false $thumbnail The image URL, or false if no image is available.
- * @param int $id The attachment ID.
+ * @param array|false $thumbnail The image URL, or false if no image is available.
+ * @param int $id The attachment ID.
* @param string $image_size The image size to retrieve. Set to 'full' by default.
*/
$thumbnail = apply_filters(
@@ -451,11 +451,11 @@ class Post extends Base {
);
if ( ! empty( $media['alt'] ) ) {
- $image['name'] = \esc_attr( $media['alt'] );
+ $image['name'] = \wp_strip_all_tags( \html_entity_decode( $media['alt'] ) );
} else {
$alt = \get_post_meta( $id, '_wp_attachment_image_alt', true );
if ( $alt ) {
- $image['name'] = \esc_attr( $alt );
+ $image['name'] = \wp_strip_all_tags( \html_entity_decode( $alt ) );
}
}
diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/integration/class-enable-mastodon-apps.php b/wp-content/upgrade-temp-backup/plugins/activitypub/integration/class-enable-mastodon-apps.php
index 27e1412e..8fe2c3f5 100644
--- a/wp-content/upgrade-temp-backup/plugins/activitypub/integration/class-enable-mastodon-apps.php
+++ b/wp-content/upgrade-temp-backup/plugins/activitypub/integration/class-enable-mastodon-apps.php
@@ -3,10 +3,14 @@ namespace Activitypub\Integration;
use DateTime;
use Activitypub\Webfinger as Webfinger_Util;
+use Activitypub\Http;
use Activitypub\Collection\Users;
use Activitypub\Collection\Followers;
use Activitypub\Integration\Nodeinfo;
+use Enable_Mastodon_Apps\Mastodon_API;
use Enable_Mastodon_Apps\Entity\Account;
+use Enable_Mastodon_Apps\Entity\Status;
+use Enable_Mastodon_Apps\Entity\Media_Attachment;
use function Activitypub\get_remote_metadata_by_actor;
@@ -23,9 +27,11 @@ class Enable_Mastodon_Apps {
*/
public static function init() {
\add_filter( 'mastodon_api_account_followers', array( self::class, 'api_account_followers' ), 10, 2 );
- \add_filter( 'mastodon_api_account', array( self::class, 'api_account' ), 20, 2 );
+ \add_filter( 'mastodon_api_account', array( self::class, 'api_account_add_followers' ), 20, 2 );
\add_filter( 'mastodon_api_account', array( self::class, 'api_account_external' ), 10, 2 );
\add_filter( 'mastodon_api_search', array( self::class, 'api_search' ), 40, 2 );
+ \add_filter( 'mastodon_api_get_posts_query_args', array( self::class, 'api_get_posts_query_args' ) );
+ \add_filter( 'mastodon_api_statuses', array( self::class, 'api_statuses_external' ), 10, 2 );
}
/**
@@ -95,8 +101,8 @@ class Enable_Mastodon_Apps {
*
* @return Enable_Mastodon_Apps\Entity\Account The filtered Account
*/
- public static function api_account( $account, $user_id ) {
- if ( ! $account instanceof Account ) {
+ public static function api_account_add_followers( $account, $user_id ) {
+ if ( ! $account instanceof Account || ! is_numeric( $user_id ) ) {
return $account;
}
@@ -121,8 +127,9 @@ class Enable_Mastodon_Apps {
}
}
- $account->acct = $user->get_webfinger();
+ $account->acct = $user->get_preferred_username();
$account->note = $user->get_summary();
+
$account->followers_count = Followers::count_followers( $user_id );
return $account;
}
@@ -136,34 +143,47 @@ class Enable_Mastodon_Apps {
* @return Enable_Mastodon_Apps\Entity\Account The filtered Account
*/
public static function api_account_external( $user_data, $user_id ) {
- if ( ! preg_match( '/^' . ACTIVITYPUB_USERNAME_REGEXP . '$/', $user_id ) ) {
+ if ( $user_data || is_numeric( $user_id ) ) {
+ // Only augment.
return $user_data;
}
$uri = Webfinger_Util::resolve( $user_id );
- if ( ! $uri ) {
+ if ( ! $uri || is_wp_error( $uri ) ) {
return $user_data;
}
- $acct = Webfinger_Util::uri_to_acct( $uri );
+ $account = self::get_account_for_actor( $uri );
+ if ( $account ) {
+ return $account;
+ }
+
+ return $user_data;
+ }
+
+ private static function get_account_for_actor( $uri ) {
+ if ( ! is_string( $uri ) ) {
+ return null;
+ }
$data = get_remote_metadata_by_actor( $uri );
if ( ! $data || is_wp_error( $data ) ) {
- return $user_data;
+ return null;
+ }
+ $account = new Account();
+
+ $acct = Webfinger_Util::uri_to_acct( $uri );
+ if ( str_starts_with( $acct, 'acct:' ) ) {
+ $acct = substr( $acct, 5 );
}
- if ( $user_data instanceof Account ) {
- $account = $user_data;
- } else {
- $account = new Account();
- }
-
- $account->id = strval( $user_id );
+ $account->id = $acct;
$account->username = $acct;
$account->acct = $acct;
$account->display_name = $data['name'];
$account->url = $uri;
+
if ( ! empty( $data['summary'] ) ) {
$account->note = $data['summary'];
}
@@ -178,8 +198,8 @@ class Enable_Mastodon_Apps {
}
if ( isset( $data['image'] ) ) {
- $account->header = $data['image'];
- $account->header_static = $data['image'];
+ $account->header = $data['image']['url'];
+ $account->header_static = $data['image']['url'];
}
$account->created_at = new DateTime( $data['published'] );
@@ -233,4 +253,114 @@ class Enable_Mastodon_Apps {
return $search_data;
}
+
+ public function api_get_posts_query_args( $args ) {
+ if ( isset( $args['author'] ) && is_string( $args['author'] ) ) {
+ $uri = Webfinger_Util::resolve( $args['author'] );
+ if ( $uri && ! is_wp_error( $uri ) ) {
+ $args['activitypub'] = $uri;
+ unset( $args['author'] );
+ }
+ }
+
+ return $args;
+ }
+
+ public static function api_statuses_external( $statuses, $args ) {
+ if ( ! isset( $args['activitypub'] ) ) {
+ return $statuses;
+ }
+
+ $data = get_remote_metadata_by_actor( $args['activitypub'] );
+
+ if ( ! $data || is_wp_error( $data ) || ! isset( $data['outbox'] ) ) {
+ return $statuses;
+ }
+
+ $response = Http::get( $data['outbox'], true );
+ if ( is_wp_error( $response ) || wp_remote_retrieve_response_code( $response ) !== 200 ) {
+ return $statuses;
+ }
+
+ $outbox = json_decode( wp_remote_retrieve_body( $response ), true );
+ if ( ! $outbox || is_wp_error( $outbox ) || ! isset( $outbox['first'] ) ) {
+ return $statuses;
+ }
+
+ $account = self::get_account_for_actor( $args['activitypub'] );
+ if ( ! $account ) {
+ return $statuses;
+ }
+
+ $response = Http::get( $outbox['first'], true );
+ if ( is_wp_error( $response ) || wp_remote_retrieve_response_code( $response ) !== 200 ) {
+ return $statuses;
+ }
+ $posts = json_decode( wp_remote_retrieve_body( $response ), true );
+
+ $activitypub_statuses = array_map(
+ function ( $item ) use ( $account ) {
+ $object = $item['object'];
+ if ( ! isset( $object['type'] ) || 'Note' !== $object['type'] ) {
+ return null;
+ }
+
+ $status = new Status();
+ $status->id = Mastodon_API::remap_url( $object['id'] );
+ $status->created_at = new DateTime( $object['published'] );
+ $status->content = $object['content'];
+ $status->account = $account;
+
+ if ( ! empty( $object['inReplyTo'] ) ) {
+ $status->in_reply_to_id = $object['inReplyTo'];
+ }
+
+ if ( ! empty( $object['visibility'] ) ) {
+ $status->visibility = $object['visibility'];
+ }
+
+ $status->uri = $object['url'];
+
+ if ( ! empty( $object['attachment'] ) ) {
+ $status->media_attachments = array_map(
+ function ( $attachment ) {
+ $default_attachment = array(
+ 'url' => null,
+ 'mediaType' => null,
+ 'name' => null,
+ 'width' => 0,
+ 'height' => 0,
+ 'blurhash' => null,
+ );
+
+ $attachment = array_merge( $default_attachment, $attachment );
+
+ $media_attachment = new Media_Attachment();
+ $media_attachment->id = Mastodon_API::remap_url( $attachment['url'], $attachment );
+ $media_attachment->type = strtok( $attachment['mediaType'], '/' );
+ $media_attachment->url = $attachment['url'];
+ $media_attachment->preview_url = $attachment['url'];
+ $media_attachment->description = $attachment['name'];
+ $media_attachment->blurhash = $attachment['blurhash'];
+ $media_attachment->meta = array(
+ 'original' => array(
+ 'width' => $attachment['width'],
+ 'height' => $attachment['height'],
+ 'size' => $attachment['width'] . 'x' . $attachment['height'],
+ 'aspect' => $attachment['width'] / $attachment['height'],
+ ),
+ );
+ return $media_attachment;
+ },
+ $object['attachment']
+ );
+ }
+
+ return $status;
+ },
+ $posts['orderedItems']
+ );
+
+ return $activitypub_statuses;
+ }
}
diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/readme.txt b/wp-content/upgrade-temp-backup/plugins/activitypub/readme.txt
index e9344b1a..18774da3 100644
--- a/wp-content/upgrade-temp-backup/plugins/activitypub/readme.txt
+++ b/wp-content/upgrade-temp-backup/plugins/activitypub/readme.txt
@@ -3,7 +3,7 @@ Contributors: automattic, pfefferle, mediaformat, mattwiebe, akirk, jeherve, nur
Tags: OStatus, fediverse, activitypub, activitystream
Requires at least: 5.5
Tested up to: 6.5
-Stable tag: 2.3.0
+Stable tag: 2.3.1
Requires PHP: 5.6
License: MIT
License URI: http://opensource.org/licenses/MIT
@@ -133,6 +133,17 @@ For reasons of data protection, it is not possible to see the followers of other
== Changelog ==
+= 2.3.1 =
+
+* Added: Enable Mastodon Apps: Add remote outbox fetching
+* Added: Help texts
+* Fixed: Compatibility issues with Discourse
+* Fixed: Do not announce replies
+* Fixed: Also delete interactions with deleted person
+* Fixed: Check Author-URL only if user is enabled for ActivityPub
+* Fixed: Generate comment IDs for federation from home_url
+* Removed: Beta label from the #Hashtag settings
+
= 2.3.0 =
* Added: Mark links as "unhandled-link" and "status-link", for a better UX in the Mastodon App
@@ -152,13 +163,6 @@ For reasons of data protection, it is not possible to see the followers of other
* Changed: Remote Reply: limit enqueue to when needed
* Changed: Abstract shared Dialog code
-
-= 2.2.0 =
-
-* Added: Remote-Reply lightbox
-* Added: Support `application/ld+json` mime-type with AP profile in WebFinger
-* Fixed: Prevent scheduler overload
-
See full Changelog on [GitHub](https://github.com/Automattic/wordpress-activitypub/blob/master/CHANGELOG.md).
== Upgrade Notice ==
diff --git a/wp-content/upgrade-temp-backup/plugins/activitypub/templates/settings.php b/wp-content/upgrade-temp-backup/plugins/activitypub/templates/settings.php
index 2da88a7e..071aa1bd 100644
--- a/wp-content/upgrade-temp-backup/plugins/activitypub/templates/settings.php
+++ b/wp-content/upgrade-temp-backup/plugins/activitypub/templates/settings.php
@@ -30,7 +30,10 @@
- publish_posts capability) gets their own ActivityPub profile.', 'activitypub' ), array( 'code' => array() ) ); ?>
+ activitypub capability) gets their own ActivityPub profile.', 'activitypub' ), array( 'code' => array() ) ); ?>
+
+ user settings.', 'activitypub' ), admin_url( '/users.php' ) ), array( 'a' => array( 'href' => array() ) ) ); ?>
+ array() ) ); ?>
+
+ ID, '_generate-disable-top-bar', true );
+ $disable_header = get_post_meta( $post->ID, '_generate-disable-header', true );
+ $disable_mobile_header = get_post_meta( $post->ID, '_generate-disable-mobile-header', true );
+ $disable_nav = get_post_meta( $post->ID, '_generate-disable-nav', true );
+ $disable_headline = get_post_meta( $post->ID, '_generate-disable-headline', true );
+ $disable_footer = get_post_meta( $post->ID, '_generate-disable-footer', true );
+ }
+
+ // Remove the top bar.
+ if ( ! empty( $disable_top_bar ) && false !== $disable_top_bar && function_exists( 'generate_top_bar' ) ) {
+ remove_action( 'generate_before_header', 'generate_top_bar', 5 );
+ remove_action( 'generate_inside_secondary_navigation', 'generate_secondary_nav_top_bar_widget', 5 );
+ }
+
+ // Remove the header.
+ if ( ! empty( $disable_header ) && false !== $disable_header && function_exists( 'generate_construct_header' ) ) {
+ remove_action( 'generate_header', 'generate_construct_header' );
+ }
+
+ // Remove the mobile header.
+ if ( ! empty( $disable_mobile_header ) && false !== $disable_mobile_header && function_exists( 'generate_menu_plus_mobile_header' ) ) {
+ remove_action( 'generate_after_header', 'generate_menu_plus_mobile_header', 5 );
+ }
+
+ // Remove the navigation.
+ if ( ! empty( $disable_nav ) && false !== $disable_nav && function_exists( 'generate_get_navigation_location' ) ) {
+ add_filter( 'generate_navigation_location', '__return_false', 20 );
+ add_filter( 'generate_disable_mobile_header_menu', '__return_true' );
+ }
+
+ // Remove the title.
+ if ( ! empty( $disable_headline ) && false !== $disable_headline && function_exists( 'generate_show_title' ) ) {
+ add_filter( 'generate_show_title', '__return_false' );
+ }
+
+ // Remove the footer.
+ if ( ! empty( $disable_footer ) && false !== $disable_footer ) {
+ if ( function_exists( 'generate_construct_footer_widgets' ) ) {
+ remove_action( 'generate_footer', 'generate_construct_footer_widgets', 5 );
+ }
+
+ if ( function_exists( 'generate_construct_footer' ) ) {
+ remove_action( 'generate_footer', 'generate_construct_footer' );
+ }
+ }
+ }
+}
+
+add_action( 'generate_layout_disable_elements_section', 'generate_premium_disable_elements_options' );
+/**
+ * Add the meta box options to the Layout meta box in the new GP
+ *
+ * @since 1.4
+ * @param array $stored_meta Existing meta data.
+ */
+function generate_premium_disable_elements_options( $stored_meta ) {
+ $stored_meta['_generate-disable-header'][0] = ( isset( $stored_meta['_generate-disable-header'][0] ) ) ? $stored_meta['_generate-disable-header'][0] : '';
+ $stored_meta['_generate-disable-mobile-header'][0] = ( isset( $stored_meta['_generate-disable-mobile-header'][0] ) ) ? $stored_meta['_generate-disable-mobile-header'][0] : '';
+ $stored_meta['_generate-disable-nav'][0] = ( isset( $stored_meta['_generate-disable-nav'][0] ) ) ? $stored_meta['_generate-disable-nav'][0] : '';
+ $stored_meta['_generate-disable-secondary-nav'][0] = ( isset( $stored_meta['_generate-disable-secondary-nav'][0] ) ) ? $stored_meta['_generate-disable-secondary-nav'][0] : '';
+ $stored_meta['_generate-disable-post-image'][0] = ( isset( $stored_meta['_generate-disable-post-image'][0] ) ) ? $stored_meta['_generate-disable-post-image'][0] : '';
+ $stored_meta['_generate-disable-headline'][0] = ( isset( $stored_meta['_generate-disable-headline'][0] ) ) ? $stored_meta['_generate-disable-headline'][0] : '';
+ $stored_meta['_generate-disable-footer'][0] = ( isset( $stored_meta['_generate-disable-footer'][0] ) ) ? $stored_meta['_generate-disable-footer'][0] : '';
+ $stored_meta['_generate-disable-top-bar'][0] = ( isset( $stored_meta['_generate-disable-top-bar'][0] ) ) ? $stored_meta['_generate-disable-top-bar'][0] : '';
+ ?>
+
+
+
+ >
+
+
+
+
+
+ >
+
+
+
+
+
+ >
+
+
+
+
+
+ >
+
+
+
+
+
+ >
+
+
+
+
+
+ >
+
+
+
+
+ >
+
+
+
+
+ >
+
+
+
+ array('lodash', 'react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-dom-ready', 'wp-edit-post', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-server-side-render'), 'version' => 'cf85acaca6a9b96dc3a3');
diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/block-elements.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/block-elements.css
new file mode 100644
index 00000000..c1ba6a46
--- /dev/null
+++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/block-elements.css
@@ -0,0 +1,7 @@
+.inline-post-meta-area.block-editor-block-list__layout,.inline-post-meta-area>.gb-inside-container.block-editor-block-list__layout,.inline-post-meta-area>.gb-inside-container>.block-editor-inner-blocks>.block-editor-block-list__layout{align-items:center;display:flex}.inline-post-meta-area.block-editor-block-list__layout>.wp-block.block-list-appender,.inline-post-meta-area>.gb-inside-container.block-editor-block-list__layout>.wp-block.block-list-appender,.inline-post-meta-area>.gb-inside-container>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block.block-list-appender{margin-left:20px}.inline-post-meta-area.block-editor-block-list__layout>.wp-block-image,.inline-post-meta-area>.gb-inside-container.block-editor-block-list__layout>.wp-block-image,.inline-post-meta-area>.gb-inside-container>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block-image{line-height:0}.inline-post-meta-area.block-editor-block-list__layout>.wp-block-image figcaption,.inline-post-meta-area>.gb-inside-container.block-editor-block-list__layout>.wp-block-image figcaption,.inline-post-meta-area>.gb-inside-container>.block-editor-inner-blocks>.block-editor-block-list__layout>.wp-block-image figcaption{display:none}.inline-post-meta-area .wp-block{margin-left:0;margin-right:0}.gpp-dynamic-container-bg-dropdown .components-popover__content{width:275px}.gpp-dynamic-container-bg-dropdown .components-popover__content .components-base-control:not(:last-child){margin-bottom:20px}.gpp-dynamic-container-bg-dropdown .components-popover__content .components-base-control:last-child .components-base-control__field{margin-bottom:0}.gpp-dynamic-container-bg-dropdown .components-popover__content .components-base-control:last-child .components-base-control__help{margin-top:3px}
+.gpp-dynamic-headline-text-dropdown .components-popover__content{width:275px}.gpp-dynamic-headline-text-dropdown .components-popover__content .components-base-control:not(:last-child){margin-bottom:20px}.gpp-dynamic-headline-text-dropdown .components-popover__content .components-base-control:last-child .components-base-control__field{margin-bottom:0}.gpp-dynamic-headline-text-dropdown .components-popover__content .components-base-control:last-child .components-base-control__help{margin-top:3px}.gpp-blocks-dynamic-text-replace-field{display:none}.gpp-block-dynamic-year .components-base-control__help{margin-top:2px}
+.wp-block[data-type="generatepress/dynamic-content"]{margin-bottom:0;margin-top:0}
+.wp-block[data-type="generatepress/dynamic-image"]{color:#fff;margin-bottom:0;margin-top:0}.wp-block[data-type="generatepress/dynamic-image"] .components-gpp-dynamic-image-placeholder__label{align-items:center;bottom:0;color:#fff;display:flex;font-size:1em;justify-content:center;left:0;position:absolute;right:0;top:0}.wp-block[data-type="generatepress/dynamic-image"] .components-gpp-dynamic-image-placeholder__label>.gpp-dynamic-featured-image__label{margin-left:10px}.wp-block[data-type="generatepress/dynamic-image"] .gpp-dynamic-image-placeholder{background:#000;vertical-align:middle}.wp-block[data-type="generatepress/dynamic-image"] .components-placeholder{width:100%}.wp-block[data-type="generatepress/dynamic-image"] .gpp-dynamic-image-preview{display:inline-block;position:relative}.wp-block[data-type="generatepress/dynamic-image"] .dynamic-author-image-rounded{border-radius:100%}
+.components-generatepress-units-control-header__units{align-items:center;display:flex;justify-content:space-between;margin-bottom:5px}.components-generatepress-control__units .components-generatepress-control-buttons__units button.components-button{background:#fff;border:0;border-radius:0!important;box-shadow:none!important;color:#929da7;font-size:10px;height:auto;line-height:20px;padding:0 5px;position:relative;text-align:center;text-shadow:none}.components-generatepress-control__units .components-generatepress-control-buttons__units button.components-button.is-primary{background:#fff!important;color:#000!important;cursor:default;font-weight:700;z-index:1}
+.editor-styles-wrapper .is-root-container>.wp-block{margin-left:auto;margin-right:auto;max-width:var(--gp-block-element-width)}.left-sidebar-block-type div:not(.block-editor-inner-blocks)>.block-editor-block-list__layout,.right-sidebar-block-type div:not(.block-editor-inner-blocks)>.block-editor-block-list__layout{padding:10px}.gpp-block-element-panel>.components-base-control{margin-bottom:20px}.gpp-block-element-panel .components-notice,.gpp-block-element-panel .components-notice .components-notice__content{margin:0}.gpp-element-panel-label .components-panel__body-toggle.components-button{display:flex;flex-direction:row-reverse;justify-content:flex-end}.gpp-element-panel-label .components-panel__body-toggle.components-button svg.components-panel__icon{margin:0 10px 0 0}button.gpp-block-elements-template-button{background:#fff;border:1px solid #ddd;border-radius:5px;cursor:pointer;margin:0 0 10px;padding:5px}button.gpp-block-elements-template-button:hover{border-color:var(--wp-admin-theme-color)}button.gpp-block-elements-template-button .gpp-block-template-label{color:#888;font-size:13px;padding:5px}.element-has-parent #generate_premium_elements{display:none}.gpp-block-element-template-panel{background:#fafafa}
+.gp-select-search .select-search-container{--select-search-background:#fff;--select-search-border:#949494;--select-search-selected:var(--wp-admin-theme-color);--select-search-text:#2c3338;--select-search-subtle-text:#6c6f85;--select-search-inverted-text:var(--select-search-background);--select-search-highlight:#eff1f5;box-sizing:border-box;color:var(--select-search-text);font-family:var(--select-search-font);position:relative;width:100%}.gp-select-search .select-search-container *,.gp-select-search .select-search-container :after,.gp-select-search .select-search-container :before{box-sizing:inherit}.gp-select-search .select-search-input{-webkit-font-smoothing:antialiased;-webkit-appearance:none;background:var(--select-search-background) url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E") no-repeat right 5px top 55%;background-size:13px 13px;border:1px solid var(--select-search-border);border-radius:3px;color:var(--select-search-text);display:block;font-size:13px;height:30px;letter-spacing:.01rem;line-height:30px;outline:none;padding:0 26px 0 8px;position:relative;text-align:left;text-overflow:ellipsis;width:100%;z-index:1}.gp-select-search .select-search-is-multiple .select-search-input{border-radius:3px 3px 0 0;margin-bottom:-2px}.gp-select-search .select-search-input::-webkit-search-cancel-button,.gp-select-search .select-search-input::-webkit-search-decoration,.gp-select-search .select-search-input::-webkit-search-results-button,.gp-select-search .select-search-input::-webkit-search-results-decoration{-webkit-appearance:none}.gp-select-search .select-search-input[readonly]{cursor:pointer}.gp-select-search .select-search-is-disabled .select-search-input{cursor:not-allowed}.gp-select-search .select-search-container:not(.select-search-is-disabled) .select-search-input:hover,.gp-select-search .select-search-container:not(.select-search-is-disabled).select-search-has-focus .select-search-input{border-color:var(--select-search-selected)}.gp-select-search .select-search-select{background:var(--select-search-background);border:1px solid var(--select-search-border);box-shadow:0 .0625rem .125rem rgba(0,0,0,.15);max-height:360px;overflow:auto}.gp-select-search .select-search-container:not(.select-search-is-multiple) .select-search-select{border-radius:3px;display:none;left:0;position:absolute;right:0;top:35px;z-index:2}.gp-select-search .select-search-container:not(.select-search-is-multiple).select-search-has-focus .select-search-select{display:block}.gp-select-search .select-search-has-focus .select-search-select{border-color:var(--select-search-selected)}.gp-select-search .select-search-options{list-style:none}.gp-select-search .select-search-not-found,.gp-select-search .select-search-option{-webkit-font-smoothing:antialiased;background:var(--select-search-background);border:none;color:var(--select-search-text);cursor:pointer;display:block;font-family:monospace;font-size:10px;height:30px;letter-spacing:.01rem;outline:none;padding:0 16px;text-align:left;width:100%}.gp-select-search .select-search-option:disabled{background:transparent!important;cursor:not-allowed;opacity:.5}.gp-select-search .select-search-is-highlighted,.gp-select-search .select-search-option:not(.select-search-is-selected):hover{background:var(--select-search-highlight)}.gp-select-search .select-search-is-selected{color:var(--select-search-selected);font-weight:700}.gp-select-search .select-search-group-header{font-size:12px;font-weight:700;letter-spacing:.1rem;padding:10px 16px;text-transform:uppercase}
diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/block-elements.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/block-elements.js
new file mode 100644
index 00000000..57b22635
--- /dev/null
+++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/block-elements.js
@@ -0,0 +1,3 @@
+!function(){var e={184:function(e,t){var n;!function(){"use strict";var i={}.hasOwnProperty;function a(){for(var e=[],t=0;t .gb-inside-container > .block-editor-inner-blocks > .block-editor-block-list__layout";return void 0!==s&&(d=s?".gb-container-"+a+".inline-post-meta-area > .gb-inside-container":".gb-container-"+a+".inline-post-meta-area"),r&&(o(e,d,{"justify-content":p}),"generateblocks.editor.tabletCSS"===(0,l.currentFilter)()&&o(e,d,{"justify-content":c}),"generateblocks.editor.mobileCSS"===(0,l.currentFilter)()&&o(e,d,{"justify-content":g})),e}function y(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n0?n({className:t.join(" ")}):n({className:""}),"generateblocks/headline"===i){var o=(0,p.__)("Hello World","gp-premium");"post-date"===e?o=(0,p.__)("Post date","gp-premium"):"post-author"===e?o=(0,p.__)("Post author name","gp-premium"):"terms"===e?o=(0,p.__)("Terms","gp-premium"):"comments-number"===e?o=(0,p.__)("Comments number","gp-premium"):"post-meta"===e?o=(0,p.__)("Post meta","gp-premium"):"user-meta"===e?o=(0,p.__)("User meta","gp-premium"):"term-meta"===e&&(o=(0,p.__)("Term meta","gp-premium")),n({content:o})}}}),""!==o&&(0,a.createElement)(c.Fragment,null,(0,a.createElement)(g.TextControl,{className:"gpp-blocks-dynamic-text-replace-field",type:"text",value:l}),"post-date"===o&&(0,a.createElement)(c.Fragment,null,(0,a.createElement)(g.SelectControl,{label:(0,p.__)("Date type","gp-premium"),value:T,options:[{label:(0,p.__)("Published date","gp-premim"),value:"published-date"},{label:(0,p.__)("Updated date","gp-premium"),value:"updated-date"}],onChange:function(e){n({gpDynamicDateType:e,gpDynamicTextBefore:"",gpDynamicUpdatedDateBefore:""})}}),"published-date"===T&&(0,a.createElement)(g.ToggleControl,{label:(0,p.__)("Replace with updated date","gp-premium"),checked:!!b,onChange:function(e){n({gpDynamicDateUpdated:e})}})),"terms"===o&&(0,a.createElement)(c.Fragment,null,(0,a.createElement)(g.SelectControl,{label:(0,p.__)("Taxonomy","gp-premium"),value:s,options:D,onChange:function(e){n({gpDynamicTextTaxonomy:e})}}),"generateblocks/headline"===i&&(0,a.createElement)(c.Fragment,null,(0,a.createElement)(g.TextControl,{label:(0,p.__)("Term separator","gp-premium"),type:"text",value:d,onChange:function(e){n({gpDynamicTextTaxonomySeparator:e})}}))),"comments-number"===o&&(0,a.createElement)(c.Fragment,null,(0,a.createElement)(g.TextControl,{label:(0,p.__)("No comments text","gp-premium"),type:"text",value:x,onChange:function(e){n({gpDynamicNoCommentsText:e})}}),(0,a.createElement)(g.TextControl,{label:(0,p.__)("Singular comments text","gp-premium"),type:"text",value:h,onChange:function(e){n({gpDynamicSingleCommentText:e})}}),(0,a.createElement)(g.TextControl,{label:(0,p.__)("Plural comments text","gp-premium"),help:(0,p.__)("Use % in place of the number of comments","gp-premium"),type:"text",value:f,onChange:function(e){n({gpDynamicMultipleCommentsText:e})}})),("post-meta"===o||"term-meta"===o||"user-meta"===o)&&(0,a.createElement)(g.TextControl,{label:(0,p.__)("Meta field name","gp-premium"),type:"text",value:m,onChange:function(e){n({gpDynamicTextCustomField:e})}}),"generateblocks/headline"===i&&(0,a.createElement)(c.Fragment,null,(0,a.createElement)(g.TextControl,{label:B,type:"text",value:u,onChange:function(e){n({gpDynamicTextBefore:e})}}),"post-date"===o&&!!b&&"published-date"===T&&(0,a.createElement)(g.TextControl,{label:(0,p.__)("Updated date before text","gp-premium"),type:"text",value:C,onChange:function(e){n({gpDynamicUpdatedDateBefore:e})}}))),S.length>1&&(0,a.createElement)(c.Fragment,null,(0,a.createElement)(g.SelectControl,{label:(0,p.__)("Dynamic link type","gp-premium"),value:y,options:S,onChange:function(e){"generateblocks/button"===i&&n(e?{gpDynamicLinkType:e,hasUrl:!0,url:"#"}:{gpDynamicLinkType:e,hasUrl:!1,url:""}),"generateblocks/headline"===i&&n({gpDynamicLinkType:e})}}),("post-meta"===y||"term-meta"===y||"user-meta"===y)&&(0,a.createElement)(g.TextControl,{label:(0,p.__)("Meta field name","gp-premium"),type:"text",value:_,onChange:function(e){n({gpDynamicLinkCustomField:e})}})),I&&(0,a.createElement)(c.Fragment,null,(0,a.createElement)(g.SelectControl,{label:(0,p.__)("Source","gp-premium"),value:r,options:[{label:(0,p.__)("Current post","gp-premium"),value:"current-post"},{label:(0,p.__)("Next post","gp-premium"),value:"next-post"},{label:(0,p.__)("Previous post","gp-premium"),value:"previous-post"}],onChange:function(e){n({gpDynamicSource:e})}}),("next-post"===r||"previous-post"===r)&&(0,a.createElement)(c.Fragment,null,(0,a.createElement)(g.ToggleControl,{label:(0,p.__)("In same term","gp-premium"),help:(0,p.__)("Check for posts with the same term as the current post.","gp-premim"),checked:!!k,onChange:function(e){n({gpDynamicSourceInSameTerm:e})}}),!!k&&(0,a.createElement)(g.TextControl,{label:(0,p.__)("Taxonomy","gp-premium"),help:(0,p.__)("The taxonomy to check if in the same term.","gp-premim"),type:"text",value:v,onChange:function(e){n({gpDynamicSourceInSameTermTaxonomy:e})}}))))}}]),o}(c.Component),E=L;function M(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function z(e){for(var t=1;tPrevious post title \x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"86e1ad46","element":"p","blockVersion":3,"typography":{"fontSize":"14px"},"spacing":{"marginBottom":"0px"},"gpDynamicTextType":"post-author","gpDynamicLinkType":"author-archives","gpDynamicTextReplace":"Author name","gpDynamicSource":"previous-post","gpDynamicTextBefore":"by "} --\x3e Author name
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"2540358d","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row-reverse","flexDirectionMobile":"row","alignItems":"center","columnGap":"20px","sizing":{"width":"50%","widthMobile":"100%","height":"","maxWidth":""},"typography":{"textAlignMobile":"left"},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"},"gpRemoveContainerCondition":"no-next-post"} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"featured-image","imageSource":"next-post","imageSize":"thumbnail","linkTo":"single-post","imageWidth":100,"imageHeight":100,"avatarSize":100} /--\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"daa456b5","isDynamic":true,"blockVersion":4,"sizing":{"width":"75%","widthMobile":"75%","height":"","maxWidth":""},"typography":{"textAlign":"right","textAlignMobile":"left"},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"2883b2a4","element":"p","blockVersion":3,"spacing":{"marginBottom":"5px"},"gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Next post title","gpDynamicSource":"next-post"} --\x3e Next post title
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"3d2e07c6","element":"p","blockVersion":3,"typography":{"fontSize":"14px"},"spacing":{"marginBottom":"0px"},"gpDynamicTextType":"post-author","gpDynamicLinkType":"author-archives","gpDynamicTextReplace":"Author name","gpDynamicSource":"next-post","gpDynamicTextBefore":"by "} --\x3e Author name
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_hook",value:"generate_after_do_template_part"},{key:"_generate_hook_priority",value:"1"},{key:"_generate_disable_post_navigation",value:!0},{key:"_generate_use_archive_navigation_container",value:!0}]},template_2:{label:(0,p._x)("Two columns with arrows","label","gp-premium"),thumbnail:"post-navigation-arrows-1.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"d1dd99b1","isDynamic":true,"blockVersion":4,"sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"20px","paddingRight":"0px","paddingBottom":"20px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"8878e700","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row","flexDirectionMobile":"column","alignItems":"center","justifyContent":"space-between","rowGapMobile":"10px","sizing":{"maxWidth":""},"useGlobalMaxWidth":true,"spacing":{"marginRight":"auto","marginLeft":"auto"}} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"9c89f761","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row","alignItems":"center","columnGap":"30px","sizing":{"width":"50%","widthMobile":"100%","height":"","maxWidth":""},"spacing":{"paddingTop":"","paddingRight":"","paddingBottom":"","paddingLeft":"","marginBottomMobile":"10px"},"gpRemoveContainerCondition":"no-previous-post"} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"9cf413a8","isDynamic":true,"blockVersion":4,"sizing":{"width":"","widthTablet":"","widthMobile":"","height":"","maxWidth":""},"spacing":{"paddingTop":"","paddingRight":"","paddingBottom":"","paddingLeft":""}} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"bec8d56e","hasUrl":true,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"textAlign":"center"},"spacing":{"paddingTop":"10px","paddingRight":"10px","paddingBottom":"10px","paddingLeft":"10px"},"backgroundColor":"#000000","backgroundColorHover":"#abb8c3","textColor":"#ffffff","hasIcon":true,"removeText":true,"iconStyles":{"width":"1.5em","height":"1.5em","paddingRight":"0.5em"},"gpDynamicLinkType":"single-post","gpDynamicSource":"previous-post"} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"625f3305","isDynamic":true,"blockVersion":4,"sizing":{"width":"","widthTablet":"","widthMobile":"","height":"","maxWidth":""},"spacing":{"paddingTop":"","paddingRight":"","paddingBottom":"","paddingLeft":""}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"a6f36397","element":"p","blockVersion":3,"spacing":{"marginBottom":"0px"},"gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Previous post title","gpDynamicSource":"previous-post"} --\x3e Previous post title
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"3d262c0b","element":"p","blockVersion":3,"typography":{"fontSize":"14px"},"spacing":{"marginBottom":"0px"},"gpDynamicTextType":"post-date","gpDynamicTextReplace":"Date","gpDynamicSource":"previous-post","gpDynamicDateUpdated":true} --\x3e Date
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"5d70717c","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row","alignItems":"center","justifyContent":"flex-end","justifyContentMobile":"flex-start","columnGap":"30px","sizing":{"width":"50%","widthMobile":"100%","height":"","maxWidth":""},"typography":{"textAlign":"right","textAlignMobile":"left"},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"},"gpRemoveContainerCondition":"no-next-post"} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"78f3ead4","isDynamic":true,"blockVersion":4,"sizing":{"width":"","widthTablet":"","widthMobile":"","height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"643cf12f","element":"p","blockVersion":3,"spacing":{"marginBottom":"0px"},"gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Next post title","gpDynamicSource":"next-post"} --\x3e Next post title
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"8ac35083","element":"p","blockVersion":3,"typography":{"fontSize":"14px"},"spacing":{"marginBottom":"0px"},"gpDynamicTextType":"post-date","gpDynamicTextReplace":"Date","gpDynamicSource":"next-post","gpDynamicDateUpdated":true} --\x3e Date
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"780c810b","isDynamic":true,"blockVersion":4,"orderMobile":-1,"sizing":{"width":"","widthTablet":"","widthMobile":"","height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"122d9fa4","hasUrl":true,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"textAlign":"center"},"spacing":{"paddingTop":"10px","paddingRight":"10px","paddingBottom":"10px","paddingLeft":"10px"},"backgroundColor":"#000000","backgroundColorHover":"#abb8c3","textColor":"#ffffff","hasIcon":true,"removeText":true,"iconStyles":{"width":"1.5em","height":"1.5em","paddingRight":"0.5em"},"gpDynamicLinkType":"single-post","gpDynamicSource":"next-post"} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_hook",value:"generate_after_do_template_part"},{key:"_generate_hook_priority",value:"1"},{key:"_generate_disable_post_navigation",value:!0},{key:"_generate_use_archive_navigation_container",value:!0}]},template_3:{label:(0,p._x)("Two columns with background overlays","label","gp-premium"),thumbnail:"post-navigation-overlay.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"aadd0a6f","isDynamic":true,"blockVersion":4,"sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"},"paddingSyncUnits":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"3642451a","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row","sizing":{"maxWidth":""},"useGlobalMaxWidth":true,"spacing":{"marginRight":"auto","marginLeft":"auto"}} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"59edc08b","backgroundColor":"#000000","textColor":"#ffffff","linkColor":"#ffffff","linkColorHover":"#e3e3e3","bgImage":{"id":"","image":{"url":"#dynamic-background-image"}},"bgOptions":{"selector":"pseudo-element","opacity":0.4,"overlay":false,"position":"center center","size":"cover","repeat":"no-repeat","attachment":""},"innerZindex":1,"isDynamic":true,"blockVersion":4,"position":"relative","overflowX":"hidden","overflowY":"hidden","sizing":{"width":"50%","widthMobile":"100%","height":"","maxWidth":""},"spacing":{"paddingTop":"40px","paddingRight":"40px","paddingBottom":"40px","paddingLeft":"40px"},"paddingSyncUnits":true,"gpDynamicImageBg":"featured-image","gpDynamicSource":"previous-post","gpRemoveContainerCondition":"no-previous-post"} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"a510c6c2","isDynamic":true,"blockVersion":4,"position":"relative","zindex":1,"sizing":{"maxWidth":""},"useGlobalMaxWidth":true,"spacing":{"marginRight":"auto","marginLeft":"auto"}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"8d3d4c12","element":"p","blockVersion":3,"display":"inline-block","typography":{"fontSize":"14px","textTransform":"uppercase"},"spacing":{"paddingTop":"5px","paddingRight":"10px","paddingBottom":"5px","paddingLeft":"10px"},"inlineWidth":true,"backgroundColor":"#cf2e2e"} --\x3e Previous
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"352592d1","element":"h3","blockVersion":3,"typography":{"fontSize":"25px"},"spacing":{"marginBottom":"0px"},"className":"","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Hello World","gpDynamicSource":"previous-post"} --\x3e Hello World
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"993a41e4","backgroundColor":"#000000","textColor":"#ffffff","linkColor":"#ffffff","linkColorHover":"#e3e3e3","bgImage":{"id":"","image":{"url":"#dynamic-background-image"}},"bgOptions":{"selector":"pseudo-element","opacity":0.4,"overlay":false,"position":"center center","size":"cover","repeat":"no-repeat","attachment":""},"innerZindex":1,"isDynamic":true,"blockVersion":4,"position":"relative","overflowX":"hidden","overflowY":"hidden","sizing":{"width":"50%","widthMobile":"100%","height":"","maxWidth":""},"spacing":{"paddingTop":"40px","paddingRight":"40px","paddingBottom":"40px","paddingLeft":"40px"},"paddingSyncUnits":true,"gpDynamicImageBg":"featured-image","gpDynamicSource":"next-post","gpRemoveContainerCondition":"no-next-post"} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"ea84c30e","isDynamic":true,"blockVersion":4,"position":"relative","zindex":1,"sizing":{"maxWidth":""},"useGlobalMaxWidth":true,"spacing":{"marginRight":"auto","marginLeft":"auto"}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"49c8845f","element":"p","blockVersion":3,"display":"inline-block","typography":{"fontSize":"14px","textTransform":"uppercase"},"spacing":{"paddingTop":"5px","paddingRight":"10px","paddingBottom":"5px","paddingLeft":"10px"},"inlineWidth":true,"backgroundColor":"#cf2e2e"} --\x3e Next
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"6ba8079e","element":"h3","blockVersion":3,"typography":{"fontSize":"25px"},"spacing":{"marginBottom":"0px"},"className":"","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Hello World","gpDynamicSource":"next-post"} --\x3e Hello World
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_hook",value:"generate_after_do_template_part"},{key:"_generate_hook_priority",value:"1"},{key:"_generate_disable_post_navigation",value:!0},{key:"_generate_use_archive_navigation_container",value:!1}]},template_4:{label:(0,p._x)("Two columns with arrows","label","gp-premium"),thumbnail:"post-navigation-arrows-2.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"96f5f0fa","innerContainer":"full","isDynamic":true,"blockVersion":4,"sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"},"paddingSyncUnits":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"f9c8f86f","isDynamic":true,"blockVersion":4,"display":"flex","sizing":{"maxWidth":""},"spacing":{"marginRight":"auto","marginLeft":"auto"}} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"5287d6da","backgroundColor":"#ffffff","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row-reverse","flexDirectionMobile":"column","justifyContent":"space-between","sizing":{"width":"50%","widthMobile":"100%","height":"","maxWidth":""},"spacing":{"paddingTop":"30px","paddingRight":"0px","paddingBottom":"25px","paddingLeft":"25px"},"gpRemoveContainerCondition":"no-previous-post"} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"75cd654a","isDynamic":true,"blockVersion":4,"sizing":{"width":"","widthMobile":"100%","height":"","maxWidth":""},"typography":{"textAlignMobile":"right"},"spacing":{"paddingTop":"","paddingRight":"","paddingBottom":"","paddingLeft":""}} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"6acb0e83","hasUrl":true,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"textAlign":"center"},"spacing":{"paddingTop":"15px","paddingRight":"20px","paddingBottom":"15px","paddingLeft":"20px"},"backgroundColor":"#0366d6","backgroundColorHover":"#222222","textColor":"#ffffff","textColorHover":"#ffffff","hasIcon":true,"removeText":true,"iconStyles":{"width":"1em","height":"1em","paddingRight":"0.5em"},"gpDynamicLinkType":"single-post","gpDynamicSource":"previous-post"} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"eb3b7005","isDynamic":true,"blockVersion":4,"sizing":{"width":"","widthMobile":"100%","height":"","maxWidth":""},"typography":{},"spacing":{"paddingTop":"","paddingRight":"","paddingBottom":"","paddingLeft":"","paddingTopMobile":"","paddingRightMobile":"10px","paddingBottomMobile":"","paddingLeftMobile":"","marginTopMobile":"20px"}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"0a2d5bfc","element":"h3","blockVersion":3,"typography":{"textAlign":"left"},"spacing":{"marginBottom":"10px"},"textColor":"#000000","linkColor":"#000000","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Hello World","gpDynamicSource":"previous-post"} --\x3e Hello World
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"164ae39e","element":"p","blockVersion":3,"display":"flex","alignItems":"center","typography":{"fontSize":"14px"},"spacing":{"marginBottom":"0px"},"hasIcon":true,"iconStyles":{"width":"1em","height":"1em","paddingRight":"0.5em"},"gpDynamicTextType":"comments-number","gpDynamicLinkType":"comments","gpDynamicTextReplace":"Comments number","gpDynamicSource":"previous-post"} --\x3e Comments number
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"7af8fa61","backgroundColor":"#0366d6","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row","flexDirectionMobile":"column","justifyContent":"space-between","sizing":{"width":"50%","widthMobile":"100%","height":"","maxWidth":""},"spacing":{"paddingTop":"30px","paddingRight":"25px","paddingBottom":"25px","paddingLeft":"0px"},"gpRemoveContainerCondition":"no-next-post"} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"045e1698","isDynamic":true,"blockVersion":4,"sizing":{"width":"","widthMobile":"100%","height":"","maxWidth":""},"typography":{},"spacing":{"paddingTop":"","paddingRight":"","paddingBottom":"","paddingLeft":""}} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"557abb73","hasUrl":true,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"textAlign":"center"},"spacing":{"paddingTop":"15px","paddingRight":"20px","paddingBottom":"15px","paddingLeft":"20px"},"backgroundColor":"#ffffff","backgroundColorHover":"#222222","textColor":"#0693e3","textColorHover":"#ffffff","hasIcon":true,"removeText":true,"iconStyles":{"width":"1em","height":"1em","paddingRight":"0.5em"},"gpDynamicLinkType":"single-post","gpDynamicSource":"next-post"} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"9ad09f6f","isDynamic":true,"blockVersion":4,"sizing":{"width":"","widthMobile":"100%","height":"","maxWidth":""},"typography":{},"spacing":{"paddingTop":"","paddingRight":"","paddingBottom":"","paddingLeft":"","paddingLeftMobile":"10px","marginTopMobile":"20px"}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"9ba9e9d1","element":"h3","blockVersion":3,"typography":{},"spacing":{"marginBottom":"10px"},"textColor":"#ffffff","linkColor":"#ffffff","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Hello World","gpDynamicSource":"next-post"} --\x3e Hello World
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"8ebf8dbe","element":"p","blockVersion":3,"display":"flex","alignItems":"center","typography":{"fontSize":"14px","textAlign":""},"spacing":{"marginBottom":"0px"},"textColor":"#ffffff","linkColor":"#ffffff","hasIcon":true,"iconStyles":{"width":"1em","height":"1em","paddingRight":"0.5em"},"gpDynamicTextType":"comments-number","gpDynamicLinkType":"comments","gpDynamicTextReplace":"Comments number","gpDynamicSource":"next-post"} --\x3e Comments number
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_hook",value:"generate_after_do_template_part"},{key:"_generate_hook_priority",value:"1"},{key:"_generate_disable_post_navigation",value:!0},{key:"_generate_use_archive_navigation_container",value:!1}]},template_5:{label:(0,p._x)("Two columns with featured image offset","label","gp-premim"),thumbnail:"post-navigation-offset.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"52018004","innerContainer":"full","isDynamic":true,"blockVersion":4,"sizing":{"height":"","maxWidth":""},"typography":{"textAlign":"right"},"spacing":{"paddingTop":"","paddingRight":"","paddingBottom":"","paddingLeft":"","marginRight":"30px","marginLeft":"30px","marginLeftTablet":"30px","marginRightMobile":"25px","marginLeftMobile":"25px"}} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"e54982d5","isDynamic":true,"blockVersion":4,"sizing":{"maxWidth":""},"spacing":{"marginRight":"auto","marginLeft":"auto"}} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"7bdd6853","columns":4,"horizontalGap":0,"verticalGapMobile":0,"isDynamic":true,"blockVersion":3,"useLegacyRowGap":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"4138dd74","isGrid":true,"gridId":"7bdd6853","bgImage":{"id":"","image":{"url":"#dynamic-background-image"}},"verticalAlignment":"center","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"column","justifyContent":"center","sizing":{"width":"25%","widthTablet":"50%","widthMobile":"50%","height":"100%","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"},"borders":{"borderBottomLeftRadius":"10px","borderTopLeftRadius":"10px","borderBottomLeftRadiusTablet":"0px","borderBottomLeftRadiusMobile":"0px","borderTopLeftRadiusMobile":"5px"},"gpDynamicImageBg":"featured-image","gpDynamicSource":"previous-post","gpRemoveContainerCondition":"no-previous-post"} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"83fd48c9","isDynamic":true,"blockVersion":4,"typography":{"textAlign":"left"}} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"a3aaad4c","hasUrl":true,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"textAlign":"center"},"spacing":{"paddingTop":"15px","paddingRight":"15px","paddingBottom":"15px","paddingLeft":"15px","marginRight":"1.5em","marginLeft":"-1.5em"},"borders":{"borderTopWidth":"7px","borderTopStyle":"solid","borderTopColor":"#f9f9f9","borderRightWidth":"7px","borderRightStyle":"solid","borderRightColor":"#f9f9f9","borderBottomWidth":"7px","borderBottomStyle":"solid","borderBottomColor":"#f9f9f9","borderLeftWidth":"7px","borderLeftStyle":"solid","borderLeftColor":"#f9f9f9","borderTopRightRadius":"100%","borderBottomRightRadius":"100%","borderBottomLeftRadius":"100%","borderTopLeftRadius":"100%"},"backgroundColor":"#b5b5b5","backgroundColorHover":"#222222","textColor":"#ffffff","textColorHover":"#ffffff","hasIcon":true,"removeText":true,"iconStyles":{"width":"1em","height":"1em","widthMobile":"0.8em","heightMobile":"0.8em","paddingRight":"0.5em"},"gpDynamicLinkType":"single-post","gpDynamicSource":"previous-post"} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"18430adf","isGrid":true,"gridId":"7bdd6853","backgroundColor":"#ffffff","isDynamic":true,"blockVersion":4,"position":"relative","zindex":2,"sizing":{"width":"25%","widthTablet":"50%","widthMobile":"50%","height":"100%","maxWidth":""},"typography":{"textAlign":"center"},"spacing":{"paddingTop":"30px","paddingRight":"30px","paddingBottom":"30px","paddingLeft":"30px","marginRight":"10px","marginRightTablet":"0px","paddingTopMobile":"10px","paddingRightMobile":"10px","paddingBottomMobile":"10px","paddingLeftMobile":"10px","marginRightMobile":"0px"},"paddingSyncUnits":true,"borders":{"borderTopRightRadius":"10px","borderBottomRightRadius":"10px","borderBottomRightRadiusTablet":"0px","borderTopRightRadiusMobile":"5px","borderBottomRightRadiusMobile":"0px"},"gpDynamicImageBg":"featured-image","gpDynamicSource":"previous-post","gpRemoveContainerCondition":"no-previous-post"} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"2acc62a4","element":"h3","blockVersion":3,"typography":{"fontSize":"25px","textAlign":"left","fontSizeMobile":"17px"},"spacing":{"paddingTop":"10px","paddingRight":"10px","paddingBottom":"10px","paddingLeft":"10px","marginBottom":"0em","marginLeft":"-4em","marginLeftMobile":"-3em"},"paddingSyncUnits":true,"borders":{"borderBottomLeftRadius":"10px","borderTopLeftRadius":"10px","borderTopRightRadiusMobile":"5px","borderBottomRightRadiusMobile":"5px","borderBottomLeftRadiusMobile":"5px","borderTopLeftRadiusMobile":"5px"},"backgroundColor":"#ffffff","textColor":"#000000","linkColor":"#000000","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Hello World","gpDynamicSource":"previous-post"} --\x3e Hello World
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"ce9878f4","isGrid":true,"gridId":"7bdd6853","backgroundColor":"#ffffff","isDynamic":true,"blockVersion":4,"position":"relative","zindex":1,"sizing":{"width":"25%","widthTablet":"50%","widthMobile":"50%","height":"100%","maxWidth":""},"typography":{"textAlign":"center"},"spacing":{"paddingTop":"30px","paddingRight":"30px","paddingBottom":"30px","paddingLeft":"30px","marginLeft":"10px","marginLeftTablet":"0px","paddingTopMobile":"10px","paddingRightMobile":"10px","paddingBottomMobile":"10px","paddingLeftMobile":"10px","marginLeftMobile":"0px"},"paddingSyncUnits":true,"borders":{"borderBottomLeftRadius":"10px","borderTopLeftRadius":"10px","borderTopLeftRadiusTablet":"0px","borderBottomLeftRadiusMobile":"5px","borderTopLeftRadiusMobile":"0px"},"gpDynamicImageBg":"featured-image","gpDynamicSource":"next-post","gpRemoveContainerCondition":"no-next-post"} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"9d97a37f","element":"h3","blockVersion":3,"typography":{"fontSize":"25px","textAlign":"right","fontSizeMobile":"17px"},"spacing":{"paddingTop":"10px","paddingRight":"10px","paddingBottom":"10px","paddingLeft":"10px","marginRight":"-4em","marginBottom":"0em","marginRightMobile":"-3em"},"paddingSyncUnits":true,"borders":{"borderTopRightRadius":"10px","borderBottomRightRadius":"10px","borderTopRightRadiusMobile":"5px","borderBottomRightRadiusMobile":"5px","borderBottomLeftRadiusMobile":"5px","borderTopLeftRadiusMobile":"5px"},"backgroundColor":"#ffffff","textColor":"#000000","linkColor":"#000000","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Hello World","gpDynamicSource":"next-post"} --\x3e Hello World
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"6c856070","isGrid":true,"gridId":"7bdd6853","bgImage":{"id":"","image":{"url":"#dynamic-background-image"}},"verticalAlignment":"center","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"column","justifyContent":"center","sizing":{"width":"25%","widthTablet":"50%","widthMobile":"50%","height":"100%","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"},"borders":{"borderTopRightRadius":"10px","borderBottomRightRadius":"10px","borderTopRightRadiusTablet":"0px","borderTopRightRadiusMobile":"0px","borderBottomRightRadiusMobile":"5px"},"gpDynamicImageBg":"featured-image","gpDynamicSource":"next-post","gpRemoveContainerCondition":"no-next-post"} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"be12f57c","isDynamic":true,"blockVersion":4} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"139d60e4","hasUrl":true,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"textAlign":"center"},"spacing":{"paddingTop":"15px","paddingRight":"15px","paddingBottom":"15px","paddingLeft":"15px","marginRight":"-1.5em","marginLeft":"1.5em"},"borders":{"borderTopWidth":"7px","borderTopStyle":"solid","borderTopColor":"#f9f9f9","borderRightWidth":"7px","borderRightStyle":"solid","borderRightColor":"#f9f9f9","borderBottomWidth":"7px","borderBottomStyle":"solid","borderBottomColor":"#f9f9f9","borderLeftWidth":"7px","borderLeftStyle":"solid","borderLeftColor":"#f9f9f9","borderTopRightRadius":"100%","borderBottomRightRadius":"100%","borderBottomLeftRadius":"100%","borderTopLeftRadius":"100%"},"backgroundColor":"#b5b5b5","backgroundColorHover":"#222222","textColor":"#ffffff","textColorHover":"#ffffff","hasIcon":true,"removeText":true,"iconStyles":{"width":"1em","height":"1em","widthMobile":"0.8em","heightMobile":"0.8em","paddingRight":"0.5em"},"gpDynamicLinkType":"single-post","gpDynamicSource":"next-post"} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_hook",value:"generate_after_do_template_part"},{key:"_generate_hook_priority",value:"1"},{key:"_generate_disable_post_navigation",value:!0},{key:"_generate_use_archive_navigation_container",value:!1}]}},Z={basic_1:{label:(0,p._x)("Inline with avatar","label","gp-premium"),thumbnail:"post-meta-inline.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"8a25fc79","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row","alignItems":"center","sizing":{"height":"","maxWidth":""},"typography":{"fontSize":"14px"},"spacing":{"paddingTop":"15px","paddingRight":"0px","paddingBottom":"15px","paddingLeft":"0px","marginTop":"20px","marginBottom":"20px"},"borders":{"borderTopWidth":"1px","borderTopStyle":"solid","borderTopColor":"#e8edf0","borderBottomWidth":"1px","borderBottomStyle":"solid","borderBottomColor":"#e8edf0"}} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"82a213c1","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row","alignItems":"center"} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"author-avatar","avatarRounded":true} /--\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"3fb4928a","element":"div","blockVersion":3,"display":"inline-block","spacing":{"paddingRight":"10px","marginLeft":"10px"},"inlineWidth":true,"gpDynamicTextType":"post-author","gpDynamicLinkType":"author-archives","gpDynamicTextReplace":"Author Name"} --\x3e Author Name
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"f9b55781","element":"div","blockVersion":3,"display":"inline-block","spacing":{"paddingLeft":"10px"},"inlineWidth":true,"borders":{"borderLeftWidth":"1px","borderLeftStyle":"solid","borderLeftColor":"#e8edf0"},"gpDynamicTextType":"post-date","gpDynamicTextReplace":"Date"} --\x3e Date
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"8fca9ec9","element":"div","blockVersion":3,"display":"inline-flex","alignItems":"center","spacing":{"paddingLeft":"10px","marginLeft":"10px"},"inlineWidth":true,"borders":{"borderLeftWidth":"1px","borderLeftStyle":"solid","borderLeftColor":"#e8edf0"},"hasIcon":true,"iconStyles":{"width":"1em","height":"1em","paddingRight":"0.5em"},"gpDynamicTextType":"comments-number","gpDynamicLinkType":"comments","gpDynamicTextReplace":"Comments","gpDynamicTextTaxonomy":"category","gpDynamicNoCommentsText":"0","gpDynamicSingleCommentText":"1","gpDynamicMultipleCommentsText":"%"} --\x3e \x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_post_meta_location",value:"after-post-title"},{key:"_generate_disable_primary_post_meta",value:!0}]},basic_2:{label:(0,p._x)("Stacked with avatar","label","gp-premium"),thumbnail:"post-meta-avatar-stacked.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"a745be15","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row","alignItems":"center","columnGap":"20px","sizing":{"height":"","maxWidth":""},"typography":{"fontSize":"14px"},"spacing":{"paddingTop":"20px","paddingRight":"0px","paddingBottom":"20px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"fd4592f4","isDynamic":true,"blockVersion":4,"sizing":{"width":"10%","widthMobile":"100%","height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"author-avatar","avatarSize":120} /--\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"137e86ad","isDynamic":true,"blockVersion":4,"sizing":{"width":"90%","widthMobile":"100%","height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"d7bb0434","element":"p","blockVersion":3,"spacing":{"marginBottom":"5px"},"gpDynamicTextType":"post-author","gpDynamicLinkType":"author-archives","gpDynamicTextReplace":"Author Name"} --\x3e Author Name
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"759ebd2f","element":"p","blockVersion":3,"spacing":{"marginBottom":"0px"},"gpDynamicTextType":"post-date","gpDynamicTextReplace":"Date","gpDynamicDateUpdated":true} --\x3e Date
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_post_meta_location",value:"after-post-title"},{key:"_generate_disable_primary_post_meta",value:!0}]},basic_3:{label:(0,p._x)("Term buttons","label","gp-premium"),thumbnail:"post-meta-term-buttons.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"7134d7c2","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row","alignItems":"center","columnGap":"10px","sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"},"paddingSyncUnits":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"e378fc0b","hasUrl":true,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"fontSize":"13px","textAlign":"center"},"fontSize":"","spacing":{"paddingTop":"10px","paddingRight":"10px","paddingBottom":"10px","paddingLeft":"10px","marginTop":"","marginRight":"","marginBottom":"","marginLeft":""},"borders":{"borderTopRightRadius":"","borderBottomRightRadius":"","borderBottomLeftRadius":"","borderTopLeftRadius":""},"backgroundColor":"#000000","backgroundColorHover":"#222222","textColor":"#ffffff","textColorHover":"#ffffff","className":"dynamic-term-class","gpDynamicTextType":"terms","gpDynamicLinkType":"term-archives","gpDynamicTextReplace":"Terms","gpDynamicTextTaxonomy":"category"} --\x3e Terms \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_post_meta_location",value:"before-post-title"},{key:"_generate_disable_primary_post_meta",value:!1}]}},Q={template_1:{label:(0,p._x)("Full footer 1","label","gp-premium"),thumbnail:"site-footer-full-1.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"73cd57e1","backgroundColor":"#1b1b42","shapeDividers":[],"isDynamic":true,"blockVersion":4,"sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"140px","paddingRight":"30px","paddingBottom":"60px","paddingLeft":"30px"}} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"7d9550dd","isDynamic":true,"blockVersion":4,"sizing":{"maxWidth":""},"useGlobalMaxWidth":true,"spacing":{"marginRight":"auto","marginLeft":"auto"}} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"b76f312f","columns":3,"horizontalGap":80,"verticalAlignment":"center","verticalGapTablet":40,"isDynamic":true,"blockVersion":3,"useLegacyRowGap":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"53cb46e2","isGrid":true,"gridId":"b76f312f","isDynamic":true,"blockVersion":4,"sizing":{"width":"60%","widthTablet":"100%","widthMobile":"100%","height":"100%","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"aa19f1fb","element":"h3","blockVersion":3,"textColor":"#ffffff"} --\x3e Reach out to us for a consultation.
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"41582601","element":"p","blockVersion":3,"spacing":{"paddingRight":"100px","paddingRightTablet":"0px"},"textColor":"#ffffff"} --\x3e Semper blandit suspendisse faucibus metus lobortis morbi magna vivamus per risus fermentum dapibus imperdiet praesent magnis.
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"529d5dda","hasUrl":true,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"fontWeight":"600","textAlign":"center"},"spacing":{"paddingTop":"10px","paddingRight":"20px","paddingBottom":"10px","paddingLeft":"20px","marginRight":"20px","marginBottomMobile":"20px"},"borders":{"borderTopWidth":"3px","borderTopStyle":"solid","borderTopColor":"#ffffff","borderTopColorHover":"rgba(242, 245, 250, 0.8)","borderRightWidth":"3px","borderRightStyle":"solid","borderRightColor":"#ffffff","borderRightColorHover":"rgba(242, 245, 250, 0.8)","borderBottomWidth":"3px","borderBottomStyle":"solid","borderBottomColor":"#ffffff","borderBottomColorHover":"rgba(242, 245, 250, 0.8)","borderLeftWidth":"3px","borderLeftStyle":"solid","borderLeftColor":"#ffffff","borderLeftColorHover":"rgba(242, 245, 250, 0.8)","borderTopRightRadius":"2px","borderBottomRightRadius":"2px","borderBottomLeftRadius":"2px","borderTopLeftRadius":"2px"},"backgroundColorHover":"#6212b3","backgroundColorHoverOpacity":0,"textColor":"#ffffff","textColorHover":"#f2f5fa"} --\x3e Contact Us \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"e1bd60bb","isGrid":true,"gridId":"b76f312f","removeVerticalGapTablet":true,"isDynamic":true,"blockVersion":4,"sizing":{"width":"20%","widthTablet":"50%","widthMobile":"100%","height":"100%","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"37420255","element":"p","blockVersion":3,"textColor":"#ffffff"} --\x3e Company Name
Address Here
Address Here
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"bf8e162e","element":"p","blockVersion":3,"display":"flex","alignItems":"center","spacing":{"marginBottom":"0px"},"textColor":"#ffffff","linkColor":"#ffffff","linkColorHover":"#f2f5fa","hasIcon":true,"iconStyles":{"width":"1em","height":"1em","paddingTop":".1em","paddingRight":"0.5em"}} --\x3e +1 000 000 0000
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"c762d353","isGrid":true,"gridId":"b76f312f","removeVerticalGapTablet":true,"removeVerticalGapMobile":true,"isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row","columnGap":"10px","sizing":{"width":"20%","widthTablet":"50%","widthMobile":"100%","height":"100%","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"13c371f8","hasUrl":true,"ariaLabel":"instagram link","blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"textAlign":"center"},"spacing":{"paddingTop":"6px","paddingRight":"6px","paddingBottom":"6px","paddingLeft":"6px","marginRight":""},"borders":{"borderTopWidth":"2px","borderTopStyle":"solid","borderTopColor":"#ffffff","borderTopColorHover":"#f2f5fa","borderRightWidth":"2px","borderRightStyle":"solid","borderRightColor":"#ffffff","borderRightColorHover":"#f2f5fa","borderBottomWidth":"2px","borderBottomStyle":"solid","borderBottomColor":"#ffffff","borderBottomColorHover":"#f2f5fa","borderLeftWidth":"2px","borderLeftStyle":"solid","borderLeftColor":"#ffffff","borderLeftColorHover":"#f2f5fa","borderTopRightRadius":"50px","borderBottomRightRadius":"50px","borderBottomLeftRadius":"50px","borderTopLeftRadius":"50px"},"backgroundColorHover":"#222222","textColor":"#ffffff","textColorHover":"#f2f5fa","hasIcon":true,"removeText":true,"iconStyles":{"width":"0.8em","height":"0.8em","paddingRight":"0.5em"}} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"926332bd","hasUrl":true,"ariaLabel":"twitter link","blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"textAlign":"center"},"spacing":{"paddingTop":"6px","paddingRight":"6px","paddingBottom":"6px","paddingLeft":"6px","marginRight":""},"borders":{"borderTopWidth":"2px","borderTopStyle":"solid","borderTopColor":"#ffffff","borderTopColorHover":"#f2f5fa","borderRightWidth":"2px","borderRightStyle":"solid","borderRightColor":"#ffffff","borderRightColorHover":"#f2f5fa","borderBottomWidth":"2px","borderBottomStyle":"solid","borderBottomColor":"#ffffff","borderBottomColorHover":"#f2f5fa","borderLeftWidth":"2px","borderLeftStyle":"solid","borderLeftColor":"#ffffff","borderLeftColorHover":"#f2f5fa","borderTopRightRadius":"50px","borderBottomRightRadius":"50px","borderBottomLeftRadius":"50px","borderTopLeftRadius":"50px"},"backgroundColorHover":"#222222","textColor":"#ffffff","textColorHover":"#f2f5fa","hasIcon":true,"removeText":true,"iconStyles":{"width":"0.8em","height":"0.8em","paddingRight":"0.5em"}} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"d957854e","hasUrl":true,"ariaLabel":"facebook link","blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"textAlign":"center"},"spacing":{"paddingTop":"6px","paddingRight":"6px","paddingBottom":"6px","paddingLeft":"6px"},"borders":{"borderTopWidth":"2px","borderTopStyle":"solid","borderTopColor":"#ffffff","borderTopColorHover":"#f2f5fa","borderRightWidth":"2px","borderRightStyle":"solid","borderRightColor":"#ffffff","borderRightColorHover":"#f2f5fa","borderBottomWidth":"2px","borderBottomStyle":"solid","borderBottomColor":"#ffffff","borderBottomColorHover":"#f2f5fa","borderLeftWidth":"2px","borderLeftStyle":"solid","borderLeftColor":"#ffffff","borderLeftColorHover":"#f2f5fa","borderTopRightRadius":"50px","borderBottomRightRadius":"50px","borderBottomLeftRadius":"50px","borderTopLeftRadius":"50px"},"backgroundColorHover":"#222222","textColor":"#ffffff","textColorHover":"#f2f5fa","hasIcon":true,"removeText":true,"iconStyles":{"width":"0.8em","height":"0.8em","paddingRight":"0.5em"}} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"0f87c806","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row","flexDirectionMobile":"column-reverse","alignItems":"center","justifyContent":"space-between","rowGapMobile":"20px","sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"60px","paddingRight":"0px","paddingBottom":"60px","paddingLeft":"0px","marginTop":"60px"},"borders":{"borderTopWidth":"1px","borderTopStyle":"solid","borderTopColor":"#ffffff"}} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"e6861bde","isDynamic":true,"blockVersion":4,"sizing":{"width":"","widthMobile":"100%","height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"97c10964","element":"p","blockVersion":3,"typography":{"fontSize":"17px"},"spacing":{"marginBottom":"0px"},"textColor":"#ffffff"} --\x3e © Company Name
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"7c528044","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row","flexDirectionMobile":"column","alignItems":"center","alignItemsMobile":"flex-start","columnGap":"20px","rowGapMobile":"10px","sizing":{"width":"","widthMobile":"100%","height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"907cc664","hasUrl":true,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"fontSize":"17px","textAlign":"center"},"fontSize":"","spacing":{"marginRight":""},"textColor":"#ffffff","textColorHover":"#f2f5fa"} --\x3e Privacy Policy \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"a6a340bc","hasUrl":true,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"fontSize":"17px","textAlign":"center"},"fontSize":"","textColor":"#ffffff","textColorHover":"#f2f5fa"} --\x3e Terms of Service \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e'},template_2:{label:(0,p._x)("Full footer 2","label","gp-premium"),thumbnail:"site-footer-full-2.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"e224c1dd","backgroundColor":"#fafbfc","isDynamic":true,"blockVersion":4,"sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"80px","paddingRight":"20px","paddingBottom":"80px","paddingLeft":"20px"}} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"0836612c","isDynamic":true,"blockVersion":4,"sizing":{"maxWidth":""},"useGlobalMaxWidth":true,"spacing":{"marginRight":"auto","marginLeft":"auto"}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"34307d45","element":"p","blockVersion":3,"typography":{"fontSize":"14px","letterSpacing":"0.3em","fontWeight":"bold","textTransform":"uppercase","textAlign":"center"},"spacing":{"marginTop":"10px"},"textColor":"#2e3d4d"} --\x3e Your Company Name
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"4068688a","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row","flexDirectionMobile":"column","alignItems":"center","rowGapMobile":"20px","sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"60px","paddingRight":"20px","paddingBottom":"60px","paddingLeft":"20px","marginTop":"60px","marginBottom":"60px"},"borders":{"borderTopWidth":"1px","borderTopStyle":"solid","borderTopColor":"#5c7a99","borderBottomWidth":"1px","borderBottomStyle":"solid","borderBottomColor":"#5c7a99"}} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"12d457ad","isDynamic":true,"blockVersion":4,"sizing":{"width":"33.33%","widthMobile":"100%","height":"","maxWidth":""},"typography":{"textAlign":"center"},"spacing":{"paddingTop":"0px","paddingRight":"20px","paddingBottom":"0px","paddingLeft":"20px"}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"8818b435","element":"p","blockVersion":3,"typography":{"fontSize":"13px","letterSpacing":"0.2em","fontWeight":"bold","textTransform":"uppercase"},"spacing":{"marginBottom":"0px"}} --\x3e PH +1 000 000 0000
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"68ec175a","isDynamic":true,"blockVersion":4,"sizing":{"width":"33.33%","widthMobile":"100%","height":"","maxWidth":""},"typography":{"textAlign":"center"},"spacing":{"paddingTop":"0px","paddingRight":"20px","paddingBottom":"0px","paddingLeft":"20px"},"borders":{"borderRightWidth":"1px","borderRightStyle":"solid","borderRightColor":"#5c7a99","borderLeftWidth":"1px","borderLeftStyle":"solid","borderLeftColor":"#5c7a99","borderTopWidthMobile":"0px","borderTopStyleMobile":"solid","borderTopColorMobile":"#5c7a99","borderRightWidthMobile":"0px","borderRightStyleMobile":"solid","borderRightColorMobile":"#5c7a99","borderBottomWidthMobile":"0px","borderBottomStyleMobile":"solid","borderBottomColorMobile":"#5c7a99","borderLeftWidthMobile":"0px","borderLeftStyleMobile":"solid","borderLeftColorMobile":"#5c7a99"}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"cf4dcfab","element":"p","blockVersion":3,"typography":{"fontSize":"13px","letterSpacing":"0.2em","fontWeight":"bold","textTransform":"uppercase"},"spacing":{"marginBottom":"0px"}} --\x3e 24 M Drive
East Hampton, NY 11937
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"47f78435","removeVerticalGapMobile":true,"isDynamic":true,"blockVersion":4,"sizing":{"width":"33.33%","widthMobile":"100%","height":"","maxWidth":""},"typography":{"textAlign":"center"},"spacing":{"paddingTop":"0px","paddingRight":"20px","paddingBottom":"0px","paddingLeft":"20px"}} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"2800ad9a","hasUrl":false,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"textAlign":"center"},"spacing":{"marginRight":"20px"},"textColor":"#2e3d4d","textColorHover":"#5c7a99","hasIcon":true,"removeText":true,"iconStyles":{"width":"0.9em","height":"0.9em","paddingRight":"0.5em"}} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"eb98a6f6","hasUrl":false,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"textAlign":"center"},"spacing":{"marginRight":"20px"},"textColor":"#2e3d4d","textColorHover":"#5c7a99","hasIcon":true,"removeText":true,"iconStyles":{"width":"0.9em","height":"0.9em","paddingRight":"0.5em"}} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"ab839eb9","hasUrl":false,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"textAlign":"center"},"spacing":{"marginRight":"20px"},"textColor":"#2e3d4d","textColorHover":"#5c7a99","hasIcon":true,"removeText":true,"iconStyles":{"width":"0.8em","height":"0.8em","paddingRight":"0.5em"}} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"5b757c38","hasUrl":false,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"textAlign":"center"},"spacing":{"marginRight":"20px"},"textColor":"#2e3d4d","textColorHover":"#5c7a99","hasIcon":true,"removeText":true,"iconStyles":{"width":"0.8em","height":"0.8em","paddingRight":"0.5em"}} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"77c9f71e","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row","flexDirectionMobile":"column","alignItems":"center","justifyContent":"space-between","rowGapMobile":"20px"} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"cc32f783","isDynamic":true,"blockVersion":4,"sizing":{"width":"50%","widthMobile":"100%","height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"1e50faeb","element":"p","blockVersion":3,"typography":{"fontSize":"12px","letterSpacing":"0.2em","fontWeight":"bold","textTransform":"uppercase","textAlign":"left","textAlignMobile":"center"},"spacing":{"marginBottom":"0px"}} --\x3e © Your Copyright Message
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"b706d851","removeVerticalGapMobile":true,"isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row","alignItems":"center","justifyContent":"flex-end","justifyContentMobile":"center","columnGap":"20px","rowGap":"10px","sizing":{"width":"50%","widthMobile":"100%","height":"","maxWidth":""},"typography":{},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"373aae0d","hasUrl":false,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"fontSize":"12px","letterSpacing":"0.2em","fontWeight":"bold","textTransform":"uppercase","textAlign":"center"},"fontSize":"","spacing":{"marginRight":""},"textColor":"#2e3d4d","textColorHover":"#5c7a99"} --\x3e Privacy Policy \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"3cd1cf71","hasUrl":false,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"fontSize":"12px","letterSpacing":"0.2em","fontWeight":"bold","textTransform":"uppercase","textAlign":"center"},"fontSize":"","textColor":"#2e3d4d","textColorHover":"#5c7a99"} --\x3e Terms of Service \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e'}},ee={template_1:{label:(0,p._x)("Basic layout with term buttons","label","gp-premium"),thumbnail:"content-template-basic.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"d2cafe96","isDynamic":true,"blockVersion":4,"sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"","paddingRight":"","paddingBottom":"","paddingLeft":""},"paddingSyncUnits":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"75c01790","isDynamic":true,"blockVersion":4} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"38620841","hasUrl":true,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"fontSize":"13px","textAlign":"center"},"fontSize":"","spacing":{"paddingTop":"5px","paddingRight":"10px","paddingBottom":"5px","paddingLeft":"10px"},"backgroundColor":"#000000","backgroundColorHover":"#222222","textColor":"#ffffff","textColorHover":"#ffffff","className":"dynamic-term-class","gpDynamicTextType":"terms","gpDynamicLinkType":"term-archives","gpDynamicTextReplace":"Terms","gpDynamicTextTaxonomy":"category"} --\x3e Terms \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"f593ba8c","blockVersion":3,"typography":{"fontWeight":"bold"},"spacing":{"marginBottom":"30px"},"linkColor":"#000000","linkColorHover":"#858585","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Post Title"} --\x3e Post Title
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"1ed16867","isDynamic":true,"blockVersion":4,"display":"flex","alignItems":"center","justifyContent":"space-between","columnGap":"10px","rowGap":"10px","sizing":{"height":"","maxWidth":""},"typography":{"fontSize":"14px"},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"dc72dc13","isDynamic":true,"blockVersion":4,"display":"flex","alignItems":"center","sizing":{"width":"50%","widthMobile":"50%","height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"author-avatar","avatarRounded":true} /--\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"c7b33e8b","element":"p","blockVersion":3,"spacing":{"marginBottom":"0px","marginLeft":"10px"},"gpDynamicTextType":"post-author","gpDynamicLinkType":"author-archives","gpDynamicTextReplace":"Author name"} --\x3e Author name
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"ec93a944","isDynamic":true,"blockVersion":4,"sizing":{"width":"50%","widthMobile":"50%","height":"","maxWidth":""},"typography":{"textAlign":"right"},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"af8af68e","element":"p","blockVersion":3,"spacing":{"marginBottom":"0px"},"gpDynamicTextType":"post-date","gpDynamicTextReplace":"Post date","gpDynamicDateUpdated":true} --\x3e Post date
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"b70b46a6","isDynamic":true,"blockVersion":4,"sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px","marginTop":"30px","marginBottom":"30px"},"paddingSyncUnits":true} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"featured-image","imageSize":"medium_large","linkTo":"single-post"} /--\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generatepress/dynamic-content {"contentType":"post-excerpt"} /--\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_block_element_editor_width_unit",value:"px"},{key:"_generate_block_element_editor_width",value:"750"},{key:"_generate_use_theme_post_container",value:!0}]},template_2:{label:(0,p._x)("Layout with offset content","label","gp-premium"),thumbnail:"content-template-offset.jpg",content:'\x3c!-- wp:generatepress/dynamic-image {"imageType":"featured-image","imageSize":"large","linkTo":"single-post"} /--\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"05e7d83e","backgroundColor":"#ffffff","isDynamic":true,"blockVersion":4,"position":"relative","zindex":1,"sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"20px","paddingRight":"20px","paddingBottom":"20px","paddingLeft":"20px","marginTop":"-65px","marginRight":"40px","marginBottom":"20px","marginLeft":"0px"},"paddingSyncUnits":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"83898f1c","element":"p","blockVersion":3,"typography":{"fontSize":"14px","fontWeight":"700","textTransform":"uppercase"},"spacing":{"marginBottom":"20px"},"linkColor":"#000000","linkColorHover":"#abb8c3","className":"dynamic-term-class","gpDynamicTextType":"terms","gpDynamicLinkType":"term-archives","gpDynamicTextReplace":"Category","gpDynamicTextTaxonomy":"category"} --\x3e Category
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"98a0e67b","blockVersion":3,"typography":{"fontSize":"28px"},"gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Title"} --\x3e Title
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generatepress/dynamic-content {"contentType":"post-excerpt","excerptLength":25,"useThemeMoreLink":false} /--\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"fed802f7","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row","alignItems":"center","justifyContent":"space-between","columnGap":"5px","rowGap":"5px","sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px","marginTop":"20px"},"paddingSyncUnits":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"74fcc8db","isDynamic":true,"blockVersion":4,"display":"flex","alignItems":"center","sizing":{"width":"66.66%","widthMobile":"66.66%","height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px","marginTop":"15px"}} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"author-avatar","avatarSize":35,"avatarRounded":true} /--\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"33ed7660","isDynamic":true,"blockVersion":4,"sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px","marginLeft":"10px"}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"2def9732","element":"p","blockVersion":3,"typography":{"fontSize":"15px"},"spacing":{"marginBottom":"0px"},"borders":{"borderRightWidth":"0px","borderRightStyle":"solid"},"gpDynamicTextType":"post-author","gpDynamicTextReplace":"Post author name"} --\x3e Post author name
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"dd34513e","element":"p","blockVersion":3,"typography":{"fontSize":"12px"},"spacing":{"marginRight":"10px","marginBottom":"0px"},"borders":{"borderBottomWidth":"0px","borderBottomStyle":"solid"},"gpDynamicTextType":"post-date","gpDynamicTextReplace":"Date","gpDynamicDateUpdated":true} --\x3e Date
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"6d144082","verticalAlignment":"center","isDynamic":true,"blockVersion":4,"sizing":{"width":"33.33%","widthMobile":"33.33%","height":"","maxWidth":""},"typography":{"textAlign":"right"},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px","marginTop":"15px"},"gpInlinePostMetaJustify":"flex-end"} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"7c89fc64","hasUrl":true,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"fontWeight":"700","textTransform":"uppercase","textAlign":"center"},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"},"textColor":"#000000","textColorHover":"#abb8c3","gpDynamicLinkType":"single-post"} --\x3e More \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_block_element_editor_width_unit",value:"px"},{key:"_generate_block_element_editor_width",value:"500"},{key:"_generate_use_theme_post_container",value:!1}]},template_3:{label:(0,p._x)("Layout with featured image overlay","label","gp-premim"),thumbnail:"content-template-overlay.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"99e0f8fe","gradient":true,"gradientDirection":180,"gradientColorOne":"#000000","gradientColorOneOpacity":0.62,"gradientColorTwo":"#000000","gradientColorTwoOpacity":0,"gradientSelector":"pseudo-element","textColor":"#ffffff","linkColor":"#ffffff","linkColorHover":"#ffffff","bgImage":{"id":"","image":{"url":"#dynamic-background-image"}},"innerZindex":1,"isDynamic":true,"blockVersion":4,"position":"relative","overflowX":"hidden","overflowY":"hidden","sizing":{"minHeight":"420px","height":"","maxWidth":""},"spacing":{"paddingTop":"20px","paddingRight":"20px","paddingBottom":"20px","paddingLeft":"20px"},"borders":{"borderTopRightRadius":"12px","borderBottomRightRadius":"12px","borderBottomLeftRadius":"12px","borderTopLeftRadius":"12px"},"gpDynamicImageBg":"featured-image"} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"95ce0971","isDynamic":true,"blockVersion":4,"position":"relative","zindex":1,"sizing":{"maxWidth":""},"useGlobalMaxWidth":true,"spacing":{"marginRight":"auto","marginLeft":"auto"}} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"864271b1","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row","alignItems":"center","justifyContent":"space-between","columnGap":"5px","rowGap":"5px","sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px","marginBottom":"10px"},"paddingSyncUnits":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"bc0ec4fa","element":"p","blockVersion":3,"typography":{"fontSize":"13px","fontWeight":"700","textTransform":"uppercase"},"spacing":{"marginRight":"10px","marginBottom":"0px"},"className":"dynamic-term-class","gpDynamicTextType":"terms","gpDynamicTextReplace":"Category","gpDynamicTextTaxonomy":"category","gpDynamicTextTaxonomySeparator":" / "} --\x3e Category
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"5e2dac4c","element":"p","blockVersion":3,"display":"flex","alignItems":"center","justifyContent":"flex-end","typography":{"fontSize":"12px","textAlign":"right"},"spacing":{"marginBottom":"0px"},"hasIcon":true,"iconStyles":{"width":"1.4em","height":"1.4em","paddingRight":"0.5em"},"gpDynamicTextType":"comments-number","gpDynamicTextReplace":"COMMENTS","gpDynamicNoCommentsText":"0","gpDynamicSingleCommentText":"1","gpDynamicMultipleCommentsText":"%"} --\x3e COMMENTS
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"b1e898af","blockVersion":3,"typography":{"fontSize":"24px"},"marginUnit":"%","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Title"} --\x3e Title
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"64bb1fda","isDynamic":true,"blockVersion":4,"display":"flex","justifyContent":"flex-end","spacing":{"marginTop":"300px"}} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"95f40917","hasUrl":true,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"fontSize":"12px","fontWeight":"700","textTransform":"uppercase","textAlign":"center"},"fontSize":"","spacing":{"paddingTop":"10px","paddingRight":"20px","paddingBottom":"10px","paddingLeft":"20px"},"borders":{"borderTopWidth":"1px","borderTopStyle":"solid","borderTopColor":"#ffffff","borderTopColorHover":"#ffffff","borderRightWidth":"1px","borderRightStyle":"solid","borderRightColor":"#ffffff","borderRightColorHover":"#ffffff","borderBottomWidth":"1px","borderBottomStyle":"solid","borderBottomColor":"#ffffff","borderBottomColorHover":"#ffffff","borderLeftWidth":"1px","borderLeftStyle":"solid","borderLeftColor":"#ffffff","borderLeftColorHover":"#ffffff","borderTopRightRadius":"8px","borderBottomRightRadius":"8px","borderBottomLeftRadius":"8px","borderTopLeftRadius":"8px"},"backgroundColor":"#ffffff","backgroundColorHover":"#ffffff","backgroundColorHoverOpacity":0.75,"textColor":"#000000","textColorHover":"#000000","gpDynamicLinkType":"single-post"} --\x3e Read More \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_block_element_editor_width_unit",value:"px"},{key:"_generate_block_element_editor_width",value:"500"},{key:"_generate_use_theme_post_container",value:!1}]},template_4:{label:(0,p._x)("Layout with slanted shape divider","label","gp-premim"),thumbnail:"content-template-slant.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"0af7ec3a","isDynamic":true,"blockVersion":4,"sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"},"paddingSyncUnits":true,"borders":{"borderTopWidth":"0px","borderTopStyle":"solid","borderTopColor":"#000000","borderRightWidth":"0px","borderRightStyle":"solid","borderRightColor":"#000000","borderBottomWidth":"0px","borderBottomStyle":"solid","borderBottomColor":"#000000","borderLeftWidth":"0px","borderLeftStyle":"solid","borderLeftColor":"#000000"}} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"featured-image","imageSize":"large"} /--\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"cc5683f8","shapeDividers":[{"shape":"gb-angle-1","color":"#ffffff","colorOpacity":1,"location":"bottom","height":50,"heightTablet":"","heightMobile":"","width":100,"widthTablet":"","widthMobile":"","flipHorizontally":false,"zindex":""}],"isDynamic":true,"blockVersion":4,"position":"relative","zindex":1,"sizing":{"height":"","maxWidth":""},"typography":{"fontSize":"14px"},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px","marginTop":"0px","marginBottom":"0px"},"paddingSyncUnits":true} /--\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"7f6bf8cd","backgroundColor":"#ffffff","shapeDividers":[],"isDynamic":true,"blockVersion":4,"position":"relative","zindex":1,"sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"25px","paddingBottom":"15px","paddingLeft":"25px","marginTop":"0px","marginRight":"0px","marginBottom":"0px","marginLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"7fd9c317","element":"p","blockVersion":3,"typography":{"fontSize":"14px"},"spacing":{"marginBottom":"5px"},"gpDynamicTextType":"post-date","gpDynamicTextReplace":"Post date","gpDynamicDateUpdated":true} --\x3e Post date
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"a8ee15fd","blockVersion":3,"typography":{"fontSize":"30px"},"spacing":{"marginBottom":"15px"},"gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Hello World"} --\x3e Hello World
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generatepress/dynamic-content {"contentType":"post-excerpt","excerptLength":25,"useThemeMoreLink":false} /--\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"72735d03","isDynamic":true,"blockVersion":4,"display":"flex","justifyContent":"flex-end"} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"120ee35e","hasUrl":true,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"fontWeight":"700","textTransform":"uppercase","textAlign":"center"},"spacing":{"paddingTop":"15px","paddingRight":"20px","paddingBottom":"15px","paddingLeft":"20px"},"backgroundColorHover":"#222222","textColor":"#000000","textColorHover":"#ffffff","gpDynamicLinkType":"single-post"} --\x3e Read More \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_block_element_editor_width_unit",value:"px"},{key:"_generate_block_element_editor_width",value:"500"},{key:"_generate_use_theme_post_container",value:!1}]},template_5:{label:(0,p._x)("Layout with centered content","label","gp-premim"),thumbnail:"content-template-centered.jpg",content:'\x3c!-- wp:generatepress/dynamic-image {"imageType":"featured-image","imageSize":"large"} /--\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"5a785d21","backgroundColor":"#ffffff","isDynamic":true,"blockVersion":4,"sizing":{"height":"","maxWidth":""},"typography":{"textAlign":"center"},"spacing":{"paddingTop":"25px","paddingRight":"25px","paddingBottom":"25px","paddingLeft":"25px"},"paddingSyncUnits":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"82629d5c","blockVersion":3,"typography":{"fontSize":"25px","fontWeight":"700"},"linkColor":"#000000","gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Hello World"} --\x3e Hello World
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generatepress/dynamic-content {"contentType":"post-excerpt","excerptLength":15,"useThemeMoreLink":false} /--\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"a1b8a609","hasUrl":true,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"fontSize":"15px","textTransform":"uppercase","textAlign":"center"},"fontSize":"","spacing":{"paddingTop":"8px","paddingRight":"20px","paddingBottom":"8px","paddingLeft":"20px"},"borders":{"borderTopRightRadius":"50px","borderBottomRightRadius":"50px","borderBottomLeftRadius":"50px","borderTopLeftRadius":"50px"},"backgroundColor":"#cf2e2e","backgroundColorHover":"#222222","textColor":"#ffffff","textColorHover":"#ffffff","gpDynamicLinkType":"single-post"} --\x3e Read more \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_block_element_editor_width_unit",value:"px"},{key:"_generate_block_element_editor_width",value:"500"},{key:"_generate_use_theme_post_container",value:!1}]},template_6:{label:(0,p._x)("Layout with borders","label","gp-premim"),thumbnail:"content-template-borders.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"0af4cc7c","backgroundColor":"#ffffff","isDynamic":true,"blockVersion":4,"sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"5px","paddingRight":"5px","paddingBottom":"5px","paddingLeft":"5px"},"paddingSyncUnits":true,"borders":{"borderTopWidth":"1px","borderTopStyle":"solid","borderTopColor":"#b6b6b6","borderRightWidth":"1px","borderRightStyle":"solid","borderRightColor":"#b6b6b6","borderBottomWidth":"1px","borderBottomStyle":"solid","borderBottomColor":"#b6b6b6","borderLeftWidth":"1px","borderLeftStyle":"solid","borderLeftColor":"#b6b6b6","borderTopRightRadius":"2px","borderBottomRightRadius":"2px","borderBottomLeftRadius":"2px","borderTopLeftRadius":"2px"}} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"featured-image","imageSize":"large"} /--\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"b69b5c43","isDynamic":true,"blockVersion":4,"sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"30px","paddingRight":"30px","paddingBottom":"30px","paddingLeft":"30px"},"paddingSyncUnits":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"8dfa4238","element":"p","blockVersion":3,"typography":{"fontSize":"14px","fontWeight":"700","textTransform":"uppercase"},"spacing":{"marginBottom":"5px"},"textColor":"#0693e3","className":"dynamic-term-class","gpDynamicTextType":"terms","gpDynamicLinkType":"term-archives","gpDynamicTextReplace":"Terms","gpDynamicTextTaxonomy":"category"} --\x3e Terms
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"29491daa","blockVersion":3,"typography":{"fontSize":"30px"},"spacing":{"marginBottom":"15px"},"gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Hello World"} --\x3e Hello World
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generatepress/dynamic-content {"contentType":"post-excerpt","excerptLength":25,"useThemeMoreLink":false} /--\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"d5dadc43","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row","alignItems":"center","justifyContent":"space-between","sizing":{"height":"","maxWidth":""},"typography":{"fontSize":"14px"},"spacing":{"paddingTop":"15px","paddingRight":"10px","paddingBottom":"10px","paddingLeft":"10px"},"borders":{"borderTopWidth":"1px","borderTopStyle":"solid","borderTopColor":"#b6b6b6"}} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"2c30b1f9","isDynamic":true,"blockVersion":4,"sizing":{"width":"50%","widthMobile":"50%","height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"fc06eba3","element":"p","blockVersion":3,"typography":{"fontSize":"14px"},"spacing":{"marginBottom":"0px"},"textColor":"#b6b6b6","gpDynamicTextType":"post-date","gpDynamicTextReplace":"Post date","gpDynamicTextTaxonomy":"category","gpDynamicDateUpdated":true} --\x3e Post date
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"9bb8c373","isDynamic":true,"blockVersion":4,"sizing":{"width":"50%","widthMobile":"50%","height":"","maxWidth":""},"typography":{"textAlign":"right"},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"0fcad1cd","hasUrl":true,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"textTransform":"uppercase","textAlign":"center"},"spacing":{"paddingTop":"8px","paddingRight":"12px","paddingBottom":"8px","paddingLeft":"12px"},"borders":{"borderTopWidth":"2px","borderTopStyle":"solid","borderTopColor":"#0693e3","borderTopColorHover":"#222222","borderRightWidth":"2px","borderRightStyle":"solid","borderRightColor":"#0693e3","borderRightColorHover":"#222222","borderBottomWidth":"2px","borderBottomStyle":"solid","borderBottomColor":"#0693e3","borderBottomColorHover":"#222222","borderLeftWidth":"2px","borderLeftStyle":"solid","borderLeftColor":"#0693e3","borderLeftColorHover":"#222222","borderTopRightRadius":"2px","borderBottomRightRadius":"2px","borderBottomLeftRadius":"2px","borderTopLeftRadius":"2px"},"backgroundColorHover":"#222222","textColor":"#0693e3","textColorHover":"#ffffff","gpDynamicLinkType":"single-post"} --\x3e Read more \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_block_element_editor_width_unit",value:"px"},{key:"_generate_block_element_editor_width",value:"500"},{key:"_generate_use_theme_post_container",value:!1}]},template_7:{label:(0,p._x)("Landscape layout","label","gp-premium"),thumbnail:"content-template-landscape.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"918d68ce","isDynamic":true,"blockVersion":4,"sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"","paddingRight":"","paddingBottom":"","paddingLeft":""},"paddingSyncUnits":true} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"ae18e4a9","columns":2,"horizontalGap":30,"verticalGapMobile":10,"isDynamic":true,"blockVersion":3,"useLegacyRowGap":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"ff15641f","isGrid":true,"gridId":"ae18e4a9","isDynamic":true,"blockVersion":4,"sizing":{"width":"40%","widthTablet":"40%","widthMobile":"100%","height":"100%","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"},"gpRemoveContainerCondition":"no-featured-image"} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"featured-image","imageSize":"medium_large","linkTo":"single-post"} /--\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"64596747","isGrid":true,"gridId":"ae18e4a9","verticalAlignment":"center","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"column","justifyContent":"center","sizing":{"width":"60%","widthTablet":"60%","widthMobile":"100%","height":"100%","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"20px","paddingBottom":"10px","paddingLeft":"0px","paddingTopMobile":"10px","paddingRightMobile":"10px","paddingBottomMobile":"10px","paddingLeftMobile":"10px"}} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"ce3f6f48","isDynamic":true,"blockVersion":4,"display":"flex","alignItems":"center","sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px","marginBottom":"10px"}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"fdbba1f9","element":"p","blockVersion":3,"typography":{"fontSize":"14px","fontWeight":"900","textTransform":"uppercase"},"spacing":{"paddingRight":"10px","marginRight":"10px","marginBottom":"0px"},"borders":{"borderRightWidth":"1px","borderRightStyle":"solid"},"className":"dynamic-term-class","gpDynamicTextType":"terms","gpDynamicTextReplace":"Category","gpDynamicTextTaxonomy":"category"} --\x3e Category
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"6df4d39e","element":"p","blockVersion":3,"typography":{"fontSize":"14px"},"spacing":{"marginRight":"10px","marginBottom":"0px"},"gpDynamicTextType":"post-date","gpDynamicTextReplace":"Date","gpDynamicDateUpdated":true} --\x3e Date
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"84923e14","blockVersion":3,"typography":{"fontSize":"28px"},"spacing":{"marginBottom":"20px"},"gpDynamicTextType":"title","gpDynamicLinkType":"single-post","gpDynamicTextReplace":"Title"} --\x3e Title
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generatepress/dynamic-content {"contentType":"post-excerpt","excerptLength":20} /--\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_block_element_editor_width_unit",value:"px"},{key:"_generate_block_element_editor_width",value:"800"},{key:"_generate_use_theme_post_container",value:!0}]}},te={template_1:{label:(0,p._x)("Default next and previous buttons","label","gp-premium"),thumbnail:"archive-navigation-buttons-2.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"fb6c192f","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row","alignItems":"center","justifyContent":"space-between","columnGap":"10px","rowGap":"10px","sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"},"paddingSyncUnits":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"af38c5d0","isDynamic":true,"blockVersion":4,"sizing":{"width":"50%","widthMobile":"50%","height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"aa4ef21a","hasUrl":true,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"textAlign":"center"},"hasIcon":true,"iconStyles":{"width":"1em","height":"1em","paddingRight":"0.5em"},"className":"button","gpDynamicLinkType":"previous-posts"} --\x3e Previous \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"4f3ab895","isDynamic":true,"blockVersion":4,"sizing":{"width":"50%","widthMobile":"50%","height":"","maxWidth":""},"typography":{"textAlign":"right"},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"84010058","hasUrl":true,"blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"textAlign":"center"},"hasIcon":true,"iconLocation":"right","iconPaddingRight":"","iconStyles":{"width":"1em","height":"1em","paddingLeft":"0.5em"},"className":"button","gpDynamicLinkType":"next-posts"} --\x3e Next \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_hook",value:"generate_after_main_content"},{key:"_generate_hook_priority",value:"20"},{key:"_generate_disable_archive_navigation",value:!0},{key:"_generate_use_archive_navigation_container",value:!0}]},template_2:{label:(0,p._x)("Rounded buttons with icon","label","gp-premium"),thumbnail:"archive-navigation-buttons-1.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"5edb5029","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"row","alignItems":"center","justifyContent":"center","columnGap":"10px","sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"},"paddingSyncUnits":true} --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"4c23c469","hasUrl":true,"ariaLabel":"Previous page","blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"textAlign":"center"},"spacing":{"paddingTop":"20px","paddingRight":"20px","paddingBottom":"20px","paddingLeft":"20px","marginTop":"","marginRight":"","marginBottom":"","marginLeft":""},"borders":{"borderTopWidth":"1px","borderTopStyle":"solid","borderTopColor":"#000000","borderRightWidth":"1px","borderRightStyle":"solid","borderRightColor":"#000000","borderBottomWidth":"1px","borderBottomStyle":"solid","borderBottomColor":"#000000","borderLeftWidth":"1px","borderLeftStyle":"solid","borderLeftColor":"#000000","borderTopRightRadius":"100px","borderBottomRightRadius":"100px","borderBottomLeftRadius":"100px","borderTopLeftRadius":"100px"},"backgroundColor":"#ffffff","backgroundColorHover":"#222222","textColor":"#000000","textColorHover":"#ffffff","hasIcon":true,"removeText":true,"iconStyles":{"width":"1em","height":"1em","paddingRight":"0.5em"},"gpDynamicLinkType":"previous-posts"} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- wp:generateblocks/button {"uniqueId":"55622f43","hasUrl":true,"ariaLabel":"Next page","blockVersion":4,"display":"inline-flex","alignItems":"center","justifyContent":"center","typography":{"textAlign":"center"},"spacing":{"paddingTop":"20px","paddingRight":"20px","paddingBottom":"20px","paddingLeft":"20px","marginTop":"","marginRight":"","marginBottom":"","marginLeft":""},"borders":{"borderTopWidth":"1px","borderTopStyle":"solid","borderTopColor":"#000000","borderRightWidth":"1px","borderRightStyle":"solid","borderRightColor":"#000000","borderBottomWidth":"1px","borderBottomStyle":"solid","borderBottomColor":"#000000","borderLeftWidth":"1px","borderLeftStyle":"solid","borderLeftColor":"#000000","borderTopRightRadius":"100px","borderBottomRightRadius":"100px","borderBottomLeftRadius":"100px","borderTopLeftRadius":"100px"},"backgroundColor":"#ffffff","backgroundColorHover":"#222222","textColor":"#000000","textColorHover":"#ffffff","hasIcon":true,"removeText":true,"iconStyles":{"width":"1em","height":"1em","paddingRight":"0.5em"},"gpDynamicLinkType":"next-posts"} --\x3e \x3c!-- /wp:generateblocks/button --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_hook",value:"generate_after_main_content"},{key:"_generate_hook_priority",value:"20"},{key:"_generate_disable_archive_navigation",value:!0},{key:"_generate_use_archive_navigation_container",value:!1}]}},ne={template_1:{label:(0,p._x)("Basic single post page hero","label","gp-premium"),thumbnail:"page-hero-basic.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"8b6d1c4b","backgroundColor":"#000000","textColor":"#ffffff","linkColor":"#ffffff","bgImage":{"id":"","image":{"url":"#dynamic-background-image"}},"bgOptions":{"selector":"pseudo-element","opacity":0.3,"overlay":false,"position":"center center","size":"cover","repeat":"no-repeat","attachment":""},"innerZindex":1,"isDynamic":true,"blockVersion":4,"position":"relative","overflowX":"hidden","overflowY":"hidden","sizing":{"height":"","maxWidth":""},"typography":{"textAlign":"center"},"spacing":{"paddingTop":"150px","paddingRight":"40px","paddingBottom":"150px","paddingLeft":"40px"},"gpDynamicImageBg":"featured-image"} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"3f517a84","isDynamic":true,"blockVersion":4,"position":"relative","zindex":1,"sizing":{"maxWidth":""},"useGlobalMaxWidth":true,"spacing":{"marginRight":"auto","marginLeft":"auto"}} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"62a8b2cc","element":"h1","blockVersion":3,"typography":{"fontSize":"50px"},"gpDynamicTextType":"title","gpDynamicTextReplace":"Page Title"} --\x3e Page Title
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"f49b9f49","isDynamic":true,"blockVersion":4,"display":"flex","alignItems":"center","justifyContent":"center","sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"},"paddingSyncUnits":true} --\x3e \x3c!-- wp:generatepress/dynamic-image {"imageType":"author-avatar","avatarRounded":true} /--\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"2e715b13","element":"p","blockVersion":3,"spacing":{"marginBottom":"0px","marginLeft":"10px"},"gpDynamicTextType":"post-author","gpDynamicTextReplace":"Author name"} --\x3e Author name
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"dedbe2c8","element":"p","blockVersion":3,"spacing":{"paddingLeft":"20px","marginBottom":"0px","marginLeft":"20px"},"borders":{"borderLeftWidth":"1px","borderLeftStyle":"solid"},"gpDynamicTextType":"post-date","gpDynamicTextReplace":"Post date","gpDynamicDateUpdated":true} --\x3e Post date
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_hook",value:"generate_after_header"},{key:"_generate_disable_title",value:!0},{key:"_generate_disable_featured_image",value:!0},{key:"_generate_disable_primary_post_meta",value:!0}]},template_2:{label:(0,p._x)("Single post hero with excerpt","label","gp-premium"),thumbnail:"page-hero-excerpt.jpg",content:'\x3c!-- wp:generateblocks/container {"uniqueId":"70385d72","isDynamic":true,"blockVersion":4,"sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"80px","paddingRight":"40px","paddingBottom":"80px","paddingLeft":"40px"}} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"01bfa731","isDynamic":true,"blockVersion":4,"sizing":{"maxWidth":""},"useGlobalMaxWidth":true,"spacing":{"marginRight":"auto","marginLeft":"auto"}} --\x3e \x3c!-- wp:generateblocks/grid {"uniqueId":"5dc55b95","columns":2,"horizontalGap":80,"verticalGap":20,"isDynamic":true,"blockVersion":3,"useLegacyRowGap":true} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"579e5b87","isGrid":true,"gridId":"5dc55b95","verticalAlignment":"center","isDynamic":true,"blockVersion":4,"display":"flex","flexDirection":"column","justifyContent":"center","sizing":{"width":"45%","widthTablet":"60%","widthMobile":"100%","height":"100%","maxWidth":""},"typography":{"fontSize":"14px"},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"}} --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"d909e043","isDynamic":true,"blockVersion":4,"display":"flex","alignItems":"center","sizing":{"height":"","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px","marginBottom":"10px"},"paddingSyncUnits":true} --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"9fdb86dc","element":"p","blockVersion":3,"typography":{"fontSize":"14px","fontWeight":"900","textTransform":"uppercase"},"spacing":{"paddingRight":"10px","marginRight":"10px","marginBottom":"0px"},"borders":{"borderRightWidth":"1px","borderRightStyle":"solid"},"textColor":"#000000","linkColor":"#000000","className":"dynamic-term-class","gpDynamicTextType":"terms","gpDynamicLinkType":"term-archives","gpDynamicTextReplace":"Category","gpDynamicTextTaxonomy":"category"} --\x3e Category
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"1ee4cbcf","element":"p","blockVersion":3,"typography":{"fontSize":"14px"},"spacing":{"marginRight":"10px","marginBottom":"0px"},"gpDynamicTextType":"post-date","gpDynamicTextReplace":"Date","gpDynamicDateUpdated":true} --\x3e Date
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/headline {"uniqueId":"56c7eb13","blockVersion":3,"spacing":{"marginBottom":"10px"},"gpDynamicTextType":"title","gpDynamicTextReplace":"Title"} --\x3e Title
\x3c!-- /wp:generateblocks/headline --\x3e \x3c!-- wp:generatepress/dynamic-content {"contentType":"post-excerpt","useThemeMoreLink":false} /--\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- wp:generateblocks/container {"uniqueId":"4e92c4e8","isGrid":true,"gridId":"5dc55b95","bgImage":{"id":"","image":{"url":"#dynamic-background-image"}},"bgOptions":{"selector":"element","opacity":1,"overlay":false,"position":"center center","size":"cover","repeat":"no-repeat","attachment":""},"isDynamic":true,"blockVersion":4,"sizing":{"width":"55%","widthTablet":"40%","widthMobile":"100%","minHeight":"400px","minHeightMobile":"250px","height":"100%","maxWidth":""},"spacing":{"paddingTop":"0px","paddingRight":"0px","paddingBottom":"0px","paddingLeft":"0px"},"gpDynamicImageBg":"featured-image","gpUseFallbackImageBg":true} /--\x3e \x3c!-- /wp:generateblocks/grid --\x3e \x3c!-- /wp:generateblocks/container --\x3e \x3c!-- /wp:generateblocks/container --\x3e',meta:[{key:"_generate_hook",value:"generate_after_header"},{key:"_generate_disable_title",value:!0},{key:"_generate_disable_featured_image",value:!0},{key:"_generate_disable_primary_post_meta",value:!0}]}},ie=window.wp.plugins,ae=window.wp.editPost,oe=window.wp.data,re=window.wp.domReady,pe=n.n(re),le=n(893);function ce(e,t){return String(e)===String(t)}function ge(e,t){return Array.isArray(e)?e.map((e=>t.find((t=>ce(t.value,e))))).filter((e=>e)):t.find((t=>ce(t.value,e)))||null}function se(e){return Array.isArray(e)?e:[e]}function de(e,t,n){if(!e&&!n)return t&&t.length&&t[0].name||"";const i=Array.isArray(e);return e||i?i?e.map((e=>e.name)).filter(Boolean).join(", "):e.name||"":""}function me(e){return e?Array.isArray(e)?e.filter(Boolean).map((e=>e.value)):e.value||null:null}function ue(e,t){return t.length?e.filter((e=>function(e,t){const n=e.length,i=t.length;if(n>i)return!1;if(t.indexOf(e)>=0)return!0;e:for(let a=0,o=0;a"group"===e.type?e.items.map((n=>({...n,group:e.name,index:t++}))):{...e,index:t++})).flat()}const xe=()=>{};function he({options:e,defaultValue:t,value:n,multiple:i,search:o,onChange:r=xe,onFocus:p=xe,onBlur:l=xe,closeOnSelect:c=!0,placeholder:g,getOptions:s,filterOptions:d,useFuzzySearch:m=!0,debounce:u}){const b=(0,a.useRef)(),[x,h]=(0,a.useState)(null),[f,y]=(0,a.useState)(""),[_,k]=(0,a.useState)(!1),[v,w]=function(e,t,n,i){const[o,r]=(0,a.useState)((()=>be(e))),[p,l]=(0,a.useState)(!1);return(0,a.useEffect)((()=>{let e;if(t)return e=setTimeout((()=>{const e=t(i,o);l(!0),Promise.resolve(e).then((e=>r(be(e)))).finally((()=>l(!1)))}),n),()=>{clearTimeout(e)}}),[i]),(0,a.useEffect)((()=>{r(be(e))}),[e]),[o,p]}(e,s,u,f),T=e=>{const t=function(e,t,n){if(!e)return t;if(!n)return e;if(!t)return se(e);const i=se(t),a=i.findIndex((t=>ce(t.value,e.value)));return a>=0?i.splice(a,1):i.push(e),i}(ge(decodeURIComponent(e),v),x,i);void 0===n&&h(t),r(me(t),t),setTimeout((()=>{b.current&&c&&b.current.blur()}),0)},C=function(e){const t=[];return e.forEach((e=>{if(e.group){const n=t.findIndex((t=>"group"===t.type&&t.name===e.group));n>=0?t[n].items.push(e):t.push({items:[e],type:"group",name:e.group})}else t.push(e)})),t}((E=[m?ue:null,...d||[]],M=v,z=f,E.filter(Boolean).reduce(((e,t)=>t(e,z)),M).map(((e,t)=>({...e,index:t}))))),[D,R,S]=function(e,t,n){const[i,o]=(0,a.useState)(-1);return[{onKeyDown:t=>{const n=t.key.replace("Arrow","").toLowerCase();"down"!==n&&"up"!==n||(t.preventDefault(),o(function(e,t,n){const i=n.length-1;let a=null,o=-1,r=e;for(;o++<=i&&(!a||a.disabled);)r="down"===t?r+1:r-1,r<0?r=i:r>i&&(r=0),a=n[r];return r}(i,n,e)))},onKeyUp:a=>{"Escape"===a.key?(a.preventDefault(),n.current.blur()):"Enter"===a.key&&(a.preventDefault(),e[i]&&t(e[i].value))}},i,o]}(C,T,b),I={search:f,focus:_,option:x,value:me(x),fetching:w,highlighted:R,options:C,displayValue:de(x,v,g)},B={tabIndex:"0",readOnly:!o,placeholder:g,value:_&&o?f:I.displayValue,ref:b,...D,onFocus:e=>{k(!0),p(e)},onBlur:e=>{k(!1),y(""),S(-1),l(e)},onMouseDown:e=>{_&&(e.preventDefault(),b.current.blur())},onChange:o?({target:e})=>y(e.value):null},L={tabIndex:"-1",onMouseDown(e){e.preventDefault(),T(e.currentTarget.value)}};var E,M,z;return(0,a.useEffect)((()=>{h(ge(void 0===n?t:n,v))}),[n,v]),[I,B,L]}const fe=e=>"string"==typeof e,ye=(e,t)=>fe(t)?`${t}-${e}`:t[e];function _e({optionProps:e,highlighted:t,selected:n,option:i,cls:a,renderOption:o,disabled:r}){const p={...e,value:encodeURIComponent(i.value),disabled:r},l=a({option:!0,"is-selected":n,"is-highlighted":t});return(0,le.jsxs)("li",{className:a("row"),role:"menuitem","data-index":i.index,children:[o&&o(p,i,{selected:n,highlighted:t},l),!o&&(0,le.jsx)("button",{type:"button",className:l,...p,children:i.name})]})}var ke=(0,a.memo)(_e);function ve(e){const{options:t,cls:n,renderOption:i,renderGroupHeader:a,optionProps:o,snapshot:r,disabled:p}=e;return(0,le.jsx)("ul",{className:n("options"),children:t.map((t=>{return"group"===t.type?(0,le.jsx)("li",{role:"none",className:n("row"),children:(0,le.jsxs)("div",{className:n("group"),children:[(0,le.jsx)("div",{className:n("group-header"),children:a?a(t.name):t.name}),(0,le.jsx)(ve,{...e,options:t.items})]})},t.name):(0,le.jsx)(ke,{option:t,optionProps:o,cls:n,renderOption:i,selected:(l=t,c=r.option,!!c&&(Array.isArray(c)?c.findIndex((e=>e.value===l.value))>=0:c.value===l.value)),highlighted:r.highlighted===t.index,disabled:t.disabled||p},t.value);var l,c}))})}var we=(0,a.memo)(ve);const Te=(0,a.forwardRef)((({disabled:e,placeholder:t,multiple:n,search:i,autoFocus:o,autoComplete:r,id:p,closeOnSelect:l,className:c,renderValue:g,renderOption:s,renderGroupHeader:d,fuzzySearch:m,emptyMessage:u,value:b,...x},h)=>{const f=(0,a.useRef)(null),y=e=>function(e,t){return fe(e)?ye(e,t):Object.entries(e).filter((([e,t])=>e&&t)).map((([e])=>ye(e,t))).join(" ")}(e,c),[_,k]=(0,a.useState)(b),[v,w,T]=he({value:_,placeholder:t,multiple:n,search:i,closeOnSelect:l&&!n,useFuzzySearch:m,...x}),{highlighted:C,value:D,fetching:R,focus:S}=v,I={...w,autoFocus:o,autoComplete:r,disabled:e};return(0,a.useEffect)((()=>{const{current:e}=f;if(e){const t=Array.isArray(D)?D[0]:D,n=e.querySelector(C>-1?`[data-index="${C}"]`:`[value="${encodeURIComponent(t)}"]`);if(n){const t=e.getBoundingClientRect(),i=n.getBoundingClientRect();e.scrollTop=n.offsetTop-t.height/2+i.height/2}}}),[D,C,f.current]),(0,a.useEffect)((()=>k(b)),[b]),(0,le.jsxs)("div",{ref:h,id:p,className:y({container:!0,"is-multiple":n,"is-disabled":e,"is-loading":R,"has-focus":S}),children:[(!n||t||i)&&(0,le.jsxs)("div",{className:y("value"),children:[g&&g(I,v,y("input")),!g&&(0,le.jsx)("input",{...I,className:y("input")})]}),(0,le.jsxs)("div",{className:y("select"),ref:f,onMouseDown:e=>e.preventDefault(),children:[v.options.length>0&&(0,le.jsx)(we,{options:v.options,optionProps:T,renderOption:s,renderGroupHeader:d,disabled:e,snapshot:v,cls:y}),!v.options.length&&(0,le.jsx)("ul",{className:y("options"),children:!v.options.length&&u&&(0,le.jsx)("li",{className:y("not-found"),children:u})})]})]})}));Te.defaultProps={options:[],fuzzySearch:!0,printOptions:"auto",closeOnSelect:!0,debounce:250,autoComplete:"on",className:"select-search"},Te.displayName="SelectSearch";var Ce=(0,a.memo)(Te);function De(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function Re(e){return(0,a.createElement)("div",{className:"gp-select-search"},(0,a.createElement)(Ce,function(e){for(var t=1;t0&&S(o)}},void 0!==V[e].thumbnail&&!!V[e].thumbnail&&(0,a.createElement)("img",{src:gpPremiumBlockElements.templateImageUrl+"/"+V[e].thumbnail,alt:V[e].label}),(0,a.createElement)("div",{className:"gpp-block-template-label"},V[e].label))})))),("right-sidebar"===l||"left-sidebar"===l)&&(0,a.createElement)(g.Notice,{status:"info",isDismissible:!1,className:"gpp-block-element-notice"},(0,p.__)("This will remove the current sidebar widgets for the selected sidebar. Your layout must have a sidebar set for this Element to show.","gp-premium")),"site-footer"===l&&(0,a.createElement)(g.BaseControl,null,(0,a.createElement)(g.Notice,{status:"info",isDismissible:!1,className:"gpp-block-element-notice"},(0,p.__)("This Element will replace your site footer area that holds your copyright message. It will not replace footer widgets if they exist.","gp-premium"))),"post-meta-template"===l&&(0,a.createElement)(c.Fragment,null,(0,a.createElement)(g.SelectControl,{label:(0,p.__)("Location","gp-premium"),value:b,options:[{label:(0,p.__)("After post title","gp-premium"),value:"after-post-title"},{label:(0,p.__)("Before post title","gp-premium"),value:"before-post-title"},{label:(0,p.__)("After content","gp-premium"),value:"after-content"},{label:(0,p.__)("Custom","gp-premium"),value:"custom"}],onChange:function(e){S({_generate_post_meta_location:e})}})),P.length>1&&(0,a.createElement)(g.SelectControl,{label:(0,p.__)("Quick hook select","gp-premium"),value:s||"",options:P,onChange:function(e){S({_generate_hook:e})}}),(!l||"hook"===l||"page-hero"===l||"post-navigation-template"===l||"archive-navigation-template"===l||"post-meta-template"===l&&"custom"===b)&&(0,a.createElement)(c.Fragment,null,(0,a.createElement)(g.BaseControl,{id:"gpp-hook-select",label:(0,p.__)("Hook name","gp-premium"),className:"gpp-hook-select"},(0,a.createElement)(Re,{options:M,value:s,placeholder:(0,p.__)("Choose your hook","gp-premium"),search:!0,onChange:function(e){e!==s&&S({_generate_hook:e||""})}})),"custom"===s&&(0,a.createElement)(g.TextControl,{label:(0,p.__)("Custom hook name","gp-premium"),type:"text",onChange:function(e){S({_generate_custom_hook:e||""})},value:d||""}),!!s&&(0,a.createElement)(g.TextControl,{label:(0,p.__)("Priority","gp-premium"),type:"text",onChange:function(e){S({_generate_hook_priority:e||""})},value:m||"",placeholder:"10"})),"post-meta-template"===l&&(0,a.createElement)(c.Fragment,null,(""===b||"after-post-title"===b||"before-post-title"===b||"custom"===b)&&(0,a.createElement)(g.ToggleControl,{checked:!!x,label:(0,p.__)("Replace default primary post meta","gp-premium"),onChange:function(e){S({_generate_disable_primary_post_meta:e})}}),("after-content"===b||"custom"===b)&&(0,a.createElement)(g.ToggleControl,{checked:!!h,label:(0,p.__)("Replace default secondary post meta","gp-premium"),onChange:function(e){S({_generate_disable_secondary_post_meta:e})}})),"content-template"===l&&(0,a.createElement)(c.Fragment,null,(0,a.createElement)(g.SelectControl,{label:(0,p.__)("Tag name","gp-premium"),value:u,options:[{label:"article",value:"article"},{label:"div",value:"div"},{label:"section",value:"section"},{label:"aside",value:"aside"}],onChange:function(e){S({_generate_post_loop_item_tagname:e})}}),(0,a.createElement)(g.SelectControl,{label:(0,p.__)("Apply to","gp-premium"),value:k,options:[{label:(0,p.__)("All posts","gp-premium"),value:""},{label:(0,p.__)("Posts with term","gp-premium"),value:"has-term"},{label:(0,p.__)("Posts with custom field","gp-premium"),value:"has-post-meta"},{label:(0,p.__)("First post","gp-premium"),value:"is-first-post"}],onChange:function(e){S({_generate_post_loop_item_display:e})}}),""!==k&&(0,a.createElement)(c.Fragment,null,"has-term"===k&&(0,a.createElement)(c.Fragment,null,(0,a.createElement)(g.SelectControl,{label:(0,p.__)("Taxonomy","gp-premium"),value:v,options:z,onChange:function(e){S({_generate_post_loop_item_display_tax:e})}}),!!v&&(0,a.createElement)(g.TextControl,{label:(0,p.__)("Term name","gp-premium"),type:"text",onChange:function(e){S({_generate_post_loop_item_display_term:e||""})},value:w||""})),"has-post-meta"===k&&(0,a.createElement)(g.TextControl,{label:(0,p.__)("Post meta name","gp-premium"),type:"text",onChange:function(e){S({_generate_post_loop_item_display_post_meta:e||""})},value:T||""}),q.length>0&&(0,a.createElement)(c.Fragment,null,(0,a.createElement)(g.BaseControl,null,(0,a.createElement)(g.ComboboxControl,{className:"editor-page-attributes__parent",label:(0,p.__)("Parent Element","gp-premium"),help:(0,p.__)("Set a parent Element to inherit in case the above conditions do not apply.","gp-premim"),value:L,options:q,onFilterValueChange:function(e){e&&$()(I(e),300)},onChange:function(e){I(e)}})),!!L&&(0,a.createElement)(g.TextControl,{type:"number",label:(0,p.__)("Display Order","gp-premium"),onChange:function(e){B(e)},value:E}))),(0,a.createElement)(g.ToggleControl,{checked:!!_,label:(0,p.__)("Keep default post container","gp-premium"),onChange:function(e){S({_generate_use_theme_post_container:e})}})),"page-hero"===l&&(0,a.createElement)(c.Fragment,null,(0,a.createElement)(g.ToggleControl,{checked:!!f,label:(0,p.__)("Disable title","gp-premium"),onChange:function(e){S({_generate_disable_title:e})}}),(0,a.createElement)(g.ToggleControl,{checked:!!y,label:(0,p.__)("Disable featured image","gp-premium"),onChange:function(e){S({_generate_disable_featured_image:e})}}),(0,a.createElement)(g.ToggleControl,{checked:!!x,label:(0,p.__)("Disable primary post meta","gp-premium"),onChange:function(e){S({_generate_disable_primary_post_meta:e})}})),"site-footer"===l&&(0,a.createElement)(c.Fragment,null,(0,a.createElement)(g.TextControl,{className:"gpp-block-dynamic-year",type:"text",readOnly:!0,value:"{{current_year}}",label:(0,p.__)("Current year template tag","gp-premium"),help:(0,p.__)("Use the above template tag to add the current year to your footer.","gp-premium")})),"post-navigation-template"===l&&(0,a.createElement)(c.Fragment,null,(0,a.createElement)(g.ToggleControl,{checked:!!C,label:(0,p.__)("Disable default post navigation","gp-premium"),onChange:function(e){S({_generate_disable_post_navigation:e})}}),(0,a.createElement)(g.ToggleControl,{checked:!!R,label:(0,p.__)("Add default archive navigation container","gp-premium"),onChange:function(e){S({_generate_use_archive_navigation_container:e})}})),"archive-navigation-template"===l&&(0,a.createElement)(c.Fragment,null,(0,a.createElement)(g.ToggleControl,{checked:!!D,label:(0,p.__)("Disable default pagination","gp-premium"),onChange:function(e){S({_generate_disable_archive_navigation:e})}}),(0,a.createElement)(g.ToggleControl,{checked:!!R,label:(0,p.__)("Keep default archive navigation container","gp-premium"),onChange:function(e){S({_generate_use_archive_navigation_container:e})}}))))}}]),o}(c.Component),Le=(0,oe.withSelect)((function(e){var t=e("core/editor").getEditedPostAttribute;return{meta:t("meta"),elementParent:t("parent"),elementMenuOrder:t("menu_order")}})),Ee=(0,oe.withDispatch)((function(e,t){var n=t.meta,i=e("core/editor").editPost;return{updateMeta:function(e){i({meta:Ie(Ie({},n),e)})},updateParentId:function(e){i({parent:e})},updateOrder:function(e){i({menu_order:e})}}})),Me=(0,s.compose)([Le,Ee])(Be);(0,ie.registerPlugin)("generatepress-block-element",{icon:null,render:Me}),pe()((function(){return(0,ie.unregisterPlugin)("generatepress-content-width")}))}()}();
\ No newline at end of file
diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/customizer.asset.php b/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/customizer.asset.php
new file mode 100644
index 00000000..ee571e28
--- /dev/null
+++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/customizer.asset.php
@@ -0,0 +1 @@
+ array('wp-hooks', 'wp-i18n'), 'version' => '4ec1543129b0728cd3b0');
diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/customizer.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/customizer.js
new file mode 100644
index 00000000..3a201d2e
--- /dev/null
+++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/customizer.js
@@ -0,0 +1 @@
+!function(){"use strict";function e(o){return e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e(o)}function o(o){var r=function(o,r){if("object"!==e(o)||null===o)return o;var t=o[Symbol.toPrimitive];if(void 0!==t){var n=t.call(o,"string");if("object"!==e(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(o)}(o);return"symbol"===e(r)?r:String(r)}var r=window.wp.hooks,t=window.wp.i18n;function n(e,o){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(e);o&&(t=t.filter((function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable}))),r.push.apply(r,t)}return r}function a(e){for(var r=1;r array('react', 'wp-api-fetch', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => '0ab64c3a1832f10e060d');
diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/dashboard.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/dashboard.js
new file mode 100644
index 00000000..861ddff5
--- /dev/null
+++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/dashboard.js
@@ -0,0 +1 @@
+!function(){var e,t={373:function(e,t,n){"use strict";function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}function s(e,t,n){return(t=function(e){var t=function(e,t){if("object"!==r(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var s=n.call(e,"string");if("object"!==r(s))return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"===r(t)?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function a(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n0&&void 0!==arguments[0]?arguments[0]:u;a(!0),S(!!e);var t=document.querySelector(".generatepress-dashboard__section-item-message");t.classList.remove("generatepress-dashboard__section-item-message__show"),p()({path:"/generatepress-pro/v1/license",method:"POST",data:{key:e,status:f}}).then((function(e){a(!1),t.classList.add("generatepress-dashboard__section-item-message__show"),e.success&&e.response?(t.classList.remove("generatepress-dashboard__section-item-message__error"),"valid"===e.response.license?t.textContent=(0,c.__)("License key activated.","gp-premium"):"deactivated"===e.response.license?t.textContent=(0,c.__)("License key deactivated.","gp-premium"):t.textContent=e.response,h(e.response.license),setTimeout((function(){t.classList.remove("generatepress-dashboard__section-item-message__show")}),3e3)):(t.classList.add("generatepress-dashboard__section-item-message__error"),t.textContent=e.response)}))};return(0,i.createElement)(i.Fragment,null,(0,i.createElement)("div",{className:"generatepress-dashboard__section generatepress-license-key-area"},(0,i.createElement)("div",{className:"generatepress-dashboard__section-title"},(0,i.createElement)("h2",null,(0,c.__)("License Key","gp-premium")),(0,i.createElement)("span",{className:"generatepress-dashboard__section-item-message"})),(0,i.createElement)("div",{className:"generatepress-dashboard__section-item"},(0,i.createElement)(l.Notice,{className:"generatepress-dashboard__section-license-notice",isDismissible:!1,status:"valid"===f?"success":"warning"},"valid"===f?(0,i.createElement)("span",null,(0,c.__)("Receiving premium updates.","gp-premium")):(0,i.createElement)("span",null,(0,c.__)("Not receiving premium updates.","gp-premium"))),(0,i.createElement)("div",{className:"generatepress-dashboard__section-license-key"},w?(0,i.createElement)(l.TextControl,{type:"text",autoComplete:"off",value:u,disabled:!0}):(0,i.createElement)(i.Fragment,null,(0,i.createElement)(l.TextControl,{placeholder:(0,c.__)("Enter your license key to activate updates.","gp-premium"),type:"text",autoComplete:"off",onChange:function(e){return g(e)}}),!!u&&(0,i.createElement)(l.Button,{variant:"primary",disabled:!!s,onClick:function(){return O()}},s&&(0,i.createElement)(l.Spinner,null),!s&&(0,c.__)("Save key"))),!!w&&!!u&&(0,i.createElement)(l.Button,{variant:"primary",onClick:function(){g(""),O("")}},(0,c.__)("Clear key","generateblocks"))),""!==u&&(0,i.createElement)("div",{className:"generatepress-dashboard__section-beta-tester"},(0,i.createElement)(l.ToggleControl,{label:(0,c.__)("Receive development version updates"),help:(0,c.__)("Get alpha, beta, and release candidate updates directly to your Dashboard.","gp-premium"),checked:!!v,onChange:function(e){y(e),function(e){var t=document.querySelector(".generatepress-dashboard__section-item-message");t.classList.remove("generatepress-dashboard__section-item-message__show"),p()({path:"/generatepress-pro/v1/beta",method:"POST",data:{beta:e}}).then((function(e){a(!1),t.classList.add("generatepress-dashboard__section-item-message__show"),e.success&&e.response?(t.classList.remove("generatepress-dashboard__section-item-message__error"),t.textContent=e.response,setTimeout((function(){t.classList.remove("generatepress-dashboard__section-item-message__show")}),3e3)):(t.classList.add("generatepress-dashboard__section-item-message__error"),t.textContent=e.response)}))}(e)}})))))};window.addEventListener("DOMContentLoaded",(function(){(0,m.render)((0,i.createElement)(b,null),document.getElementById("generatepress-license-key"))}));var v=function(){var e=o((0,m.useState)(!1),2),t=e[0],n=e[1],s=o((0,m.useState)(!1),2),a=s[0],d=s[1],u=o((0,m.useState)(!1),2),_=u[0],f=u[1],h=o((0,m.useState)(!1),2),b=h[0],v=h[1],y=o((0,m.useState)("all"),2),E=y[0],w=y[1];return(0,m.useEffect)((function(){t||n(!0)})),t?(0,i.createElement)(i.Fragment,null,(0,i.createElement)("div",{className:"generatepress-dashboard__section"},(0,i.createElement)("div",{className:"generatepress-dashboard__section-title"},(0,i.createElement)("h2",null,(0,c.__)("Import / Export","gp-premium"))),(0,i.createElement)("div",{className:"generatepress-dashboard__section-item"},(0,i.createElement)("div",{className:"generatepress-dashboard__section-item-content"},(0,i.createElement)("div",{className:"generatepress-dashboard__section-item-title"},(0,c.__)("Export","gp-premium")),(0,i.createElement)("div",{className:"generatepress-dashboard__section-item-description"},(0,c.__)("Export your customizer settings.","gp-premium"))),(0,i.createElement)("div",{className:"generatepress-dashboard__section-item-action"},(0,i.createElement)("span",{className:"generatepress-dashboard__section-item-message"}),(0,i.createElement)(l.ButtonGroup,{className:"generatepress-dashboard__section-item-export-type"},(0,i.createElement)(l.Button,{isPrimary:"all"===E,onClick:function(){return w("all")}},(0,c.__)("All","gp-premium")),(0,i.createElement)(l.Button,{isPrimary:"global-colors"===E,onClick:function(){return w("global-colors")}},(0,c.__)("Global Colors","gp-premium")),(0,i.createElement)(l.Button,{isPrimary:"typography"===E,onClick:function(){return w("typography")}},(0,c.__)("Typography","gp-premium"))),(0,i.createElement)(l.Button,{disabled:!!a,isPrimary:!0,onClick:function(e){return function(e){d(!0);var t=e.target.previousElementSibling.previousElementSibling;p()({path:"/generatepress-pro/v1/export",method:"POST",data:{items:!1,type:E}}).then((function(e){if(d(!1),t.classList.add("generatepress-dashboard__section-item-message__show"),"object"===r(e.response)?t.textContent=(0,c.__)("Options exported","gp-premium"):t.textContent=e.response,e.success&&e.response){var n=(new Date).toISOString().slice(0,10),s="generatepress-settings-"+E+"-"+n+".json",a=new Blob([JSON.stringify(e.response)],{type:"application/json",name:s});g()(a,s),setTimeout((function(){t.classList.remove("generatepress-dashboard__section-item-message__show")}),3e3)}else t.classList.add("generatepress-dashboard__section-item-message__error")}))}(e)}},!!a&&(0,i.createElement)(l.Spinner,null),!a&&(0,c.__)("Export","gp-premium")))),(0,i.createElement)("div",{className:"generatepress-dashboard__section-item"},(0,i.createElement)("div",{className:"generatepress-dashboard__section-item-content"},(0,i.createElement)("div",{className:"generatepress-dashboard__section-item-title"},(0,c.__)("Import","gp-premium")),(0,i.createElement)("div",{className:"generatepress-dashboard__section-item-description"},(0,c.__)("Import your customizer settings.","gp-premium"))),(0,i.createElement)("div",{className:"generatepress-dashboard__section-item-action"},(0,i.createElement)("span",{className:"generatepress-dashboard__section-item-message"}),(0,i.createElement)("input",{type:"file",accept:".json",onChange:function(e){var t=new FileReader;t.onloadend=function(){var e=t.result;(e=JSON.parse(e))&&v(e)},t.readAsText(e.target.files[0])}}),(0,i.createElement)(l.Button,{disabled:!!_||!b,isPrimary:!0,onClick:function(e){window.confirm((0,c.__)("This can overwrite existing settings and cannot be undone.","gp-premium"))&&function(e){f(!0);var t=e.target.previousElementSibling.previousElementSibling,n=e.target.previousElementSibling;n.style.display="none",p()({path:"/generatepress-pro/v1/import",method:"POST",data:{import:b}}).then((function(e){f(!1),t.classList.add("generatepress-dashboard__section-item-message__show"),"object"===r(e.response)?t.textContent=(0,c.__)("Options imported.","gp-premium"):t.textContent=e.response,e.success&&e.response?setTimeout((function(){t.classList.remove("generatepress-dashboard__section-item-message__show"),n.style.display="block",n.value=""}),3e3):t.classList.add("generatepress-dashboard__section-item-message__error")}))}(e)}},!!_&&(0,i.createElement)(l.Spinner,null),!_&&(0,c.__)("Import","gp-premium")))))):(0,i.createElement)(l.Placeholder,{className:"generatepress-dashboard__placeholder"},(0,i.createElement)(l.Spinner,null))};window.addEventListener("DOMContentLoaded",(function(){(0,m.render)((0,i.createElement)(v,null),document.getElementById("generatepress-import-export-pro"))}));var y=function(){var e=o((0,m.useState)(!1),2),t=e[0],n=e[1],s=o((0,m.useState)(!1),2),a=s[0],d=s[1];return(0,m.useEffect)((function(){t||n(!0)})),t?(0,i.createElement)(i.Fragment,null,(0,i.createElement)("div",{className:"generatepress-dashboard__section"},(0,i.createElement)("div",{className:"generatepress-dashboard__section-title",style:{marginBottom:0}},(0,i.createElement)("h2",null,(0,c.__)("Reset","gp-premium"))),(0,i.createElement)("div",{className:"generatepress-dashboard__section-item-description",style:{marginTop:0}},(0,c.__)("Reset your customizer settings.","gp-premium")),(0,i.createElement)(l.Button,{className:"generatepress-dashboard__reset-button",style:{marginTop:"10px"},disabled:!!a,isPrimary:!0,onClick:function(e){window.confirm((0,c.__)("This will delete all of your customizer settings. It cannot be undone.","gp-premium"))&&function(e){d(!0);var t=e.target.nextElementSibling;p()({path:"/generatepress-pro/v1/reset",method:"POST",data:{items:!1}}).then((function(e){d(!1),t.classList.add("generatepress-dashboard__section-item-message__show"),"object"===r(e.response)?t.textContent=(0,c.__)("Settings reset.","gp-premium"):t.textContent=e.response,e.success&&e.response?setTimeout((function(){t.classList.remove("generatepress-dashboard__section-item-message__show")}),3e3):t.classList.add("generatepress-dashboard__section-item-message__error")}))}(e)}},!!a&&(0,i.createElement)(l.Spinner,null),!a&&(0,c.__)("Reset","gp-premium")),(0,i.createElement)("span",{className:"generatepress-dashboard__section-item-message",style:{marginLeft:"10px"}}))):(0,i.createElement)(l.Placeholder,{className:"generatepress-dashboard__placeholder"},(0,i.createElement)(l.Spinner,null))};window.addEventListener("DOMContentLoaded",(function(){(0,m.render)((0,i.createElement)(y,null),document.getElementById("generatepress-reset-pro"))}))},162:function(e,t,n){var r,s;void 0===(s="function"==typeof(r=function(){"use strict";function t(e,t,n){var r=new XMLHttpRequest;r.open("GET",e),r.responseType="blob",r.onload=function(){i(r.response,t,n)},r.onerror=function(){console.error("could not download file")},r.send()}function r(e){var t=new XMLHttpRequest;t.open("HEAD",e,!1);try{t.send()}catch(e){}return 200<=t.status&&299>=t.status}function s(e){try{e.dispatchEvent(new MouseEvent("click"))}catch(n){var t=document.createEvent("MouseEvents");t.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),e.dispatchEvent(t)}}var a="object"==typeof window&&window.window===window?window:"object"==typeof self&&self.self===self?self:"object"==typeof n.g&&n.g.global===n.g?n.g:void 0,o=a.navigator&&/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),i=a.saveAs||("object"!=typeof window||window!==a?function(){}:"download"in HTMLAnchorElement.prototype&&!o?function(e,n,o){var i=a.URL||a.webkitURL,c=document.createElement("a");n=n||e.name||"download",c.download=n,c.rel="noopener","string"==typeof e?(c.href=e,c.origin===location.origin?s(c):r(c.href)?t(e,n,o):s(c,c.target="_blank")):(c.href=i.createObjectURL(e),setTimeout((function(){i.revokeObjectURL(c.href)}),4e4),setTimeout((function(){s(c)}),0))}:"msSaveOrOpenBlob"in navigator?function(e,n,a){if(n=n||e.name||"download","string"!=typeof e)navigator.msSaveOrOpenBlob(function(e,t){return void 0===t?t={autoBom:!1}:"object"!=typeof t&&(console.warn("Deprecated: Expected third argument to be a object"),t={autoBom:!t}),t.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(e.type)?new Blob(["\ufeff",e],{type:e.type}):e}(e,a),n);else if(r(e))t(e,n,a);else{var o=document.createElement("a");o.href=e,o.target="_blank",setTimeout((function(){s(o)}))}}:function(e,n,r,s){if((s=s||open("","_blank"))&&(s.document.title=s.document.body.innerText="downloading..."),"string"==typeof e)return t(e,n,r);var i="application/octet-stream"===e.type,c=/constructor/i.test(a.HTMLElement)||a.safari,l=/CriOS\/[\d]+/.test(navigator.userAgent);if((l||i&&c||o)&&"undefined"!=typeof FileReader){var m=new FileReader;m.onloadend=function(){var e=m.result;e=l?e:e.replace(/^data:[^;]*;/,"data:attachment/file;"),s?s.location.href=e:location=e,s=null},m.readAsDataURL(e)}else{var d=a.URL||a.webkitURL,p=d.createObjectURL(e);s?s.location=p:location.href=p,s=null,setTimeout((function(){d.revokeObjectURL(p)}),4e4)}});a.saveAs=i.saveAs=i,e.exports=i})?r.apply(t,[]):r)||(e.exports=s)}},n={};function r(e){var s=n[e];if(void 0!==s)return s.exports;var a=n[e]={exports:{}};return t[e].call(a.exports,a,a.exports,r),a.exports}r.m=t,e=[],r.O=function(t,n,s,a){if(!n){var o=1/0;for(m=0;m=a)&&Object.keys(r.O).every((function(e){return r.O[e](n[c])}))?n.splice(c--,1):(i=!1,a0&&e[m-1][2]>a;m--)e[m]=e[m-1];e[m]=[n,s,a]},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,{a:t}),t},r.d=function(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.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},function(){var e={966:0,100:0};r.O.j=function(t){return 0===e[t]};var t=function(t,n){var s,a,o=n[0],i=n[1],c=n[2],l=0;if(o.some((function(t){return 0!==e[t]}))){for(s in i)r.o(i,s)&&(r.m[s]=i[s]);if(c)var m=c(r)}for(t&&t(n);l array('react', 'wp-edit-post', 'wp-element', 'wp-html-entities', 'wp-i18n', 'wp-plugins'), 'version' => 'd1ae659d7b937f65b15d');
diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/editor.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/editor.css
new file mode 100644
index 00000000..4d7bafd0
--- /dev/null
+++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/editor.css
@@ -0,0 +1 @@
+.gpp-active-element-type{color:#555;font-size:11px;text-transform:uppercase}
diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/editor.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/editor.js
new file mode 100644
index 00000000..6044d7b4
--- /dev/null
+++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/editor.js
@@ -0,0 +1 @@
+!function(){"use strict";function e(t){return e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e(t)}function t(t,n){for(var r=0;r array('react', 'wp-api-fetch', 'wp-components', 'wp-element', 'wp-html-entities', 'wp-i18n'), 'version' => '6e43dc7500e77c46bb9b');
diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/site-library.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/site-library.css
new file mode 100644
index 00000000..82d72955
--- /dev/null
+++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/site-library.css
@@ -0,0 +1 @@
+.generatepress-site-library{box-sizing:border-box;margin:40px auto 0;max-width:1200px;padding:0 20px}.generatepress-site-library .generatepress-site-library-opened{bottom:0;display:flex;height:100vh;left:0;position:fixed;right:0;top:0;width:100%;z-index:99999}.generatepress-site-library .generatepress-site-library-info{background:#fff;border-left:1px solid #ddd;padding-bottom:50px;position:relative;width:300px}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-header{border-bottom:1px solid #ddd;display:flex;justify-content:space-between;padding-left:20px}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-header .has-author{margin-bottom:0}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-header .site-library-author{color:#777;display:block;font-size:11px;margin-bottom:1em;margin-top:3px}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-header button{border-left:1px solid #ddd;height:auto}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-footer{border-top:1px solid #ddd;bottom:0;display:flex;left:0;position:absolute;right:0}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-footer button{flex-grow:1;font-size:20px;height:50px;justify-content:center}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-footer button:not(:last-child){border-right:1px solid #ddd}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-content{box-sizing:border-box;height:calc(100% - 53px);overflow-y:auto;padding:20px}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-content>:first-child{margin-top:0}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-content h3{margin-top:30px}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-content h3+.gpp-library-action-button{margin-top:10px}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-plugins{font-size:12px;list-style-type:disc;margin-bottom:0;margin-left:1.5em}.generatepress-site-library .generatepress-site-library-info .generatepress-site-library-plugins li{margin-bottom:0}.generatepress-site-library .generatepress-site-library-iframe{background:#fff;display:flex;justify-content:center;width:calc(100% - 300px)}.generatepress-site-library .generatepress-site-library-iframe iframe{height:100%;width:100%}.generatepress-site-library .gpp-library-action-button{align-items:center;display:flex;margin-top:30px}.generatepress-site-library .gpp-library-action-button button .components-spinner{margin:0}.generatepress-site-library .gpp-library-action-button .gpp-library-action-message{padding-left:10px}.generatepress-site-library .generatepress-site-library-filter{align-items:center;background:#fff;border:1px solid #ddd;border-radius:4px;display:flex;justify-content:space-between;margin-bottom:40px;padding:20px}.generatepress-site-library .generatepress-site-library-filter>.components-base-control{margin-right:20px}.generatepress-site-library .generatepress-site-library-filter>.components-base-control .components-base-control__field{margin-bottom:0}.generatepress-site-library .generatepress-site-library-filter .components-select-control label{font-size:11px}.generatepress-site-library-list{display:flex;flex-wrap:wrap;list-style:none;margin-left:-30px;padding:0}.generatepress-site-library-list>.generatepress-site-library-list-item{box-sizing:border-box;flex:0 0 33.333%;padding-bottom:30px;padding-left:30px;width:33.333%}@media screen and (max-width:840px){.generatepress-site-library-list>.generatepress-site-library-list-item{flex:0 0 50%;width:50%}}@media screen and (max-width:450px){.generatepress-site-library-list>.generatepress-site-library-list-item{flex:0 0 100%;width:100%}}.generatepress-site-library-list>.generatepress-site-library-list-item>button{background-color:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 0 0 2px transparent;cursor:pointer;display:block;padding:5px;text-align:center;transition:border-color .2s,box-shadow .2s;width:100%}.generatepress-site-library-list>.generatepress-site-library-list-item>button:active,.generatepress-site-library-list>.generatepress-site-library-list-item>button:focus,.generatepress-site-library-list>.generatepress-site-library-list-item>button:hover{box-shadow:0 0 0 2px #216eb7}.generatepress-site-library-list>.generatepress-site-library-list-item>button .generatepress-site-library-list-item-image{display:block;position:relative}.generatepress-site-library-list>.generatepress-site-library-list-item>button .generatepress-site-library-list-item-image img{border-top-left-radius:4px;border-top-right-radius:4px;display:block;height:auto;width:100%}.generatepress-site-library-list>.generatepress-site-library-list-item .generatepress-site-library-list-item-title{font-size:20px;padding:20px 20px 10px}.generatepress-site-library-list>.generatepress-site-library-list-item .generatepress-site-library-list-item-title .generatepress-site-library-required-version{color:#000;display:block;font-size:12px;padding-top:5px}.generatepress-site-library-restore{background:#fff;border:1px solid #ddd;padding:40px}.generatepress-site-library-restore h2{font-size:25px;margin-top:0}.components-placeholder.gpp-library-placeholder{background:transparent;border:0;box-shadow:0 0 0}.components-placeholder.gpp-library-placeholder .components-placeholder__fieldset{justify-content:center}.generatepress-site-library-no-results{padding:50px;text-align:center}.generatepress-site-library-no-results button .components-spinner,.generatepress-site-library-refresh button .components-spinner{margin:0}.generatepress-site-library-refresh{text-align:center}.appearance_page_generatepress-library #wpbody-content .metabox-holder,.appearance_page_generatepress-library #wpcontent{padding:0}.site-library-header{background-color:#fff;box-shadow:0 1px 0 rgba(200,215,225,.5),0 1px 2px #ddd;margin-bottom:40px;padding:20px}.site-library-header .site-library-container{box-sizing:border-box;display:flex;margin:0 auto;max-width:1200px;padding:0 20px}.site-library-header .library-links{margin-left:auto}.site-library-header .library-links a{display:inline-block;margin:0 10px}.site-library-header .library-title{color:#000;font-size:20px;font-weight:500}.generatepress-dashboard-tabs{box-sizing:border-box;margin:0 auto;max-width:1200px;padding:0 20px}
diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/site-library.js b/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/site-library.js
new file mode 100644
index 00000000..54359955
--- /dev/null
+++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/site-library.js
@@ -0,0 +1,6 @@
+!function(){var e={703:function(e,t,n){"use strict";var r=n(414);function i(){}function a(){}a.resetWarningCache=i,e.exports=function(){function e(e,t,n,i,a,s){if(s!==r){var o=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw o.name="Invariant Violation",o}}function t(){return e}e.isRequired=e;var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:a,resetWarningCache:i};return n.PropTypes=n,n}},697:function(e,t,n){e.exports=n(703)()},414:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},216:function(e,t,n){"use strict";t.be=void 0;var r=function(){function e(e,t){for(var n=0;n=0&&_-E[0]<=h&&_+v+E[1]>=0}(e,n):function(e){var t=e.ref;if(!(t.offsetWidth||t.offsetHeight||t.getClientRects().length))return!1;var n=void 0,r=void 0;try{var i=t.getBoundingClientRect();n=i.top,r=i.height}catch(e){n=0,r=0}var a=window.innerHeight||document.documentElement.clientHeight,s=Array.isArray(e.props.offset)?e.props.offset:[e.props.offset,e.props.offset];return n-s[0]<=a&&n+r+s[1]>=0}(e);r?e.visible||(e.props.once&&g.push(e),e.visible=!0,e.forceUpdate()):e.props.once&&e.visible||(e.visible=!1,e.props.unmountIfInvisible&&e.forceUpdate())}},y=function(){for(var e=0;e=0?r=setTimeout(l,t-p):(r=null,n||(o=e.apply(a,i),r||(a=null,i=null)))};return function(){a=this,i=arguments,s=+new Date;var p=n&&!r;return r||(r=setTimeout(l,t)),p&&(o=e.apply(a,i),a=null,i=null),o}}},81:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.on=function(e,t,n,r){r=r||!1,e.addEventListener?e.addEventListener(t,n,r):e.attachEvent&&e.attachEvent("on"+t,(function(t){n.call(e,t||window.event)}))},t.off=function(e,t,n,r){r=r||!1,e.removeEventListener?e.removeEventListener(t,n,r):e.detachEvent&&e.detachEvent("on"+t,n)}},315:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){if(!(e instanceof HTMLElement))return document.documentElement;for(var t="absolute"===e.style.position,n=/(scroll|auto)/,r=e;r;){if(!r.parentNode)return e.ownerDocument||document.documentElement;var i=window.getComputedStyle(r),a=i.position,s=i.overflow,o=i["overflow-x"],l=i["overflow-y"];if("static"===a&&t)r=r.parentNode;else{if(n.test(s)&&n.test(o)&&n.test(l))return r;r=r.parentNode}}return e.ownerDocument||e.documentElement||document.documentElement}},821:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n){var r,i;return t||(t=250),function(){var a=n||this,s=+new Date,o=arguments;r&&se.length)&&(t=e.length);for(var n=0,r=new Array(t);ns[l]?1:-1}return a.length!==s.length?-1:0}var c=window.wp.i18n,m=window.wp.components,h=window.wp.element,g=window.wp.htmlEntities,f=window.wp.apiFetch,d=n.n(f);function v(e){var t=e.allSites,n=e.value,r=e.onChange;if(!t)return null;var i=[""];return Object.keys(t).forEach((function(e){t[e].category.forEach((function(e){i.includes(e)||i.push(e)}))})),i.length<2?null:(0,l.createElement)("div",null,i.map((function(e){return(0,l.createElement)(m.Button,{key:e,variant:e===n?"primary":"",onClick:function(){return r(e)}},""===e?(0,c.__)("All","gp-premium"):e)})))}function b(e){var t=e.onChange,n=e.value;return(0,l.createElement)("div",null,(0,l.createElement)("input",{type:"search",onChange:function(e){var n;return t(null==e||null===(n=e.target)||void 0===n?void 0:n.value)},value:n,placeholder:(0,c.__)("Search site name or author","gp-premium")}))}var y=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&s(e,t)}(w,e);var n,f,y,_,E=(y=w,_=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,t=o(y);if(_){var n=o(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return function(e,t){if(t&&("object"===r(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return a(e)}(this,e)});function w(){var e;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,w),(e=E.apply(this,arguments)).state={allSites:{},isAPIWorking:!1,siteOpened:!1,siteData:{},siteSlug:"",sitePlugins:{},hasData:{},hasWidgets:!1,importOptions:!0,importContent:!0,confirmImport:!1,importComplete:!1,installablePlugins:[],activePlugins:[],manualPlugins:[],refreshingSites:!1,hasBackup:gppSiteLibrary.hasBackup,category:"",search:"",device:"desktop"},e.importThemeOptions=e.importThemeOptions.bind(a(e)),e.installPlugins=e.installPlugins.bind(a(e)),e.activatePlugins=e.activatePlugins.bind(a(e)),e.importContent=e.importContent.bind(a(e)),e.importSiteOptions=e.importSiteOptions.bind(a(e)),e.importWidgets=e.importWidgets.bind(a(e)),e}return n=w,(f=[{key:"componentDidMount",value:function(){var e=this;d()({path:"/generatepress-site-library/v1/get_sites",method:"POST",data:{forceRefresh:!1}}).then((function(t){e.setState({isAPILoaded:!0,allSites:t.response})}))}},{key:"importThemeOptions",value:function(e){var t=this,n=e.target.nextElementSibling;n.classList.add("gpp-library-action-message--show"),n.textContent=(0,c.__)("Importing theme options","gp-premium"),d()({path:"/generatepress-site-library/v1/import_theme_options",method:"POST",data:{siteData:this.state.siteData,siteSlug:this.state.siteData.name.replace(/\s+/g,"_").toLowerCase(),importOptions:this.state.importOptions,importContent:this.state.importContent}}).then((function(e){n.textContent=e.response,e.success&&e.response||n.classList.add("gblocks-action-message--error"),setTimeout((function(){t.state.importContent?Object.keys(t.state.hasData.plugin_data).length>0?t.installPlugins(n):t.importContent(n):(n.textContent=(0,c.__)("Import Complete","gp-premium"),t.setState({isAPIWorking:!1,importComplete:!0,hasBackup:!0}))}),2e3)}))}},{key:"installPlugins",value:function(e){var n=this;void 0!==e.target&&(e=e.target.nextElementSibling),e.classList.add("gpp-library-action-message--show"),e.textContent=(0,c.__)("Installing plugins","gp-premium"),Object.entries(this.state.hasData.plugin_data).forEach((function(r){var i=t(r,2),a=i[0],s=i[1],o=s.slug.split("/")[0],l=s.name;s.installed?(delete n.state.hasData.plugin_data[a],0===Object.keys(n.state.hasData.plugin_data).length&&n.activatePlugins(e)):("bb-plugin"===o&&(o="beaver-builder-lite-version",l="Beaver Builder Lite"),e.textContent=(0,c.sprintf)(/* translators: Installing "Plugin Name" */
+(0,c.__)("Installing %s","gp-premium"),l),wp.updates.installPlugin({slug:o,success:function(t){console.log(t),delete n.state.hasData.plugin_data[a],0===Object.keys(n.state.hasData.plugin_data).length&&n.activatePlugins(e)},error:function(t){console.log(t),delete n.state.hasData.plugin_data[a],0===Object.keys(n.state.hasData.plugin_data).length&&n.activatePlugins(e)}}))}))}},{key:"activatePlugins",value:function(e){var t=this;e.classList.add("gpp-library-action-message--show"),e.textContent=(0,c.__)("Activating plugins","gp-premium"),d()({path:"/generatepress-site-library/v1/activate_plugins",method:"POST",data:{siteData:this.state.siteData,siteSlug:this.state.siteData.name.replace(/\s+/g,"_").toLowerCase(),importOptions:this.state.importOptions,importContent:this.state.importContent}}).then((function(n){e.textContent=n.response,n.success&&n.response||e.classList.add("gblocks-action-message--error"),setTimeout((function(){t.importContent(e)}),2e3)}))}},{key:"importContent",value:function(e){var t=this;e.classList.add("gpp-library-action-message--show"),e.textContent=(0,c.__)("Importing content","gp-premium"),d()({path:"/generatepress-site-library/v1/import_content",method:"POST",data:{siteData:this.state.siteData,siteSlug:this.state.siteData.name.replace(/\s+/g,"_").toLowerCase(),importOptions:this.state.importOptions,importContent:this.state.importContent}}).then((function(n){e.textContent=n.response,n.success&&n.response||e.classList.add("gblocks-action-message--error"),setTimeout((function(){t.importSiteOptions(e)}),2e3)}))}},{key:"importSiteOptions",value:function(e){var t=this;e.classList.add("gpp-library-action-message--show"),e.textContent=(0,c.__)("Importing site options","gp-premium"),d()({path:"/generatepress-site-library/v1/import_site_options",method:"POST",data:{siteData:this.state.siteData,siteSlug:this.state.siteData.name.replace(/\s+/g,"_").toLowerCase(),importOptions:this.state.importOptions,importContent:this.state.importContent}}).then((function(n){e.textContent=n.response,n.success&&n.response||e.classList.add("gblocks-action-message--error"),setTimeout((function(){t.state.hasWidgets?t.importWidgets(e):(e.textContent=(0,c.__)("Import Complete","gp-premium"),t.setState({isAPIWorking:!1,importComplete:!0,hasBackup:!0}))}),2e3)}))}},{key:"importWidgets",value:function(e){var t=this;e.classList.add("gpp-library-action-message--show"),e.textContent=(0,c.__)("Importing widgets","gp-premium"),d()({path:"/generatepress-site-library/v1/import_widgets",method:"POST",data:{siteData:this.state.siteData,siteSlug:this.state.siteData.name.replace(/\s+/g,"_").toLowerCase(),importOptions:this.state.importOptions,importContent:this.state.importContent}}).then((function(n){e.textContent=n.response,n.success&&n.response||e.classList.add("gblocks-action-message--error"),setTimeout((function(){e.textContent=(0,c.__)("Import Complete","gp-premium"),t.setState({isAPIWorking:!1,importComplete:!0,hasBackup:!0})}),2e3)}))}},{key:"restoreBackup",value:function(e){var t=this,n=e.target.nextElementSibling;n.classList.add("gpp-library-action-message--show"),n.textContent=(0,c.__)("Restoring theme options","gp-premium"),d()({path:"/generatepress-site-library/v1/restore_theme_options",method:"POST"}).then((function(e){n.textContent=e.response,e.success&&e.response||n.classList.add("gblocks-action-message--error"),setTimeout((function(){n.textContent=(0,c.__)("Restoring content","gp-premium"),d()({path:"/generatepress-site-library/v1/restore_content",method:"POST"}).then((function(e){n.textContent=e.response,e.success&&e.response||n.classList.add("gblocks-action-message--error"),t.setState({isAPIWorking:!1,hasBackup:!1})}))}),2e3)}))}},{key:"render",value:function(){var e=this;if(!this.state.isAPILoaded)return(0,l.createElement)(m.Placeholder,{className:"gpp-library-placeholder"},(0,l.createElement)(m.Spinner,null));var n=this.state.allSites;if(!n||"no results"===n)return(0,l.createElement)("div",{className:"generatepress-site-library-no-results"},(0,l.createElement)("p",null,(0,c.__)("No sites were found.","gp-premium")," ",(0,l.createElement)("a",{href:"https://docs.generatepress.com/article/site-library-unavailable/",target:"_blank",rel:"noreferrer noopener"},(0,c.__)("Why?","gp-premium"))),(0,l.createElement)(m.Button,{variant:"primary",onClick:function(){e.setState({refreshingSites:!0}),d()({path:"/generatepress-site-library/v1/get_sites",method:"POST",data:{forceRefresh:!0}}).then((function(t){e.setState({isAPILoaded:!0,allSites:t.response,refreshingSites:!1})}))}},this.state.refreshingSites&&(0,l.createElement)(m.Spinner,null),!this.state.refreshingSites&&(0,c.__)("Try again","gp-premium")));var r="";"tablet"===this.state.device&&(r="768px"),"mobile"===this.state.device&&(r="480px");var i=this.state.siteData.author_name&&this.state.siteData.author_url&&"GeneratePress"!==this.state.siteData.author_name;return(0,l.createElement)(h.Fragment,null,(0,l.createElement)("div",{className:"generatepress-site-library"},!!this.state.hasBackup&&(0,l.createElement)("div",{className:"generatepress-site-library-restore"},(0,l.createElement)("h2",null,(0,c.__)("Existing Site Import Detected","gp-premium")),(0,l.createElement)("p",null,(0,c.__)("It is highly recommended that you remove the last site you imported before importing a new one.","gp-premium")),(0,l.createElement)("p",null,(0,c.__)("This process restores your previous options, widgets and active plugins. It will also remove your imported content and CSS.","gp-premium")),(0,l.createElement)("div",{className:"gpp-library-action-button"},(0,l.createElement)(m.Button,{variant:"primary",onClick:function(t){window.confirm((0,c.__)("This process makes changes to your website. If it contains important data, we suggest backing it up before proceeding.","gp-premium"))&&(e.setState({isAPIWorking:!0}),e.restoreBackup(t))}},this.state.isAPIWorking&&(0,l.createElement)(m.Spinner,null),!this.state.isAPIWorking&&(0,c.__)("Remove imported site","gp-premium")),(0,l.createElement)("span",{className:"gpp-library-action-message"}),!this.state.isAPIWorking&&(0,l.createElement)(m.Button,{onClick:function(){e.setState({hasBackup:!1})}},(0,c.__)("No thanks","gp-premium")))),!this.state.siteOpened&&!this.state.hasBackup&&(0,l.createElement)(h.Fragment,null,(0,l.createElement)("div",{className:"generatepress-site-library-filter"},(0,l.createElement)(v,{allSites:n,value:this.state.category,onChange:function(t){e.setState({category:t}),setTimeout((function(){(0,p.be)()}),100)}}),(0,l.createElement)(b,{value:this.state.search,onChange:function(t){e.setState({search:t,category:""}),setTimeout((function(){(0,p.be)()}),100)}})),(0,l.createElement)("ul",{className:"generatepress-site-library-list"},Object.keys(n).map((function(t){if(""!==e.state.category&&!n[t].category.includes(e.state.category))return null;var r=n[t].name,i=(0,g.decodeEntities)(r);if(""!==e.state.search&&!i.toLowerCase().includes(e.state.search.toLowerCase())&&!n[t].author_name.toLowerCase().includes(e.state.search.toLowerCase()))return null;var a=n[t].directory+"/screenshot.png",s=gppSiteLibrary.gppVersion.split("-")[0],o=n[t].min_version.split("-")[0],m=gppSiteLibrary.gpVersion.split("-")[0],h=gppSiteLibrary.generateblocksVersion.split("-")[0],f=n[t].min_theme_version?n[t].min_theme_version.split("-")[0]:m,d=n[t].min_generateblocks_version?n[t].min_generateblocks_version.split("-")[0]:h,v=n[t].image_width,b=n[t].image_height,y=u(o,s)>0||u(f,m)>0||h&&u(d,h)>0;return(0,l.createElement)("li",{className:"generatepress-site-library-list-item",key:r+":"+t},(0,l.createElement)("button",{disabled:y,onClick:function(){e.setState({siteOpened:!0,siteData:n[t],sitePlugins:JSON.parse(n[t].plugins)})}},(0,l.createElement)("div",{className:"generatepress-site-library-list-item-image"},(0,l.createElement)(p.ZP,{offset:100,once:!0},(0,l.createElement)("img",{src:a,alt:r,width:v,height:b}))),(0,l.createElement)("div",{className:"generatepress-site-library-list-item-title"},i,!!y&&u(o,s)>0&&(0,l.createElement)("span",{className:"generatepress-site-library-required-version"},(0,c.sprintf)(/* translators: Version number */
+(0,c.__)("Requires GP Premium %s.","gp-premium"),o)),!!y&&u(f,m)>0&&(0,l.createElement)("span",{className:"generatepress-site-library-required-version"},(0,c.sprintf)(/* translators: Version number */
+(0,c.__)("Requires GeneratePress %s.","gp-premium"),f)),!!y&&h&&u(d,h)>0&&(0,l.createElement)("span",{className:"generatepress-site-library-required-version"},(0,c.sprintf)(/* translators: Version number */
+(0,c.__)("Requires GenerateBlocks %s.","gp-premium"),d)))))}))),(0,l.createElement)("div",{className:"generatepress-site-library-refresh"},(0,l.createElement)(m.Button,{variant:"primary",onClick:function(){e.setState({refreshingSites:!0}),d()({path:"/generatepress-site-library/v1/get_sites",method:"POST",data:{forceRefresh:!0}}).then((function(t){e.setState({isAPILoaded:!0,allSites:t.response,refreshingSites:!1})}))}},this.state.refreshingSites&&(0,l.createElement)(m.Spinner,null),!this.state.refreshingSites&&(0,c.__)("Refresh sites","gp-premium")))),this.state.siteOpened&&(0,l.createElement)("div",{className:"generatepress-site-library-opened"},(0,l.createElement)("div",{className:"generatepress-site-library-iframe"},(0,l.createElement)("iframe",{title:"gpp-site-library-frame",src:this.state.siteData.preview_url,style:{width:r}})),(0,l.createElement)("div",{className:"generatepress-site-library-info"},(0,l.createElement)("div",{className:"generatepress-site-library-header"},(0,l.createElement)("div",{className:"generatepress-site-library-header__title"},(0,l.createElement)("h2",{className:i?"has-author":""},(0,g.decodeEntities)(this.state.siteData.name)),i&&(0,l.createElement)("span",{className:"site-library-author"},/* translators: Site library site built by "author name" */
+(0,c.__)("Built by","gp-premium")+" ",(0,l.createElement)("a",{href:this.state.siteData.author_url,target:"_blank",rel:"noreferrer noopener"},this.state.siteData.author_name))),(0,l.createElement)(m.Button,{onClick:function(){e.setState({isAPIWorking:!1,siteOpened:!1,siteData:{},siteSlug:"",sitePlugins:{},hasData:{},hasWidgets:!1,importOptions:!0,importContent:!0,confirmImport:!1,importComplete:!1,installablePlugins:[],activePlugins:[],manualPlugins:[]})}},(0,l.createElement)("svg",{width:"35",height:"35",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",role:"img","aria-hidden":"true",focusable:"false"},(0,l.createElement)("path",{d:"M13 11.9l3.3-3.4-1.1-1-3.2 3.3-3.2-3.3-1.1 1 3.3 3.4-3.5 3.6 1 1L12 13l3.5 3.5 1-1z"})))),(0,l.createElement)("div",{className:"generatepress-site-library-content"},!!this.state.siteData.description&&(0,l.createElement)("p",null,(0,g.decodeEntities)(this.state.siteData.description)),!this.state.importComplete&&(0,l.createElement)(h.Fragment,null,0===Object.keys(this.state.hasData).length&&(0,l.createElement)(h.Fragment,null,gppSiteLibrary.isDebugEnabled&&(0,l.createElement)(h.Fragment,null,(0,l.createElement)("h3",null,(0,c.__)("Debug Mode Enabled","gp-premium")),(0,l.createElement)("p",null,(0,c.__)("WordPress debug mode is currently enabled. With this, any errors from third-party plugins might affect the import process.","gp-premium")),(0,l.createElement)("p",null,(0,c.__)("To disable it, find WP_DEBUG in your wp-config.php file and set it to false like the below.","gp-premium")),(0,l.createElement)("code",null,"define( 'WP_DEBUG', false );"),(0,l.createElement)("p",null,(0,l.createElement)("a",{href:"https://docs.generatepress.com/article/debug-mode-enabled/",target:"_blank",rel:"noreferrer noopener"},(0,c.__)("Learn more here","gp-premium")))),Object.keys(this.state.sitePlugins).length>0&&(0,l.createElement)(h.Fragment,null,(0,l.createElement)("h3",null,(0,c.__)("Plugins","gp-premium")),(0,l.createElement)("p",null,(0,c.__)("This site uses the following plugins.","gp-premium")),(0,l.createElement)("ul",{className:"generatepress-site-library-plugins"},Object.entries(this.state.sitePlugins).map((function(e){var n=t(e,1)[0];return(0,l.createElement)("li",{key:n},n)})))),(0,l.createElement)("div",{className:"gpp-library-action-button"},(0,l.createElement)(m.Button,{variant:"primary",disabled:this.state.isAPIWorking,onClick:function(n){e.setState({isAPIWorking:!0});var r=n.target.nextElementSibling;r.textContent=(0,c.__)("Gathering information","gp-premium"),d()({path:"/generatepress-site-library/v1/get_site_data",method:"POST",data:{siteData:e.state.siteData}}).then((function(n){var i=[],a=[],s=[];Object.entries(n.response.plugin_data).forEach((function(e){var r=t(e,1)[0],o=n.response.plugin_data[r];o.repo&&!o.installed?i.push(o.name):o.installed||o.active?a.push(o.name):s.push(o.name)})),e.setState({isAPIWorking:!1,hasData:n.response,sitePlugins:n.response.plugins,hasWidgets:n.response.widgets,installablePlugins:i,activePlugins:a,manualPlugins:s}),r.classList.add("gpp-library-action-message--show"),r.textContent=n.response,n.success&&n.response?setTimeout((function(){r.classList.remove("gpp-library-action-message--show")}),3e3):r.classList.add("gpp-library-action-message--error")}))}},this.state.isAPIWorking&&(0,l.createElement)(m.Spinner,null),!this.state.isAPIWorking&&(0,c.__)("Get Started","gp-premium")),(0,l.createElement)("span",{className:"gpp-library-action-message"}))),Object.keys(this.state.hasData).length>0&&Object.keys(this.state.sitePlugins).length>0&&(0,l.createElement)(h.Fragment,null,(0,l.createElement)("h3",null,(0,c.__)("Plugins","gp-premium")),this.state.installablePlugins.length>0&&(0,l.createElement)(h.Fragment,null,(0,l.createElement)("p",null,(0,c.__)("These plugins can be installed automatically.","gp-premium")),(0,l.createElement)("ul",{className:"generatepress-site-library-plugins"},this.state.installablePlugins.map((function(e){return(0,l.createElement)("li",{key:e},e)})))),this.state.activePlugins.length>0&&(0,l.createElement)(h.Fragment,null,(0,l.createElement)("p",null,(0,c.__)("These plugins are already installed.","gp-premium")),(0,l.createElement)("ul",{className:"generatepress-site-library-plugins"},this.state.activePlugins.map((function(e){return(0,l.createElement)("li",{key:e},e)})))),this.state.manualPlugins.length>0&&(0,l.createElement)(h.Fragment,null,(0,l.createElement)("p",null,(0,c.__)("These plugins need to be installed manually.","gp-premium")),(0,l.createElement)("ul",{className:"generatepress-site-library-plugins"},this.state.manualPlugins.map((function(e){return(0,l.createElement)("li",{key:e},e)}))))),Object.keys(this.state.hasData).length>0&&(0,l.createElement)(h.Fragment,null,(0,l.createElement)("h3",null,(0,c.__)("Import","gp-premium")),this.state.hasData.options&&!this.state.isAPIWorking&&(0,l.createElement)(m.Tooltip,{text:(0,c.__)("This will import the options from the Customizer.","gp-premium")},(0,l.createElement)(m.ToggleControl,{checked:!!this.state.importOptions,label:(0,c.__)("Import Theme Options","gp-premium"),onChange:function(t){e.setState({importOptions:t})}})),this.state.hasData.content&&!this.state.isAPIWorking&&(0,l.createElement)(m.Tooltip,{text:(0,c.__)("This will install and activate needed plugins, import demo content, and import site options.","gp-premium")},(0,l.createElement)(m.ToggleControl,{checked:!!this.state.importContent,label:(0,c.__)("Import Demo Content","gp-premium"),onChange:function(t){e.setState({importContent:t})}})),(!!this.state.importOptions||!!this.state.importContent)&&(0,l.createElement)(h.Fragment,null,!this.state.isAPIWorking&&(0,l.createElement)(h.Fragment,null,(0,l.createElement)("h3",null,(0,c.__)("Confirm Import","gp-premium")),(0,l.createElement)("p",null,(0,c.__)("This process makes changes to your website. If it contains important data, we suggest backing it up before proceeding.","gp-premium")),(0,l.createElement)(m.ToggleControl,{checked:!!this.state.confirmImport,label:(0,c.__)("I understand","gp-premium"),onChange:function(t){e.setState({confirmImport:t})}})),!!this.state.confirmImport&&!this.state.importComplete&&(0,l.createElement)("div",{className:"gpp-library-action-button"},(0,l.createElement)(m.Button,{variant:"primary",disabled:this.state.isAPIWorking,onClick:function(t){e.setState({isAPIWorking:!0}),e.state.importOptions?e.importThemeOptions(t):e.state.importContent&&e.installPlugins(t)}},this.state.isAPIWorking&&(0,l.createElement)(m.Spinner,null),!this.state.isAPIWorking&&(0,c.__)("Begin Import","gp-premium")),(0,l.createElement)("span",{className:"gpp-library-action-message"}))))),!!this.state.importComplete&&(0,l.createElement)(h.Fragment,null,(0,l.createElement)("h3",null,(0,c.__)("Import Complete","gp-premium")),(0,l.createElement)("p",null,(0,c.__)("Check out your new site and start making it yours!","gp-premium")),(0,l.createElement)("p",null,(0,c.__)("Note: We do our best to ensure all imported images are licensed for open use. However, image licenses can change, so we strongly advise that you replace all imported images with your own.","gp-premium")),(0,l.createElement)("a",{className:"components-button is-primary",href:gppSiteLibrary.homeUrl},(0,c.__)("View Site","gp-premium")),this.state.siteData.uploads_url&&Object.values(this.state.sitePlugins).includes("elementor/elementor.php")&&(0,l.createElement)(h.Fragment,null,(0,l.createElement)("h3",null,(0,c.__)("Additional Cleanup","gp-premium")),(0,l.createElement)("p",null,(0,c.__)("This site is using Elementor which means you will want to replace the imported image URLs.","gp-premium")),(0,l.createElement)("p",null,(0,c.__)("Take note of the old and new URLs below, then head over to the Elementor Tools area to replace them.","gp-premium")),(0,l.createElement)(m.TextControl,{label:(0,c.__)("Old URL","gp-premium"),readOnly:!0,value:this.state.siteData.uploads_url}),(0,l.createElement)(m.TextControl,{label:(0,c.__)("New URL","gp-premium"),readOnly:!0,value:gppSiteLibrary.uploadsUrl}),(0,l.createElement)("a",{href:gppSiteLibrary.elementorReplaceUrls,className:"components-button is-primary",target:"_blank",rel:"noopener noreferrer"},(0,c.__)("Elementor Tools","gp-premium")))),(0,l.createElement)("div",{className:"generatepress-site-library-footer"},(0,l.createElement)(m.Tooltip,{text:(0,c.__)("Preview desktop","gp-premium")},(0,l.createElement)(m.Button,{variant:"desktop"===this.state.device?"primary":"",onClick:function(){e.setState({device:"desktop"})}},(0,l.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",width:"1em",height:"1em",viewBox:"0 0 24 24"},(0,l.createElement)("path",{d:"M21 14H3V4h18m0-2H3c-1.11 0-2 .89-2 2v12a2 2 0 002 2h7l-2 3v1h8v-1l-2-3h7a2 2 0 002-2V4a2 2 0 00-2-2z",fill:"currentColor"})))),(0,l.createElement)(m.Tooltip,{text:(0,c.__)("Preview tablet","gp-premium")},(0,l.createElement)(m.Button,{variant:"tablet"===this.state.device?"primary":"",onClick:function(){e.setState({device:"tablet"})}},(0,l.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",width:"1em",height:"1em",viewBox:"0 0 24 24"},(0,l.createElement)("path",{d:"M19 19H4V3h15m-7.5 20a1.5 1.5 0 01-1.5-1.5 1.5 1.5 0 011.5-1.5 1.5 1.5 0 011.5 1.5 1.5 1.5 0 01-1.5 1.5m7-23h-14A2.5 2.5 0 002 2.5v19A2.5 2.5 0 004.5 24h14a2.5 2.5 0 002.5-2.5v-19A2.5 2.5 0 0018.5 0z",fill:"currentColor"})))),(0,l.createElement)(m.Tooltip,{text:(0,c.__)("Preview mobile","gp-premium")},(0,l.createElement)(m.Button,{variant:"mobile"===this.state.device?"primary":"",onClick:function(){e.setState({device:"mobile"})}},(0,l.createElement)("svg",{xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",width:"1em",height:"1em",viewBox:"0 0 24 24"},(0,l.createElement)("path",{d:"M17 19H7V5h10m0-4H7c-1.11 0-2 .89-2 2v18a2 2 0 002 2h10a2 2 0 002-2V3a2 2 0 00-2-2z",fill:"currentColor"}))))))))))}}])&&i(n.prototype,f),Object.defineProperty(n,"prototype",{writable:!1}),w}(h.Component);(0,h.render)((0,l.createElement)(y,null),document.getElementById("gpp-site-library"))}()}();
\ No newline at end of file
diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/style-dashboard.css b/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/style-dashboard.css
new file mode 100644
index 00000000..f226f072
--- /dev/null
+++ b/wp-content/upgrade-temp-backup/plugins/gp-premium/dist/style-dashboard.css
@@ -0,0 +1,4 @@
+.generatepress-module-action{display:inline-block;font-size:12px;font-weight:400;line-height:1;margin-left:10px;text-decoration:none}.generatepress-dashboard__section-item-settings{align-items:center;display:flex}.generatepress-dashboard__section-item-settings button{font-size:11px;height:30px;justify-content:center!important}.generatepress-dashboard__section-item-settings button .components-spinner{margin-top:0}.generatepress-dashboard__section-item-settings button svg{height:20px;margin:0!important;width:20px}.generatepress-dashboard__section-item-settings button:not(:last-child){margin-right:5px}
+.generatepress-license-key-area .generatepress-dashboard__section-item-message{background:#fff}.generatepress-license-key-area .generatepress-dashboard__section-item{flex-wrap:wrap;justify-content:flex-start}.generatepress-license-key-area .generatepress-dashboard__section-license-key{display:flex;flex:1}.generatepress-license-key-area .generatepress-dashboard__section-license-key .components-base-control{flex:1}.generatepress-license-key-area .generatepress-dashboard__section-license-key button{height:31px;margin-left:8px}.generatepress-license-key-area .generatepress-dashboard__section-beta-tester{align-items:center;display:flex;flex-basis:100%;margin-top:30px}.generatepress-license-key-area .generatepress-dashboard__section-license-notice{flex-basis:100%;margin:0 0 20px}.generatepress-license-key-area .components-base-control__field,.generatepress-license-key-area .components-base-control__help{margin-bottom:0}
+.generatepress-dashboard__section-item-action input[type=file]{border:1px solid #ddd;padding:5px}.generatepress-dashboard__section-item-export-popover .components-popover__content{padding:20px}
+.generatepress-dashboard__section-item-modules{margin-top:20px}
diff --git a/wp-content/upgrade-temp-backup/plugins/gp-premium/elements/assets/admin/author-image-placeholder.png b/wp-content/upgrade-temp-backup/plugins/gp-premium/elements/assets/admin/author-image-placeholder.png
new file mode 100644
index 0000000000000000000000000000000000000000..f8bdda75e9c137e170da559fa6526a8bfb11fbe0
GIT binary patch
literal 138
zcmeAS@N?(olHy`uVBq!ia0y~yVEh8YjLblhj}pEoffRFqPl)UP|NoaCkv;+BGL{7S
z1xxL1QIr94Og&v3Ln>~)J!r@X(}tF
zUn9H$9t0G`=LZEF1q}uG#Ky$IK*zwrB*n+Y#V4g8AtIrmr>3T7XJr=`*L(55=fC>@
zr{Jj_go*G{3w|E%1qJ9O<_kE?7f+oa;%77AUH}j1e?2c=!o7lj^BUo47KHHMuOF8|
zpzLfg1OkkO7PUL)Gw9zU04czu
zs3AdcPnidOmv&NKScCtGp(6@|0XP9is{}y+pU?*Ya4HK|CO$Io3rSrV3PYY<4+ICI
zFeDo=^BFb(RIoZc4j3x>r4|3Ia))JNrtNY`3~KgI66CIigoFbDO#6qgI{dR*KB<0CuTBRhsYEjM*n9{
zjz5qb&pvxz0`Tc`l!V`mEb~8sl#)<+uTESQ4d&Tqm-u}AN-w|sn{)yXj|8j&OnZ(7
zH6Y?%hQrgXc#GKyDRJthEPB;zN>)UqHrvl6*-buyB>zo%6AFM>0_c}`PC;A|U>cC+
z=}Q>LK7QEKYh%r4tra9%=KE9CzI^PXHPK`gGUmnN}TkTP;r@
zJ`K;5{jti*v|KwbR}xNVr(5h@p_2cm0&WLj1Tg&1Se$H?FF8@jYrMyEmETG=1@Vq=
z@xNB0z%uxK6NgBeZdvvol*V1ZJkNE{3HnDP&wxHBb520e%Wxh+o;3wcCZ=J19j+0+
z#^6KS=7H@q=Y6~B$(9r!zkl|=SdIS|Y|r}xk_(^+BnS@VdMRq8XS%N~%I{6u-YHKD
z3U`a3z}$@&`$eJnl0G5d6UgbV?0MlAt3^OkJyX~7ClKafa5hxrS}FPB%xd5b=OUB$
zEz8+0ue%q|rL)5=p`9d;!GZRL(*GOL(=nbRJ+z4P-hE#QpC1%VvH@clW9=Qzp=-fFUj@TVMfqaAk6{M`sc?p>C
zAIH&ufePopI7NSxr0JHGTd3N*z0gg<`Nz4L6u
zNzp&{{Z9q(Ef`=evcQ`xO;SD%r>#oGwk|J&NH53fsmi!!QnW*Z3>_aqGO?^e+lueJ
zF2f6am#z=k7w-T?{PsXa0pbk_a0w6# Vi_-0+N(Q@nH)b-rakZ7V~_*_$Qi)R0L
z=J)nS$HK_W$O8Mt?o5_s`Q5qm&O_li8=&V+Bp7hbGpzIhMgKw>3Br)H`qSN_LrDs*
zeqcK*<-+q5QSHHWWuc^i-q|N2XP0?Tm%|=kF5i}E+lqrF{qtXdgL>${l>7@y0APSN
zf#M|D(ahVtTG8OQONqa<1NB-_ylqXCd<_$G86r
zfG-a~mFoY<8(>SI0{F|mFbuq@5ForcLU*GT(!@7RS}HUY(jauTnQBv5`aP4Gam#x$
zFJRsDG9AIaGl(`R8o^n47lP(}nrJ!v>K)B>cMWp0!3n
z)1D4n`#o9JS-ypz$rOieDl&a;cD7Tjj>g(-E0Rjj{hpb~10G15ATUrCpMw`*3OW(F
zz7tX#ohJ7Jz2?t?Paw8R1*ajmtfteWVVjMkOh4zDZ@F>RuLrqy_Qu)-yv}ykjwa59
z764`Z;s3buxw-&V79g~oFQrkvZ4C99cAL|gxAlFPYmX6eA6-7z<-=9+Vho%DrNPNSJhrYN>Co9U&<2f>gDA!)!5
z(m+H3If4uD1i*?oKsTbj?CnS5VL1^$5nNV%*6dO5k$Sp*FLi>ScD}SXGVWwI?Cf|;
zusiH*R9ZQ5FjL8>|I>%henity$hM+TW_s`8(-#n_3;-U$1AtEe9(cAB$3Q9c#Cm-$
zi{?P*t&s<>2W)LBYQ^uHA9oh?G5@yBdum~1s&=ezCW&Uj=eG9Ta<0<1MSsz*uryby
zxWZ-rMo8v-2?BbtUMyS!lzpIa02(Qv6A5}*CMa{G?NPrs{W)uDAo$ScJ}C-KXf-NT
zCg#F$&(2OsLm(+_yxnGMZp-a+-*n`X(CEU})%Nb@;qt-$M4Mow;GLZ8LyQ;dTHg5$rmEw|4+s?Lo%-Sj+VGkppX>*&CTo=DL
z3NR7?9{g5M;=}JVpD~}I>v6~9BWU}euj3_9S#kh^>whkrK;k_Y4j`<64kcvkQ7E{K
z%V}pW_-7;M=^BU4+1c1B^O^vb9udpT^aI~jrk|LAPZR6;O?6Kxlj4we+D%hq(~oU?
z&qvL|dOsn{m3<$f8PJ;qz;^&W{A#@M
zK&aQe#+@CXdj9(5__;MJ8T2_GZcT4HeJ-rn-P>9iTByvLSlOSNF03a$TgoleJQ55N
zev^mYf9~}onkyyIbvCNbaNh2aJY>q^Gdvy{shW=Li}*OavHb*6
z_31z>Shyz*9^|w*+#1Q%&}qK8v|ZVq*!FmgpB>@9+})kNWzO}?ev^pT|F3TX)==?R
zdl`?U#jut2btBQpetM`ms`4wN-Vkr?6X?Seh1obsq-wQ!8eJ3^5+r(FzPdhy(~uBxX#L;;pI{k%=Bhk*;sl
zZra72pZYoIbVsxZSGWe?HlVBT2QpME$2;VV;It~O;oQYyYkPAbDvin7PvBnWMu2-z
z`_?dLZ)>UY>lty;08bK7&Z>l@mNErAJvrB!lP1+|wm%r{-%
zIo@jS`EN}9FQkAn0U(78_P#oPyWM14{_{RF7LX
z#S>^32&^_GTkjUdLH1kX=2};MeO}wlM}q}jmkXoPI-3^nj0Ho@3ng}NPWb<{J>f6I
zUyei8uamN>QQyiH?AV;y4zioC53G}Q&+ofbDz)v|3^3V-*{1?=A+TX2pK@n7;pg;u
zYGkHs=Wr}xZ*ym^WTQT=+Q8jKU%>m0)5Y;huh4DRH_Ce)I1K#rKF)JO!xF(t(Y~s_
z=`MTKh*5%vinf{74fju=VL#;ShP7@wpEJ{Os;aY2Dg3GgoapWLB=Nea-xy
z>@I`VJ#JhY6~hJvk%NvMl?Dp}jYnh6=;IG;%4z^F;{cqG1IY&3>Mw#$XWLCQExI?b
zo-_gC3_;%`q3%bzd&vyP!3V>!OSx(i9bP6LlZ1|t(|axK_pqzBa^I?8FSn!ha~i$7
z+ndWeAgYg-f)z9M?;NM6xyih0yfoA2u=9~Tt&|~($+42=DG$>Br>Yzz)blRN$
za8`LL)$TN1=IK{(2(#`gG;!4#HyT-S*V*WKU%mYp{rKhFX>M#_x^OK0;paknYw+8{
z6sz5hz0JL`ZKtD*^cLOscSaIO{~F<(pm?AogFtwEsXKTa8jh9+J~L^pZMxYXoZa|k
z`6XQp+9y??8`S1(jKJo{cdHH2H?B|An+2mDf{r%Eh8BW-Jb5`T&W`3P-I$9zsx@=F
zrh@l9S!U|_`7V88o{s|0y(@4Oz(In4>1}t`+)(>DD3#-AtZ%F@*t_xA`w4Vi-Pyes
zv~Y`VXC>geKJ6&yn0nH1_UP2p-Zda(cYCzmnwk0Y(6fb+XE+4Es%s)d314C^H<#b@
zlZW%p{+-tInFctXW2Vw2^ylUT
z2rOk`s4%f1#+lnrgX5*s?tolW<-o!E=G4%A%l%C$@h8Qj30IrBV3YzkjbWb@wt{B*
zl|sX)n*;Jp?I)1*6G-Clxo~_|)c4kJYGQY`TR!LEI=ST+NcABhVaq+De?G-3Kledk
zAn}D+u9vnh_8L#t5_Mcwa^#&A75tDNWv4%M^Z7~be~Z+q?w2Xe)#z(}{dPX)L&vu>
zJ%p5nwl<*TW|E|R*z2g*05as%WpAl(F85Pwh3y~r^M@O=f9)0>&=iEj$5#oHvE1V;
z;SJj~-JJE1uw{N8sw5LSUg}8KV(C7*Y7?m^PT7@ohi%Q4r^4b;lP3r`9-X?{yVd6&
zn6IMb1V|(KKATNXj5I6xrOol)aB-eptwo)SJZFj8b1$bXToMHG{k(c(y*|8Bs<*T?
zH#qQB(C*Fk=TqLle|)oculhf;^nYicKlHRw)|$8Fy&oAmMe2W`y*)cmy|weLHyuH1
zwTgHfpDxh=RA)qtMwl!6lwn^4S_@e_QtxfE}I*r<>
z>hK99>vlL@xhzyL
z6Nb4{RdHKwZ|~0(YD+n_>Llunf){-4vTp9px~k?LNFGQkt2MLJ9QN1uttX}cvdh{r
z18RIcaFrGi1dodY;t?cTKTrR=R-MEoc&PVbYbpsn;LmT#u5bIF#Mg(hF703G8;Z(;>=6j=zne!;1oK2fG3p4{|Le~H|YGv@>xjun_
zJ4>AZ*JUMeD0zPV-BrHC`0t1R`}O}=1knFK+za=A-TQy6U;oGOXZMO=fL^?O1^4>p
zn>VjsynF+Uya2s~!@y*DMJ|HHDynScK;aLM{qBRx#~5RKM`+dWF&s)Zu~^{%Dsfe(
zuRq%V=e5KOp_f3%+vzojTH#fOgCa-i-+mPMu&|nYJ9_YS1&*n>Ibt7bQV0HfSvP%J
zdF8Ofo#2m+Hla`@h1pw_`BsV%?B7d^6!e;J#l?;qje#Qk$HSa4rDvk%HwnaHS2UtU
z8K*Q&?7>3YhI4HQEg{Nus#W@gMnlcH7Qb7i?Vu}y1Lrrpm_p`eDQ=eh;UCJz$&pSY
z)M$~vJM!yZepAx8g(f4>h>?%!48VfvY6Qn1EViG6X>7KNM1HrIbC9`eeU~ctO6Jn>
zEuNWzet7*mc+p>cs8Hfsb=bghigQyw3JWe(+r%C!WondgLFW3lVUo1Co=YsM=?B;^
zoa}wvmFfK`d)pr|ZBiU!ks_X=x4({1tfPdQ_9e-GaOytxOq;qkif^edh^^gA2=-)P
zJBFY*Bi;rjH!(CV43g8DDW3ga%@H-x#Yu`9Vma_~O|}%=onP)w;{7cdw#Q=QL2z5I
zTB|Z8lwk=<~@D=GH1G`^w;wBXHVb@8=f<4wtS;eraNCDovI2gk6h{agxJ
zdk`Vi_#M)PZn>8
z$5AWM^DlLa)NXOLm81BibisTWuZgx}Vi0S)mbFu-^bh0ks%CcA#%vK>GH34O#o9^R
zZF$nyHI7QlWR`|ENq+lLQ!XMzwDy4yGeW6H@oCUK^s=ap}{cuaK)YFI5h{Y(J-IyEG_3U&uYi!>Hl`POw
z>(uw5j?G}IjC=IuM0)IJjEO#hhy|Us!jmyA`bb~hw-eA_r?Iq3$q05KBRVkk&gw({
zNUka_(64dW_7!^Zmoyb|A7O;xCx|_PvKqbh>@K*5h`)LDH#YKip|Xi@&LFp#t8%^N
zm{Hc%QX;_~wkA=%lFvE35RQp!g{`u>ek`yJaxuiEvMwtL>W7u*xeT#SqK)GVOgTxp
zgSkUQcNb-1h%lSwg&bqnJPRIj&5#PPiTBd`SFKyAti>bdXwb1oSTkL9uAJ$~u4ksQ
zi}E;$Vtz7r=3)^D&!z^VPl;Cy>$NuxwItzs%JhYZQb}4a#K5rdS?OV)_Dq>fZO6^(
zuGPJm05&sTcXXSNTYNjdnt6sf>>xU{A9-drWUfBe>^)XuCSuQjO4klu2)7H0*w1+a
zg&h{gh6+2=FIiDzxA!-vXC;g#@N3gQC@U-=EhJ&YYzGC_I##kDPJG%eN9gy=pTAYIV?Ny3kh&~cp`
z=@fFdfO#=tD#|igAubx0xSHjbtCmyXC&d@93M3?^(EO$MQLUh|PJ>``CJTO_Y(>8Bi&vflG
zrKpR_BBJ|GuM^4|<)!7qV|nHNbOlZez97=eFj)|e{F`llXy|~sb~}y1CCUYoT`$zp
zGf=^kQrvx%Go)kRFer-1KB$lkD?g4Lki8I}fGwU7Xn3pI6jhVNG{lgp_3<8Pmt*`$
zERd3M5*6JrZ3xV;%c}tsfw^1XE}h;5cS!=5N#0}ZdU+g&5iw%kk2sJYip^dFkr`BI
z3zA<_b1Thqgqrw%(ayX&pzd>!{W;1RLlA`y9NW{Wawri2+&6QSxHT|});vRTnP
zRM4(ve)x5T2UZ7JWuDP}X+$%Lg0(1dbzXLZ4nX@!Rk
z;~>nM(jg?dZ~cltl3_4g*lJBg``2%b$6fX82s}|)<*89b(|qmTgp@6cvB=t*RPJ6m
z!Nrg7G^vZ?{Dv@lR%~#iHzVRa3U!D0$3|NxiZZ>yq{ZVUe{5>ftFf%ZlKWoS;+sNr
zX!hQh(%PoDD!dCr-J-7`XF7eGWaJ+TufxU&$z}a8YjJvWMMU)LT0tmG3nf9Q*|6#^
zm)scwqveb|-OMnd{MqHqHSa}{8fi|OH6?ib1j0Hm%+n1bEl=qZiv8uOT`?0vLScu`>RNeoY&B7*GOMdHjI2hwpaESG!?4WhYARm2yO
z7SKMCt~b}lrbp9TKgI3TW>MEncca(wG52f0<=zPz-;`&_hBy~3<`cu_21OhQkX7{K
zPR$LXyV;P@@;mPVa?7WQz_gq6ywYU86-NE%~|5hGny`s3$5VkxEM`j&C~j=PVH&=h_-2)b$IMi-Ns<
zsiGmjz$%g4g6S20r`Lja%&?fpcK-&+cmOTStmt^jq_lo-{G_9Zrx@k~Ke~3}u~xcR
z6{g;m)xJolL`Rz~Q78laj=Os}E3^L-C`PAuuEZwqfUlyLc(ggsQN65|zNX3Vh%;><
zOr6hFV;^eE8T$k>>9HUs;2$f1QDhgS2ZkJhUCNX%OD`a+O_-(V$Jwjo-MywK4ri?t
zTxD)Ecwz?IXV&Q7JeOof0C?-kC2A}i2%`n3u<_R=8aora7
zYE6Y`ng@+(dxN~vS^X3_Vj(cV)mNo?u0NI_$xVVyu&+B!!qbYFbaN#;J*{PFjsezg
zLa{ifiaE*^k{hp<^@y2qp=t(Oz2rj27I8oV9H
zbn-{T$qd_VhcekQNOQughJgHOY-(hzYwDbRnx%G=8O&OXn*mIs
zDK5q}Q@hkt5t3J_jifM3=Z1{+8g-aU!l|Btbb$fws`z&Bwn0Mo6G-k=hsEQ*NRr5q
z6MgGOrIX@>q7~eZYv<#SgitMT6o%>+-2+^9I@&{s6^tS=Yox1+g3kTTX~(8|z}XJNgZyy9bZ2
zwwSEqH(r%A@fJjeF0?w@8WGj0_vvIzX_yxr2Htr9ub1K;`%vnhK$wY?Sc6Pt)8eDL
zDeJl2z7&*e{MYF|hsfhGAC;r{mAqAsl8a0woIL{8eawm0%m%o1hoh;D;fBdNyLF5$dF5Zzba@
zrc!m?W4xN`7t#2^_wkWfD>~GP_y=jCsi)|-6~A=|fJF(`DiP4TY^xQTqDSRZ?Lx8@
zVT4y|`3aV~l$^Gk<<1LNk>h;(0#nMcT})9i8I(D4GvL6bGoMI?jf^pFlrbR%XYXs>
z)jcxB^?0;`^S(BR2W|!xuT(TBU{$IsF{}(hZmN4S^*R6I`Zl?Uhr!z1rHGhcQiu
zjb%k;X_ftuE4;1!gAIP%~n+*e*h3raD
zii&mL<%|mq6X6meJv1mDvIAs-z}>yE5_U{qkYY*GiP@kDB(9q-`A<``WT0#6)yvk%
zQL6J^msAvUc8t~zq#}~yP0jW#RX622$je?`?76MKhE5F9G*-MA;vi$|bPsO7qUG=6
zQ~V>@t(qnq<1Sts>K6aPk+L3lprf||lO{AeF>F*qjWMU`8s=?p*7N`3LQjU4Q&>@QbH*C1gvbCjI@
zBQ~Z7J+691{tB!2vb)1rE=gwgL4m1ui+U28sTGb@aS1Uzn(-OYl@uZ3hghfx^skwN
zx$av{yLv{ZIOnAYQdtQ%N_gGW6{-}86z$&m@u14OB&m0L$%!ADSJ3B})3?w@JQmQI
zpkJo?7S6LPb3m)72macZc=PJctBXY7!F5V2F*ch^3XZ7O{
zhMG>}DsU5ii~h!}NvT1;%qU;C4d4j~3ZR2c4k%ORl(=S0tJzSRskuqVEZ9%6Pr5-)
z6u)pdz0PVkl@vF3LNolZYI0jQ*4(Yv&mS$tpSS3v+)SO1%cd!!*MH;|AN-NlcSWNm
zrtjv|Ah~Ch_&sG7!9&Y01sj2{g;gHBBu+4jq$_T8If)K;3ilOXBjHZbPPRWH_D+yR
z=kV8}36ABgboV5i6VX_!^b0Y=A7{msnJ7HMNN|;71hLiLhrfBh{+?=1rjZ@>6;#}b
zUxDYb1dY6kwYt?X4D&~--nzkdCf7VPg+C5<+e;iXF517@f(e78vIS%GnS(Rh!&kvu
zv9<~?c+@?W-p;c*4zmRj^0^3M@_>d#uTmO$C|7_ZRFQc>>QF8(Y=)RWk`6)VV}u|u!4_v
zGhD;B@=DYGg#V(oSTH`3Zx>-PT<6J@<#+1|-L68_^ZAjyP|@qCafzCkIincVhavIM
zW&T4j#fy{N*vYP^2(ikjE7({xlz3K;<}geL#%Wkm$-c;R`fd_e%^CvRO|@fmRF_gb
zb;(n8G#7@>xQc!ISsT5``bKb@5dwDCJ1Y4~avZ50Dbo;2GCyFZus7-uW}z4WYd=G%pO!q=O!J!|^k
zzt#U@HNSdMD9$=DQx@DJFpx|V>xAqxh$3%JWK6U@9nQ@xxt84%(5tH!{>NXetTw}x
zLA6gGTilPsz@iR|XgD!Pv7Cl#N`90l#Zo=7J~2lp%rPOoB(p#D>**gFt`eKqH}`qg
zmQ6G>nu4*rwUPtbVrpiN8OFiRdZLE-E;^|tm2xHzPHlyO-k?p7yDx&p<%JFSg1cd(
zk7SPHI%26#$Z$KQVqH(5ksIOKt~}!Jd&58#aVZ!;^1)U2_Ell!2?$KHKew|u_D80QS`TEME+o*1(VN24RX#@Ka-6M
zm0P}FiEHV^+Xw##D#}&9t;;JA4T$ZM{nF*Ke1D85g6?4E3RjCvMxq@9JsiJd0M@Ze
zZmhjW&YP=^sM*aYoo!x{`twg?AJ7MA)BKeto~JGuWTNTorDZDWoq1)gei)YPbYnS_
z5E`+UF{LcAT;hY~PFwxF-&Q5g(F+;X;*MQV)3t_Md^cda)u;tAn=IIjQV1taSZ
zm+^4mQ=iVNd-<`#cc>+{cwm0q6d7k*ZBTdqSEpo0vn}#~?5|rzy!Wr0JBU^uu~A+A
zNFK0)brg7-q-6M9km+6IU4CydQ3A9(K*w!~t6Y;|meYhcJdT%_W|o83hn~n1v+E0brh
zQ&F*bB1YV?D+)EmU^LI1S%b%|7dvh%_n7zcTb)n|(@zM|88s6nyb6hlB{k|vrgJKy
znJh!PMe3!g;#ouLyj^;fYK$~9YBcG26CP+(7zTz6&&0J~@BSz~VcCMOlI}rn=BQLv
zBmwUj5vK5CKVn)vhs%g-R>DPz?_Hdc%MP(ql_HA8;{fAyWxe=o|JUP-3j!r~6^>^y
zHWJt=)iY!c!Cl?$Lbiwl8rvG!;}8e`@`^#juh$~#@Y?ZcFoKc^iiQXt>21+ByBQY5
z(LbV#)DeG*D6?OuQ+Jv&Gb;6;7$e9tfm_D-ZFyoVl*FAcIk1qw^${_{8VlY12`z&X
zRyBoZPbBC>(K|kldg{vd=?;-
z`Z|P%cXwL-1d;F!L%CFc=NEbndZBWv<8S02@jGi34J?0!M3cQy6Y|_mAvJ00I?$gR66S$tSd<*e`;oD=dCvMtl&5uUn3|!e
z_4u)&=9Ab8BKMLm>p_V{Gy2{tbUA5yeI*Xrhw9C_T|>mFn)DRjYTH%U-OI}d4jE%p
z0*9fiTd57HaR*sWIB2fu1a9E>N)oP(3j~oCA5@=C1XVIw*}QYyDw~J
zY)|f!$UZ$5{~1xiHBVkhw!zf|4_ZbsQafwZid_LjYil;OnPIjd75-PjS+nU2${#iy
zpra7?X^ePlm**-<0cVQf5ojNBiZ3+eGPTwb=C5ge=p90gj}Z&m$6n@AzG`*6^a#G@z6NSP8uH?ZH&0Z#q+EbO(fdz$=Y`^Bg=NBPO
z4Z883wrgf7@>dos%)3+<s-3D|!#91rP_@S@s~&ZXjtfT?5=MNmL7VqKhLzrvJj
zQ#r?tbo2`v;0X2SfKSA1j5Fm*(?w08o#zgJ2xrntV<2ZzWincdbq2kUY{Bz084L{z
zv+V}`;E)iTNbzwG*1qE7W7RZQLFkB}E!oi?X?~KyRP|Omnys0q7rO6u$^US-5)hjI
zFbp?75^y{(_HAXhDX{l@_~^AQnnf*kIp>UJt@{N_mL%leNJs;$5}(f=ol&Kf}UwV?XFzLaIi*iY+Q$lnQD5(A>8f3NAprpK$w()l09OW|C
z)=yKAclQx&vkLY~EBcT@`Yw22HwE>FQ84GE+CU#Nd}ncnr%LL3rQGXf^gF*GSwf<_
zD4|=dQQP#PET^yC-M`x`2})fosNo2R*W1V4#KV2%@Lv{ybSb{QkC5!-^v^
zMAF}*9nTDbH-rorpqIe&0uB!TfBj?93runr5#ZIJe+(3(>i0+cv6bU@Cm(+N?{|UZ
zPoUFIqYsT{4)j^eTbGB-uGV#1*E}o;ccS^HAwGUa>|q6|?pBwpu5$<+xsxtA;nbP%
z2B~=tJo1*Y2Y$a@(#tF7OgUH;Y3$^JXPBf%I>*eM$w|iacra=P(7xzkZE<-E%}I5M
zsJRBU>tNz+kTvX3;Gm@`rWTRnQ)efwiw~r?_HZV8MZb4Xx|S}<<+?M?kn(WkNawB}
zgImQ*DmM7x7gHp&(L+I46#RqMLY2PnntF+{WZ#}%4!D+stpw?pUUp2ywJ%!*i+j-B
zj)lj=E;DdUr5Sm8XHCk{=mTq0s<>L;Y3GI-<51Q7kq%9h)7*-h-8*1+2d)%Qtov-o
zbrjfFFG-3nMK`{2=HGvnl`0i@Wm@CF!@H~_!Vq#z#HD>PO
zaDPQjNAGCO$4dg>=``N0r&Z-l)>wy9|M6#^EEAe_>qe2%hhzFqm~FJhJarW_
zJ8g$*|3ki7|F%*eRfv;^b$X5bihb~kF8&23vS2X83p)osdi#=uCX6c1?(19aPgr^Z
z76rYeB&c;}Brudxi-Rzdzc4*~-B25`zd?)$AC2}pE+cMKhz7dsQ?Ymp&QKa7zVFx;
zlWG|&Hi_;hxf+iT-;(*vj*Eu)kO9M*Bm|yeO5Po
zb4Il!7ZkIWtrmcWN0fJJYw^e&LSgi90&>T^14NhBB1^=^8P6Glb?k2krac
zI5}2Yw?h-BH|*><8-0ZcdgO!&GxS6XP&*3Fmf#4JPoEHYt}io?h7T%d3e(6|Q8SF}
z8_2N{C^DZwXQ7@zZr$9Vc&)Rz>4!h&$;{P{;8LpntQ`%KpQ=_
zcVHz>N&5Rjgz0-K4#k%aCZZmvq7~D>WtUS_tI?SYY2O&@CYXO^z%>Z#`8ClJZh~ic
za>vGHgYQt)7;s^dsKT#o72IXf9xB;fY5d3WoH_pHS8S@Kp9yjh=4(ri!DFF-1i^0I
z&e6!e8?pX;V9}~Pe*Vp9hEq`+F`D_TiHbi1NfYxPru_lf5g``9-+PS(8^yWpQ54(b
zs`iuq_{MdSYPN0URz3&pDInz754N1{A_HrEfazf*6>(&m})CF4a4&GNk;!hT}E)vGE}
z8G_cnYG})qVId%e_xPCbfMu&p!Y;uPSh}2h8Q7$?ArnJu&ufa5c+5e6Ru!w$NWh`|
zhAMBi^RF>vPP++LpsRgdHiM@?wo2^W(bjieu3psIm0V#zlGn6$Ee_6a=F!+Tun1cL
z>?-B6f81>1BpLcqZ=SD`KU9XZ!?5ZaFF`JZ`5wAb$^0t;Hvp$qOwwVr;yk}QxcFTr
zPQ*DhVs*Kj$iTG`Z>~xAZMHZrrpDSKV|77K;#5_mV}7a+izPSZ3K$~L8^6g`C5~c&
zZyGyV=V%WDOUH(x|im>#~H7{%_
zp1PxQhlF?kPFD74AG1U34pT{cTbH|~5Q
z(!QG*P3~WA4{AgOjHVQtq^Pgj7fgzq5^iv=MRj4&UcVhm3s0;7k19FQiUPDqhDj-=
z1N@MOXvTt}%D?Gq%rR$9-MIm(w)U-3Dj#f_r2>R{dMD+Glap>@Hf|`~DB|MScVt*7
z=BJw7xe?;zPe$2j@)lFEZeyby%6^t9o6VPCP3FGI9=E!tE*f`yA2&$;2e_k%F$|n7oh-EFd|E@EFY*NOb{5yvBYic9j
zjaU#f6#E1_@$q+oU_VSwo*mp(J*v<}yz$X>uCgH9{=%PMT`KMnyLSQd+oGyrn1yoe
z?>?`|&-g3Rp_nEQPNLL6_52+nJJDg{dUo@H&j_p#1~GHtoKPoVaoiiil#kBQYVd%Ij_Q+(1~
z6=zxZcVJP$70Y7+4r8Z`=zV!Mp;sk-n{q6J)tx{Eg!gx;-MU0IomnHI9_(Imx2b$yEmxD2BQ)+jBSFK6iZ?U@
zK5}!cX!!PBSOM3MsgsybI=t8kU5ARx3NLF{E^ny|-&^Q?kVSUW!HwUSzfI%$D18Cn
zmRCx?axB%4MYyfN9;yEJn6@QNYz$p5j#XQMo?<5769;Qw>193sjF2OEpQ5UM-pojq
z@c6;Mi|~f0Nc0RkT#gOTO9vkLwK%CnZ9P{vxUFP={GQY3IFP1B%(R(sI9#recw>FJ
zbh3^*@vQe`ozTNNz)?ajH)j8fajd)=)9ba)us>MO{q#pkSym
zyN5b4()+gFsj5EbFto?ea
zNl}#EVZSot{RP54L&T*o^Z-J{##Tc0ZMC8N6ss{ehOm9Bw{Icd+!o6Ku7RZXS$sRB
zks(I3Shpup#H6C0{r*;CtY=0SOVf-L$yZ8p8qdI1Qu%ktZ}iw@QRA%T962;daK7m`
zQOQz@J{zn;xRW?ijNO(vV|k{BFz8ymtV31i4WSc#rj$y=^fCl()qunGyXR}x|UUKW|r!=F(SNk?koRKhIE3n`q1+M^A;T`6~U
zRSh)vW@^mse&evKFRzb>l;T55zU7a`nX=R2MOr)Cw3#AJi%!(jB1>8rF_=M`@6aP(
z$-rZM6=a}nu&9qItEuBWH@YG?i*k9}{fQzek=e)6+cO4xlG|cP=ylSJ;!^e)5&iIe
z`t`5W=5-x4C55&Ph++j_5EnZ!Ebu*tahd5i_r>2zd9
zu`rLSCi|mu7Jn~srVXI>J4Ng)+15Hv#f_-%*9gdt>C$pnned=(9Xr`=}LRR&O>jv#p5f`F5c0A+W?G>Gin5J9BS>
zM(WvX8XU7rffa40&slvwXb=4RsXU_@bs?@?B8L_KpL9xCkD
zyy;=Y2O}>7ZsaJWE%+#8FCH?jsLW7$7;wa81
zB_*uAMs<`RP#x5|asQBs30L?_IcZn3+S&mw@U%D5jcq+KLEB|>IvrCE92%-SAL+^id8jgM5V16G
zVq)kvp~`1irT*+3iUQ$v7PYT91^LmGiV6BI*;BDU-bBYgj2LlCSY#Em&Nu%~JOLkY
zQ;iq2u3s|5gbO6!&jYJ~cVSnc{U%gLzz12Q
zZyU-*hd=<1L7sEotAq|bfmna|y@GPo!=&YJMfd|BuMzEY6Zd|NE;{usYsoTlT1SZu
zcm7mBtrNxY>z(*y+$){3F=VRbo0n;<&47(FRWSVSasRbcQcH
z2D~3(#eOyW7E*C@ER5^QYI5%~P1sYuMjA-jXrY#RoPTh@V#`bC+};yStSJB0?iyEY
zCLry4gAoh<`ul)}3@^Hs6N9JD{VxcT9
zGPbm;DP-$3xuZE_obQE|GQ|}dkn%$+kY)yQZahSj_0U-afJ;3J#LxJnZRec)(TAE>
zoG#X%9bYFEMNy#6vH2jJ>Y-%BiS-Mh>L46b@UtbqO^ZK=4SdK5O{KpozQLBE;o6Qh
zX(1%ExKAM!xR3TFQtH`zqp73U`g%i--#G~$CbwQ<78qXG>uwkmWNw~a|Ejuvn<}K@
z&92$9b%M35qFxjPHWuEn9H=s&h5J6Dz%ROiXIeytvw=9npYb;f58BE24muhM8edm}
z4qi;N$#w|JF^yNcM(3)Yk>vn8%
znh6QBTUVRXW9f=R$jv_MP09E|VjNb~fQ*XzKsk=XVrtLS+Z@RQgw
zl3|v_%$ym8mRjbKBrZTB06=oLE0q9uapI
zD2KO!D%*;{)~>VmLwt2w*n*ub!=hFf%zeQEQ-^+{lZK&;g}o@`
zl+pGAn)1wAVsTk=J6we%V{qvnwaWD~1|6-U&oa!O=)7%x$RyxS7qlvVNQyXudLs=o
ze3#f}8fnf>y#_IHPg9}plQh?Z!V&)fi~Ut{adf#Iw%@s+@S|pj2(7F*zQ#<=@k6AW
z^c7I|M)19brm;p+wiJ)hjSSw4V#&tGZmcI_#XF=dN`^P)2f(oU?D#oXC1IyLo%v&G
zZ@}fYLVG8Vr4u4l*qq&jH6@dra#^qWl36RsZ}||CyNv$ao=l=d9OrlC(
zZi{uuihns8+XG~IQ1haX$dAxYOw&-tO5ZRzWFoCWm@jg-$t0@eOX-crv}BiJMsOjk
zG|8rB3&@`SODEHhQGYUQHx
z3zxw9>-z-dy%1JM9-^7-T>O26P&Y%C^a_pjzA18Sf%=un}NaEm1gjaJfMI=I0
zO}NkCggp;UKe55&iv+)cs?k`_X?fq!bXH_;NAP0|oDqipsXYsM{=pcH5+zF;yeQw4
z;EI3uYXWVOOHETub6<=l%JC(bo=mXTnkRw7ixgoG$oMh2o8+HRPbO4oK_Z?s#VM#_
zl(@N#O*!;B1grHI$)P5EHiYdjVSa%U#gpdFVLVRQg?x!M=wMGi;%Vf;>W)+&!u^Sr
zeu9}Tvx0vF#JiJYwH*EUrtX0
z6PBkl{-%j(`FlbVXNeQr$%jbE`IEC0pD0q3YQ)oB4&3=;Q+yKH;?(jgQ`r9iDH?7V
zf)_)e^&!dj4OjGdg6s;KBS6OG9b2*8c#52doy_
zd{FfKr7o?BVPu6IvDR~Zz~#u3CoTrF)g71gIFax(ZFm!f!V*=SxL+eVV{RQ8AkQ0k
z9OS_2-_lp1JpCu>Zk9&1WtaWH`QKO_lmD58np#ZE;WeG=AS*~(-I4Zb)MI#tOQn}j))@WxlVVuH=dc$#oupk_Q5
zb3q7v2S(OOa=*3@4m(muw3lGlA+oY
z@;9`Nv_>c0k7`9@QR+0``iM93V7m)v{{Tb5BolY=X$ir5{{WT9u;s|)ov~^E0HjmL
zBq`;wl=+dyR)~x-s+a0TJ&LXcq%A(<+7r-^rbzz)hs1gaRO;@&q)u#8<#|Rl!lI~@
zXMV*LNR1-cp!r6LbuUk}G@6x8#I3l4LP|)=StFl-)MYFpE6}Q3SARs&Qd;H(h?Oe(
zW&Z$>w##j3z0{bY6K9$v#5dmq+CE7;Z{-d5Fw>WkQ_HHJf@!3V
zQ`-GF+D6Dq+Zf!!+&V3sh2Vd2ZUpFU*%TU`lj&d3*Mtqhz36b1#c||>%PfgXUI?U|
zyY&vMCfqy<6?(VXgrhVy4N{<=M5w|+n#@-2At!?`u9rpqI*R`Qg^?1MK{#mAax2vh
zZ7Sm<XZS~<4_>lpYJCLdU{mkF!V(!DL{HX4%|BuwEMIy{B-|>=A1+!&
zG$xrJ8xzMv%dHCV>9aizDGBI7XqPF-r%yZ|0J=fpT$Mu!&$--uknYh!(dUCVftB3l
z4(BQV0N|T}CQ&VpMBEp}hPlA)v}2U{7I4JU%`zTzi18yPoKX~lopgE@MLt^h5HIoQ
zpEh=rFVlL&$#S$cCQ2p9ks&+$jbxQb@~#WF1B6#8dWgW)1eb(mi=!zMI5MV2hbcdh
z-7$oyWOB>UfhtfEWiCDQ6xNi6~Xc=lC*~$u29$grXz00QK$J5sq*WF*Cf(p
zsPhG;hSWI7nZsv&TN%ZlIr%r+uL~dx;ym8E+6eyHF`54M6!#rTS{a
zqPlWzu`Cmz1d)NtFdSKR#cacJPO+AT>?!Jk>J}6T$#@xhb|OZ4!87We!oaZ^wo7iXZ&4sz<5ck!LwGB(h;vNv|aJqGzYBO6!~ylZJSS`f4L%uX1eX
zuYxx6HI7VhJxfXGgCF+VDbkv7(5Kro9HW
z$`Tc$5O~m_-HK}iI+e0y_AM1l#gj5-Ra+Wv8g@F8Z)V7pOIjeCgT@Qg;G`NPxgo9p
z0ApEJbQfAiD%1Om$dtbVmE7A8r1b*9IKE2m37l0Kr+k4G4^mXCpWg)=I~MQcBd1
zH=}ze12mzTP$dfXAc9z>p|(AWG|
zEbTq;PY)ulza{OH>>kvMN=uLS2vL%hmc*65jR`FaFiC9WS>)Z8vB1;+05QofU|TV9
zp^bm`xjPa+{>Bh={z>=QO4G5WJ`6@#NFv1U3AFYxA=>*8s-d!%EP0iN#W86PA7rIQ
z9SJ-8uS~h+8x5YIWAyfn2Yi#%F7m6
zjOjme+Yrs6$Hk~GW)CF>>|xHIT!XRs-xnCO_A=$Pd6Ez(}4r~H_x_b_z^9Fdnc
zhZGYf%XnK(a!4;_l3HrVD5
zE=L;`u81yJW$bI264#ubOwti#t+`@RcCtn%bCPnsB#`3E6N~=R^izQD#AI0D>xJ~eoN=_A`BGd@IgYv$$@RrW(4u_GAB1Blfcr3hIEfY
zOBE%tiJR6+Fbh!X{i0_+&3W
zL&A~n250Heq{-a*LX{`S+@+R0z_6J&`4mL_Gh&pPopL7*@?Oy?Zhx_2Jq(nqCDzoO
zqsduEpqr&?iNu;rUMBvBubDVVG@SBY5*~@W`vix|{{Xy{V%fe_XM$4Smc~vz9SJ2X
zY)RvzEgZuV6skmtCQi+dmjj`j&(JgW6-^f0c{I8feu!Irlb0W1?i_z6zMG*xr#K!T
zVC^cI!8U~N{bF4c1huOfC)G*K6B2us&*^VMHOm}1Pd4M*(F*+Nll+Yi3u94y*_!Ij
z_CG>ONzVoe^Rc&Bp2EX;vSuaZS<;bk(XPf1V^d0dZ01=?{{WHeM_v&*Fq_`Qmu#!p
zo{Z#_G5uEpI6{`lmu=<*o0$0eYXYhEK@R)b=s@S^Lgn3+49)rqwUMqkCCskqbAtVN
zGOEhglb6rZHeHi};O-5Gi-Q^~DhowE+-PMUfA}#F5z1I4PQHJeLfYQ1)>M)>Sc4r%4`Ya`+UXqSIL^Jm`rx(%D4A
zeu5O(wO|`1nnrcV8ZpfWO?5f9V3LYmeZC))BqRW5Y&5C|<{u
zDXf`NQXMw`0A^%qGJJ&h_Y*E0jdG2R#F`8exMNTCVQ6w~mrWo^)sK}d9
z6=Xa-4MhI{)SjjXAwxpssYWn(uej2Rgwu1#q=m_Q3CL6B6mFI5qFprLo`2Kyc9Pr)
ztW1wjm!OuR!{le$g!2Zu9mJ}6Lrxn=#GH=l4lAN?{V#vx53cr*?
zi+-ioL{})eh|!LrKlrbfYHq(Eq${p$`=B*%oAiMkK{LK%JB3a7?!vbnBZoPoPLw^
zb6ma#$=9(Y@Ko<(CFDD2_7rF+62Yy=t**ok{#cSq-ItDJq)FJ)+T$h{nI0Tfn09=D
zIQxBwwB?vP+D_kuK&`^(qe@}llV9|*O9}3T5UiGor*=PfCaFKroiKTb=!PA+my8*Y
z7$R9Gq9D4$Vt>H?BQs(6ADT&(!P9J(j@|{Nb)h_^;7KV|Z#*2;$&I*Fctt9UJ#;7j
zXOD4oGiaN}q@!gd#A&3^qieyEEh_`CU(t{IVjJk=52m;$V(xzEPc{>eB6XV4(yf?a
zVAPi=czq;W{)gCY9?>#S2FCV(B|~pJGbX-An4FeR#1{m^oIipaV}aW01Zd%gCYsN<
zkrj5w%Rqy))nA{|OiB?;V_L+9mGS(sVRVBh-QaX<4iK%aP)fUb9Wyk!vJ$_z{{Wz9
zU5MeiyOH26&Gcg%I)CCYfK1bVqC!eN$MB?n2Abt#!<{s(g)jr~d#KdZ|rm
z{F%p#20BXT4H=Y6O5Jj6iNB&bXr+1>*5cwx7L+NN6Im&>`iP$%i7WRIP18OE<2p`7
zB-aAQHJ(PyicH()HbZp%B@bHWj4uoBHw$ouTk1(hHe+dU2XNlfkls{h0#K`aGYt@?
zlaFC(x#&(2zhOqHr%$&eINWW-jMl7
zw&<}msjNI4^khAQ+Ph-SpcO-i{h6Q3eNQY?xZ
zKE(}2$dt+-V3Du7e49qZVaKsAEJS%Q?8@eh6gv4KKK}qn*>JySBSn}i$iXse@N`*G
zGqjlwsV*-u9tW*4cpXbhXZjiwZ3Ls(9X6~LcJs#tM2R~1AnHXG=L3dQDh7#q1<7jPH-o&+h|P^zsN+TL;H$+64$Wtc1h6B|#>V9L+8cNGuFs6eK|iWYx73)Q`@*rYKS5a;J_+
zczRyLvV+F~Fdlk1wy$P)SBZWsFVYsmzXL56*Ki!dI+3y8K
zU}+^xQA~S}oT*x5f6kZFnk7kQUE|9_VYy5AL+lw@;XR7gkDz>Ej*uUyo8(rMF=W2O
zR{`a8FYqFVZIafd4Kte0x6)>N$%85J{0@2_|HJ?+5CH)I0s{a70RjdB0|5a5009vI
zAu&NwVR38TtO38S#II
zAJd+Hhu`w7{$%6$ZP)bd{+w$MpXuM{IDe-GqF0{Ap^ybzE
zn@i$<-J>*mNx)>6cM*jiJAs%QBL2J=lWpm
z`p=R704EuJ)XuELsM}TB*!*NK1S6p3aYWh?`;HJoi^+e>j1)p0F1*IWukxRK%e25d
z==w9I3N74lRTc`%5Pc^eGaU&0nR+Z9jVjth5+tRdz5SuJQwh0$~bB7cqqgbe95!EM=5W3
z1Qn-8zWm_bqc|q(kTgwb@q>U4$#`7rJE%9WA3vpX5G(!w`EVY!JH)viFlbKhBcB0y
zu?|>gfZn4rQb7#%9A<{gXWMzcdLVB(!9?JnIL!!k9?woD1Y*!O6BK3Ght5d|6OrJ)
zVLhb~z;+aaFo$x1^{;cO(x=+s=W3-)^vEpYHOKl@ouVFpAN??Pr(o0_I@1Us=KW@g
z8wbmX6QX^az+3{~fn;P<>S(Ea$7v9Rk&@-?Xu#XfAs3Gq0yOipgy$$++9!#PKcR}M
z2#n}>b8ZdnN33=OwO1OWv}vqXRPbB#hp+`LT^%RMj1+VP-^3r}z)m4V*pKt1{{ZQ~
zMXe!i{5i%!bQ?G7`J1$5Hj!AnaTB5*7-a-STURQkjc=wvZRYd@*_&8{S=i-w12oz6
z;}rz~{{VSlDTe(pk`Fv#0D}>o&&CZ7cSQKYl3G7+j7L?ivB2o_0So)5h4m)U5
ze9FaCSXCZAoO%)(dcQ6#V0x{m$jmD>0*QKV^i4*pjQk!X(l
z9pi)$%sUfqGzR?rKWtEoZoLg3lUQCvBc7ZIh&*`u
zFbATZR^mhr#dX3uOy7F|yT5>*?%oX%SCqeu
zssx72ErIY3_nS_X70!e=R#_~ouUy>TRQax5yBvC)xRolXo#udP<%$3(M0FfTd@$gc
z1E)qiz2kFW1$GhKdcxXjB_HVqjk+*z44psyc*!XlROs=->kk{f?U*H{v)*yKK&+kU
z`r|hN3=WSR4f#d&ya`uYYii;`R8Gc+5-3#waE<{Jf!7+vR0@UZxH_1f4-P#i019sg
z$pT-C#y1j8@?k1C@0+~4XcE(@?rX`dZ^jhODTPMYTzuovVL{&4Oelz66ACyfE!AL#%#&PoL=ir-u|HXQQj&%e5hE+27U?5oH33oZu&J
zf$({Au&&!Z!YIR47B%%UIs$U*@suVOA_`8u%Am9WDy%~C3;nQV@*fxc;rl2j5x)77
zWy4eFydsbY`i@qry++XbGE^Lyiu3cm{+TiXXw8SvikD_Fp*37q-Ldhm6AyB2%~BdI
zmFJ0(Sb1#XFLbO)E@Ihm>uBmS5G`jp~KWJ($w*W9uI
zw4Wu-2OH&Z!5av1P+5D?_`#?TK(l-u1>aLdEV2$&n$aM+`kOYB@adycX+AYg|BW
z%A<)U(h%L9Ox!9RHm)z5HQGUA1s^#wRWT0;7S6C$|QmdL?15}&%z_cLA+_wa<
zHX>E`c$CPzQecg)w2IufH#j{wL^Kw2A?8I|;dkBW_|7QQpV2=*^MeujS3vn)8Cyg_
z-^BXLev9I!J`O(y+sCv?)2bdYnhhn|iPzx4A&a-S08>H0fL*YZAHxAM#IuyQn~atx
zR)Owo4+0I>?>I*aqlB@EqW3Lf^VSeBR|-^u-@b
z`YU+~y#D~UX~%G?`LIh&Ag`7kTrOD$(`bF+1@VROI{3Pnbu?twlOdcS4gOA?5Uz?3
zzXl9rQ;&z^oFHoH?*9OcVQ|trNraU^EXoi>`d^HSx*UK8M6nI2%KhcaG}aNDsm@J+
z{{SP1r=w3Z1Ph?-`Ql>O?#v@$#7RQG`MX5Jd(7zwR)1I^$~*~>Jh
zH20eT8c&4B%5j9|9F9hdr-z0EKnYF&11LvWyMb}56xewaE=nrMIXL^vIT0G}kBlIw
zU{LL@a28ZJ`N{x+a)%=b5FAdNMBpu4{V+hg0jc+JA!H`8Jz&u&h6n;7ynHu@0clAa
ztGrluO?+>x6{~M9BAO#b%Eyg24b*^%0
z&9>G50P&roz&FieK%sjaD}WY(DEu%)M_PNQMs7fiNRhnwfE?fRl7___wXq&>p(bkb
z`g{2Q0PD~FuYZtR)^;0LLGtBdB@#nNz`~@WQPUwki2HG(V)ZvZakANvS}-@Ba0TaX
z^O`_4;P}PP$a6dl91EJE@Ivs2fX2gN{TqWr(c7PB;o#s~%Ir+DmW)qbU!wCX$Yh_Zn#;^6H$$YRk&wszt)u&DGn
zP>e~&xxx7XXbs#t=`q0tQV-vUq~yfc0Y%=q{{UFqQyu&aRNJ{?;vZaO<)E
z2L_%(UtFQld3b)D(}1O=X#Mj}HK`>t(wotDh1MbKj1Xvv34wq_Rscs9g>4552@rA8W`s0(
zAR~e{gh#3e$Jo(2l
z5woUcKm?;)CK$?>9XX*df8*yAMUojNxXO+Z#h-k2j)}u_hJcWfzWIT_lyAI_ScTCW
zoPW
z)v6uV>idd_Mh8tVIF5OA9IiqcyZL6JZ3l(JwTUX?9V91oFbcj4eEESwRYrGtnD*&J
z9v%CPdJ2!eVIw*RZlkYXOp7Ofv(bQ&BZGiB$|kEjw9S+PeRN=maTfEgu-_U@S0v(t
zmz@6qse$v}ZFK0@#z3X0djpF~io>=(V$$`=&QcUOHv?{lj?nn@#5s|7!0TD6j*rGr
zP>dPf?0isCIKRP_W@86^weOcpk`el
z;GqW%sQqhKcfHAw(795bkO<5#ZqJ=`&78
zuEaGDILm5KcIS{_4+^Ag7Yqb)?9NGy)X~;G$)(okc^O1+Hv8~LKY8H-3VWKX-#E$^
z26QmVfv4iWVZNo^Ju{unw4UK%wx^m0m}HUX+lF2NJ(uS=(~6e9N8DP+DeAEL;0jew
zGqa&zGZ%LuJvGBHLf}L~^Ok0Shb|+V1*ywBi>=CMC3Lm&>k&0T*=_ci6J_TQ-NaOd
zG+-B2emL`UV18%TZcWvFjv$<{;!`55t_XC}UCfy9N^9Gad<~c#3>Qz$bpC^=6#x}o
zK+Ulj@kcEA>lnkN%M7pwADspp8a7i@=HXM=5@@bMRVRE*7be8~;!$I8f%R5uU+&En
zsGdjX;}p;}AR6v|LpyIneCc?Z7H3F4U^1|(nh*NIKtrVABTra~-5bumWVE`YyMzEm
zuR$=4oS*gn+)3inbPOp8efxR9P&GA*N5dv+PNU$sgb`C?hzV;*?|9i!I2`4h%gv(&
ztc$nS&%B68h!kDSw2CRMp_W=E4l%86?f09TMv!GYn43jHyl|4hb@b~lw$Mob0Bj{2
zdpDdFl8}Sx^Ml*0!?qw1M|dHEy)PLiG;JpCLd=7QG)pd{j6{0Zf|CjrcJN}7R1_w%
zls0g@H~1MAXUz2(3sj9Em~4_^DxR4S^MD}axc}(M${&z
zt{^B4Q-O_Yd5&9go+qGmGrY2tZQzbS7=WZxU2B}^;Z!+fh6Ds2Uh#;5ZRt+(H|bTk
z5gQQGh-lp0y4DKnt!cLd9VzlICY(Fy-Ui!UI8gKyT9fCe5^xD8A2|fxpPq3GRVP<1
zg?to$80cz)v(3U<5w-U5iRDk7>o1<@YO^^Mb??qdf-aFFetdDA0}>z@;Do
z#pgFRBXm$axvae(knZBo>nt@%Vk4B`;hJfsYx9Mch1a;r2dLo?(2E`1Q7PT{
z{jq^owCJGYArry*_c$G5{KFPEwAFIKbQQl|XJF{C=Vy4@A1d;=ZlS8jydzw&Yg6YP
z!Xq`pOjH5MrktcesNNbOz`WvBw_ftNkCM=R^O`2zJBJ&_1rbJT&ai*+?}yK(561Cy
z8dm=RkLUQ|iEKRwE1<`ZS?CP`g%QQze^C0s4|wd|$lF?WP#$DC4bmTF#)yOq%U&?h
z;M4tO8WD5X))=u;^Lnu|1P+oM;^g2@1mh)qs}0wD2`-u^bt{~>;=V3F0^D7$T)WzQ
zZxUFmquYUZ`UPCDl|-K=ZXoYQ{yq#u@kNt!5ga_rfx!XJ1Cfj`kerhM;F}Bo065SA
zZN3<^bevu_-f~EHUHmwjfc>trQhK`mvZ!vEbBdDbSI4-(_!HwB$S8#P9Nbb2bYqq&
zIN8Jgu`vM^qo?B$M6jw7-y`NbWN9jGep*>h{0EF1nfWc|DYwzneUv2d?XD?%9
z<2UE_IB>xNI^FK@LX!II_;GFtxZOC?>t_D|-VZn(HK)b{rvu-;+%!(ddfTszV@mH{
z+)}Wzi=Sm*tADO_T^k4g0PE)gn^aLhpN`R}Kpd*!v?Ilzy1igiqKm|XG~7DB6RhPT
z2I(KXEO5el@aM{`UGXrk70`I+oYs}U2EyOB5QG}jI2=aszaB7>%Hq)6c_K_tW+`1u
z6qNPHT7#9oW08sOQI`Hoj9@7mU0@Or==NoXV6}l144XK^-Cl8cF7lyeekK?0U<>M(
z&n68b3QUmaXqXYKax;pvF`pJcdY!E48G*7?Iw_Ve#OBJT2(L
zQ_x4Yas2jt{{RBis{=VZ{{Wm(k3dA>9EjRIx!V1vHFq5zTvkJq*7S9j>O)(jofBFo
zr&vU_l?^ka8X}wnK&t+5DIXkP*AqV}1Lq-xr~AHdqZZdE
zHLG&64oExr%Q#enn&yLs>Seh|3Gv(am4JW*@%22wA~fgOlLtt;*9Q$CxasjSwj~68
zp0ZJCq!$7lm7$XAWL^*>hX!;wdu9tp*ca{Z);81Hetb8)Y9VNjzD5!CbqCCJOP~`s
zds@CL=Z-ZZE>1%Sc93~{aM7mlhi*s=stnWfn1_wdnA99
zf7Jf~JM;elfkMfNV}<+~V$`a&tIh&f_(ldX7kT!%vt6N0j#kapT>FlC4#;u2-RboO!b!%(eN`DKQv?zqH+S-`lRg^UIUmjHr7bHrSG72j?-7!yM3
ziIEhgBdiH(GHtw44;Swf(;25>Zt;I|1z`^iGp;MOdiXPvB62=`azR2`zO%2+1N-Jl
zQ$2AgSB!YqSs4QjcHSUsdvmdF>bV~mWgTRkKyPLV6Q0D^;$>Yn+NQDI?0Y{<=?TEq
za=|2EFE{5ACWqIg!OXi8gu@sehVUYz((`a>RpG?tgATZdx6UYtJ8^Iz?{7>3F%ma~
z`1#3IOumiENLR_m?(VFv4$+1zu98>7>>qSvuf;d|cpY3$3(nJ6$2(
z6@N=uXi+k_dHiD1Jj5B61GhIcG7UPfcL*s#4}rv{qixo``^Yq~Y}#S-0PS5@x$3%J
zEsn65$TD*%2eM?LLP6Pq5mdHuvmzC_7HjJVYFZm?6w0!7q~_t_b%WI73i3^j%s%fV
zM*tBOGl+1l;o2sTVio@8AV8$y2Pn-#(dPrYxF60(KllP*Dy#tQ#VfTqs`vSF&CLtM
zNil%vmtAwL5PEcRLqR0ynJ`46mhvUzB$TP(`N5p+r&bKU9yjyxf!lnE!!KVh?OYqa
z2jco-eMS$p7Qta2|c+<-)h3sB`}SWQnAgb~=3QK>u;J+EME{62N-M{Mx&}qIV8|rj)UIz^>$RTm54`Wy7>7`p{GQ<=JXauVyk?f5_6~K1@=z(f*eegw%M|vXCT_|q&!3E;mfwzCh=Vs>
z?&S0GcqTY^1%6Cs_#9uR^~db0DAV}h(H7K%vQU@sL)PwSiEsh9_6tCdh$O$
zkOVl>TwEH4mBdh>by|gYP;56C6w>Q4QYD92lF-aCLALc6n!6a7a%MOuN}8{k~;@
zp-zHn#G_hkUSo+4=>x+6P>IyuI+dypG&elOcf_X!-fUhL?#@%g@x~fHo)A7G!~E4S
z`u;zs{sP3D(#H?_W3;JgsF^4$TDfLfwN5@<1J`9vwYAHud~;Wb?@;FpTl!j!W(edn
zj!Tr>lIhq!Vk&@Z=XoNM3D3^*0ZL5J1FY9+LHHEGV@K%Zk;fSDZ*EkFB-(xq1_WL{
z@p=U0^AiB7epEiNTNTlUI@b5&mXo`+U-YoskW5}&HUyn({9vg!@X8ObQzC@!zl@V_XAWNL*W54O$uT#gx4>UdE+UdO9Vf)iRGWPMFqUi+Y=w%6
z@#_Hr-=i6=n(pcu&4*#YQV;0AoPY%qCcjJon)!d6Hrh_fEGAX0ocwRRGvQ6wSSp6i
z{kNkdBT@d3eZgRxF0bwKux+%9N=`t8Z!||)8?jk
zm1#o9PF)(W`f)UFjt&cht)gu8@iKu`J)MxBalyRxt%2xvVMG|_@b>=zZ~i&_hxPnF
zKln#5*JE%nmxU#Y(e%clp=%vuieE=R87ApUU!K1hge8#PsU2X!r5znUC>s5?2{R^$p&XnpqN?I3Iyi*#|3$PazQh$?*(
z3Srx~G*OM#a{V*3RmvjpdAy0+T;hF>TMk!FK^HpS5U|s{;n4)+=Lj?Hg2Rrmqu90>
zp%|AVx_}P<062qhotQz04PV;iMQUA`+C&VUxdh&;9$oXCt|tdD-tf(UBiiIH
zlOw5z5^a(#aNM+Jx=-20DhlL8RwR}u{
zTp-<^VFXQ!`N-%d_uTUhl-1GFcjn_*3hcVWU8X^Jyi1OR0@8l?z@Z2U
zb7T_eI8=7hH2S7#KP=FKf#(!hONz>UK}`s
zLKE!5)=~3#@ZFF7xFY})>BOK4mttigKL^s@X%~ICp$>uL8{QOrHUjl9mlP$5p(om8
zBNo)`H^8>4BQ=C_|6)p;>aO-f&lS`M}GFJW6GK}VN#{RKIoKo!E#|_T!rXV*%
zx6_W7`J7h?d~MNQ7~D?JYsMkX7P}_6%^`v#(L2IQ4OIKYL-~jH9^}5lA;*ubT=Aq1M=R99
z3WYelWUmGjGh<(zZ5R}Xe|UPz`hh#dY-})b$4YuM+yo3wPn=i-P>Po0o$$Es9}e-@
zHNFktYSVeVn1kJty=L|<28*k#cWc3x_gsKm9wsG(MgjVBk*Lii+u4xwCLSFwQHanJ1!~GRH4TI0DRb%
znjstmy;v5%K4N&z!(7KT1xOP%z6m<}VM9?0@9P%y+|}%u(z_l*oO_~hyFcDFT}6Ci
zfg0?4^94<=sm=?$>NIb!yeNu8^i1Z>`~EVZ$#QMYB|xzF+fy9|72!;sCBdLk*^y`f
z@6!vlf%##vNp9%lSE%gOFy#0c0-wd^Tn^~%z^5RzI6Rmpb4@2W1tK`rZ-?IVzU=&*
zz1^Iu17=ynZ}!UZk?gyDnB&LS3VHGT#`FIGGeLv%>R;`McVMq3uQ?_8P9Ka=PR5>0
z)_bPwH65`y7o!paz!Lp0I8H(sP6xc9;t{u;2qTg&cz|Ms4IZDI7#$RKmTWJQ9%hX<
zuflPP0ZCEX^@ujyCsP3hF5vxUtHXwYjyJKV<2ta3W!6Tm(T)RP_%LcVr9D%eoTiIn
zWO`g<5Q%DBL~K3G&|a!(>O)ZNF0t*di&s;aiA>Tkb_&%vd}bUN2ztJj94iui9it
z*G4-fI<6`hpFcS>FjrWVk(doTRaU8erH$JcqG>(^1
z#jPpiG=u(dDg;w~s${tc73E2exurU4IZ@gl}xCN&zm`8ZRjL426`t*7*?(Eug*xmZwkKjQ&%Mo50I
zj4PT9T@}lUDn%9^rcSNU-893jt|w#P#zT?n^8Dip?zAPFl;nof;{c|c9g)Lu?ct|+WHf4W
z9s4AdW(c9_~r
zLJ~T4fwj#U!t)uN3mTpAsfpKbBf_5L6WhDG`N3>ZB5-RM9dR>HZwacv=+(&=p#(0l
zRU!sK`|}6Zm2s7q`Zz4+^8R(@P}3G-a?u+yV1R4wfS=HAMYmB
z$N9NI1$c01o(2jsZr(Zd_{vzz43w#(eYeaOsnkR+-@ZK_H1i6XiP+JWa@GA;EF@@g
zsCR;1OplD4Kov;`d3b6@g~$DJ{Aq{VolQ6nG}QU}X6w%xv$rm~pBNAdpUxl!
z2>X6>Me{mw#sD@`P9taNsh+bF)pEV{7sc80t9D1G6-4(W}qFg9wKrVmK+^
zV&qf}SPpQ>j=1*)5X$ytA1)jwRM|#p$62gid=8(3f-5fbGVE9bLVX-5D^9~%p`xnk#ORy8gBy|ox9yb%Aj*TU4&Qf@Yho_k
zWo|Lx!X5JW=iCDl15ajAi(3ZfJdhIX_vajf?_Vacq7k5lrYb0NsfD8w(9-i<+;#=&
z=TkTXhl#J(3Bwq=)A4XA-ht%!$!CT>zHm^D06biQ3K{{+$uS5FPUF{{UQj)Ti37@0)mo#xcW3J}^kOpsp&IH&2krl8v00bfAd0
z5(3WSAsI3k!#$Jh~BT
zW}OrZ^0<=hI&%L2{Kv#L1M`Y;@QJ1K@tpN2j<;}*8XvXXzP;lJc%9`60N3XkChknQ
zYh2)bPn(k)!T|3;Wa|a=jg^Gx8>6mIEWLbAOlb-_XAg?>y^fJVp0X@aZEyBjN~o@
zc!@Tb%({@Ec=wJl0G&=R;KHtGi`_MvZjlGG6{H>hhad#9o7PmyNDf875iJyc@y#R<
zQZ)}|7GQ04>0SMQD|P%2{LrU>IerE|vnn+3uBJ*$hS!V-8bCNz>l7Zv7L`6R1UVt7
zID=ZLuO>Sw4rdFA4qHEy!$cz9qb%DXDdUt;a=*9KV
z_1Le=o3A`MxkZ}tE#PrW8JV`W=(*jxbfz5LB8?@o`VFdi^Jv^6+Uamk3g^yTJoz*@DD|dCplRR|@Bx=b+vF+1!dlx;eWIkI8Vf
zlv%mAxst4nzjzpHIeVD`L$YRd%)uOY_q3Q7fZ{{XCYwijcw7M;?c7by^@emI}3cz#s_{av77VDg&K8=asF^|_e9eIwi
z(%an1sOrqMG!D4S!-=o$pIzd;$YP>gkFS{`41k>Eg!I}NhoKtwra;v*Vui)DzC}I3
z_KgO$jC{PAe#{jNID&QSoTY$kfPLODbQ7Nq;52DfRWIX{qSXJ4Y>KuHk$4?L81#{toy6Xq4KC<}8118Q5>9~nbI%M!=*%XWuk@56$sKpIx6Rb_d
z56irA#);US_E0w(|jDZo)zk@iHu8rX`5H%z9g;58H{{Z;O
z2AsPdJjvAyD)W9ZQKaw&=i?z_Hj|FoEcyZU-ZMNL6F2a79AikNkE@e)5w$3|1Y<;J
zuJffQbg(-sNyO#u
zafnl6>TQ~E(`e|1^JH5FqYS0M>z*8LcVWFRxSQ2+Uho78@3}U<{xG7p5C^Ufs>>L*``OZimV17zn5|G#(hkiO2=Ji;^9NM|Fiuq;d{%JPc^(WzLr?
zQ+Z~U!gWNi8vDaEcWU9gJ=E54J5q|f$|7)U(8PjdXt;HXf=G9CG~29nH7E42;!FcR2lZooLGMK@!&?wcB1!W<^g2j=p`*Q?-|Pv1c>K@4VX|
z9tQ(a=NfmNIPT?`eP+ry5o&5;EZpqbQRC%{w7c{sbh{*U+*QPEpI@BW>hr!_Vq6z`
zOtAx7vy7!;=`Ky!pf=weFyW!Za92K?_mP9d?fhW7wZjZG#Sepfxv9l?4zUW*UR+1~
zWhXX8G27#i#cG944~#%SP`!svGF#uy_k`Tsz2@hr!O8L%L`@nV$Gj-bQ5(8MkT
z2vr&Q%4pPf{%{o$G@P?E0GCDAAHEte(kq5(sx59z*i47R0>^=Mi6}JqHND~qI1`!o
zjytnT_kbx^sT}mtXx@&07>$eZvkjU#FJ`}!kH7g1Pf{-ZC-}iFHww19=M$6IOY_0z
zJmJFEa6fzrNEP1MaJkL5^NeacH#iIg$j}Fay?2XQ8VF=;D3|ljT{IqE5b}KEfTR$@
z+)cpt;+xkK32mDbisk<8;=#eMw^hZjS}x(Wuyh|iGB#sKd5)pzuD;`Fh4V7Yy$EoN;DvPwAUs(BW5G$Out^(q!PH$PSDs6Lj5Pdiuq6Nkr*xc2>Td
zaX`kK2bq)V^WPZNMM1{3fB^*+8u)%30Fj9PB*YJAcLXeGIn8K?7?)#EE3eZ5x-q;6
zPD!;Pjr%SqOsby767M_@1BeoPc+E!c$3Ki^MD9mUA~t^oBdi_VQw>S1BGc~%&ffvT
zCkcZ!aQXHaAf?{$pCQfS0w>l4ebxEJ14L-eR|Z+AL
zb+p^u!zFtT@(vE%%k`F^n$(+@61oJk^M;)wOZH?MXo0!Bc2!jyvSX}YmtO`75I=jA
zG7Pt!;srFcIU~D_rV9FS+=Z{wJig|zP_^-ZwJ7P6IG0Ab*@;Toei_WM}7=Ynn}1~JV_L5mP`I}H4n!@g2?XQubFtX
zvsghI+bKf`nQTRSn$z_)|rEH02RC}|+$
z1k;C4KTIfL4q;|CqYnjt{^E2E@A6=@0<~_VnTs?d+mWPKUr3&w-2U-Qtau~|ooVpRk
zu_@QTC)O&b4mGR>8^=Xd;l>gUci*f%f6eX}Xdq&1$NJ#_t-hVjT?LchD2U3~G)cM0K9D>%x_pQ+uZKqfrrXdka>ns70|q|xiw8v1CFad4;YO<
zR${_`16LoBFv0*jJH4L#9gFZa{CAx
zmkth*z3T!BhR**0&(<j
z@J0jNM8(kV82aH1Xm`l>1x<=<{qfxkdC--_MU;n_?s5&2?qgkTv9XA(^~BV2MbMS!nW(KFk4`C;h(QXbWK5o|ga;
z9fw~yO{yPS_W^n#qtCB#Pu>rPJis4`&U1%mzu3#ojH+qFxdp5QP|o!0?aSWItU1j!
z8`5DxwX7hiuEtKMMpb&iN|Aok=iDe-Zv
zMkBR%7aDgcyK|AjdyC#Pw5h*G7LW?1d=FO!0Es8ycz%7$0`o{{${-|hx0T69KxV`Y
z=TyXCZwO7$KkEcT&=*+(x-@ScYn&Xc6Mq?`kkh9}mpC|LCF=>{DR$QS#8#;7Ri+xP
z!kXQ1Y!z{&y__-(U1?o^ydc)~Cz-SQuEoX2z20y>`X;2nDPzAFkxDrB<<%SfpP7*8
z3wc#thK$itir?)V>=S>C3PeN`->e%EFX;2Dj|keYBlDV(-jy8XE!=JV+(g9wDV5$)
z1EV+uas4fVDC}`{{_LvS^NX*TExde8Y_^T{?-&SB(32|u0^->Rh3S|(18qU{;h{G%
zI+&wwq0s#N;=+grgS@D1U!7#o2FFd-I^PcU11X|^k;GzfT`A5(MhioO_b?}xKXAd7
zOh%s^Ob$v5n~hbfl}x&%8%07QlT3>wbp?^ggLMRCeC+8(n*
z(1PNYNzryyluHPc;KN}k#NAA@Ix8n%oEO8x@nVnsTq1LREZ@r~WfawQ;#!B`eJAoBjiWis41bT^x*&-Jn!`5
zD(XQG%bFmf)GrDTa5@Mg{@D)i%#VpwQCG2oM4RQYj6
zimDMg%90O5&-%rp5H|4O8w7+pu1msxU(#X-R&btK64Y#QylFRijzLAM$=iKbT!&!l;+#s|i+-jG@KLFG#aaOKt=AE;
zvt+va%@w^2`Cl>OFZAERhQUyrF76@*fw|^UUP!V|c*FuASzey-2wDTDEiE4U{{Yi8
z3>ui3KZL^>r7;@w2Mz_j79mHX?Or6esCT&jp=x%At;MS7zW0b-NOSH
zs4T_aidrnNc@w*5&Iko?$A@27P{{RcCAqw4T&2ecDCOcC)amF9QS2X445NSU_osRzivxta5G;U!a
z*%&z!AyO99<#M$pIXan3_5gVQ0IX|M79*zy)c20=Q%W{RZyjXVC)wjDy2%6a;gu2#
zhl}@`I2}OXask<4IB&SGQRnL=k%6(j+^|N6&E4xLA_5{<;1?nHoNjiZqkd+I1li!t
zxd#B?Z+`1GuykVGfoyJV4xz2O!faD_cM2)7`8jE5VHa83EjmX|CXR&~TZ^&$P22=p
zNRRo+fwpj*bkE}PhZ$UV&O30xq-xN5a)4+)VDUf6teOK;1?pmA<794}9l!z=+{z(f
zCuK2&G(_Yc^I_E8ow)m83hy^6sSnQ!fCoqh1a%GQa&K2eHE@!^Imc$B&fCDWP`gjh
z%Lh|Qt_hyISa)OZn`7;<^o;|-f%P0&J
zYD^J%n>54*YLRUZIDjg)bN2mY+;m@D%Ym~|zlCuO0Z^_J?kHV*AKYbtyBT5DDQCJK
zfa?rG4F?5XePmavJ#jvaRBi$We7>+vZzMTsQ7D&TfhMT$uYWiSh7t2z=Ot2ShM2G*
ze<{lI1Xxj3mg6*yZObU{J2}S=zk!ib0o#nq)j#C?V^JJ^J8?h(e4BCxmiF*CU!^(Q
z1EoMgui(g0xSJv<+t0=;?{COD${s~U-9?>#w}q
zK?`De&Z%Wr)^a)`_71;85{W#7#j{6>)Wu*xO?pp4TId>
z6!c!ca{mB+Ra#W5%e;jRl|6DA03R)NloMKKhnOI|o&wB(>_Hvf@sEVsJk$N=izK!1
zz^3{%Ht@kX!LLZ*ngWxc98Xz0?kGU4S5syn8DT-)&Q^e$BsYw&4hxS{^qvL-s`u13
zPnV+?w%h1DA8&Z{s~^({VMZX8`h
z;51@5AbnAzDjO5aY8RZFMmu}|0Hzp}IP8L9NIa89iH#*9x44)F1OzGGkaCTfpHs{S
zr)iH+$Dz%OwdS~Ci^+NLXBsw1yIYAUT`6oZUvb~oGRe1->y13pgz&3?Se&Os_argX
zaiF3p^teu#il;!{@z=4j(dy4U$A9gLJp0yixQeUU*Zy4CvrGWvd6LIO?h#DzU&c5ZHcA=8&Nt8JeQbQm-F5D>aFTErt^MI{yG=8`a?mM2J0FuQSV#{yh7_FmbQs$x#U;dCJfn=&
z<`?77oEr5~@8S100rLL>4b0OuaGAvL@AfSs%rG~k64S2OdD
z;z;SM_k<*Yu93ik>aWYFWQLf#Yf#Nopw;Va!W&Sb@rFx@J2`Ogwke`Bta$v{i_K@c
z#kcq!ISHz;?qMJWRj)6ghTE(YZo;Y`&7-Dv1
z=QpLx%*EJqs0)jpBhTUV7>H9GO>d=-rEYmKUdhy2*&=JZ5q(;6qo4L?oj4>e?T?2r4F>d+tEdAeuFTkQb6TPV?6!d;UQD{{ZPjSXU`eyKC+$
z!87j>dBW@VFC1^FeNeoHW+kUN7@dT!=^G)5UQ@#d0fz*#sig{fZ~FQ1O6=Zo@+I+dVj*n|O