Changeset 3425425
- Timestamp:
- 12/22/2025 02:30:35 PM (3 months ago)
- Location:
- clonable
- Files:
-
- 131 added
- 12 edited
-
tags/2.8.1 (added)
-
tags/2.8.1/Bootstrap.php (added)
-
tags/2.8.1/clonable-wp.php (added)
-
tags/2.8.1/controllers (added)
-
tags/2.8.1/controllers/Controller.php (added)
-
tags/2.8.1/controllers/DashboardController.php (added)
-
tags/2.8.1/controllers/LandingPageController.php (added)
-
tags/2.8.1/controllers/LanguageSwitcherController.php (added)
-
tags/2.8.1/controllers/LanguageTagController.php (added)
-
tags/2.8.1/controllers/SettingController.php (added)
-
tags/2.8.1/controllers/WoocommerceController.php (added)
-
tags/2.8.1/controllers/index.php (added)
-
tags/2.8.1/exceptions (added)
-
tags/2.8.1/exceptions/ApiException.php (added)
-
tags/2.8.1/exceptions/CurlException.php (added)
-
tags/2.8.1/exceptions/ValidationException.php (added)
-
tags/2.8.1/helpers (added)
-
tags/2.8.1/helpers/Functions.php (added)
-
tags/2.8.1/helpers/Html.php (added)
-
tags/2.8.1/helpers/Json.php (added)
-
tags/2.8.1/helpers/Locales.php (added)
-
tags/2.8.1/helpers/MultiCurrency.php (added)
-
tags/2.8.1/helpers/Session.php (added)
-
tags/2.8.1/helpers/UrlTranslator.php (added)
-
tags/2.8.1/helpers/clonable-locales-list.php (added)
-
tags/2.8.1/helpers/index.php (added)
-
tags/2.8.1/images (added)
-
tags/2.8.1/images/Logo_Icon_white.png (added)
-
tags/2.8.1/images/Logo_Icon_white.svg (added)
-
tags/2.8.1/images/clonable-full-logo.png (added)
-
tags/2.8.1/images/clonable.png (added)
-
tags/2.8.1/images/configure-wordpress-thumbnail.png (added)
-
tags/2.8.1/images/flags.png (added)
-
tags/2.8.1/images/index.php (added)
-
tags/2.8.1/images/language-switcher-thumbnail.png (added)
-
tags/2.8.1/index.php (added)
-
tags/2.8.1/middleware (added)
-
tags/2.8.1/middleware/Auth.php (added)
-
tags/2.8.1/middleware/ClonedSite.php (added)
-
tags/2.8.1/middleware/MiddlewareHandler.php (added)
-
tags/2.8.1/middleware/MiddlewareInterface.php (added)
-
tags/2.8.1/middleware/WooCommerce.php (added)
-
tags/2.8.1/middleware/index.php (added)
-
tags/2.8.1/models (added)
-
tags/2.8.1/models/ApiKey.php (added)
-
tags/2.8.1/models/ClonableWooCommerce.php (added)
-
tags/2.8.1/models/ClonedSite.php (added)
-
tags/2.8.1/models/LanguageSwitcher.php (added)
-
tags/2.8.1/models/LanguageTag.php (added)
-
tags/2.8.1/models/Settings.php (added)
-
tags/2.8.1/models/Site.php (added)
-
tags/2.8.1/models/index.php (added)
-
tags/2.8.1/objects (added)
-
tags/2.8.1/objects/ApiResponse.php (added)
-
tags/2.8.1/objects/CircuitBreaker.php (added)
-
tags/2.8.1/objects/ClonableConfig.php (added)
-
tags/2.8.1/objects/ClonableResponse.php (added)
-
tags/2.8.1/objects/CurlBuilder.php (added)
-
tags/2.8.1/objects/ExcludedProductTerm.php (added)
-
tags/2.8.1/objects/Notification.php (added)
-
tags/2.8.1/objects/index.php (added)
-
tags/2.8.1/readme-da_DK.txt (added)
-
tags/2.8.1/readme-de_DE.txt (added)
-
tags/2.8.1/readme-es_ES.txt (added)
-
tags/2.8.1/readme-fr_FR.txt (added)
-
tags/2.8.1/readme-it_IT.txt (added)
-
tags/2.8.1/readme-nb_NO.txt (added)
-
tags/2.8.1/readme-nl_NL.txt (added)
-
tags/2.8.1/readme-sv_SE.txt (added)
-
tags/2.8.1/readme.txt (added)
-
tags/2.8.1/routes (added)
-
tags/2.8.1/routes/Router.php (added)
-
tags/2.8.1/routes/index.php (added)
-
tags/2.8.1/services (added)
-
tags/2.8.1/services/AdminUIService.php (added)
-
tags/2.8.1/services/AllowedHostsService.php (added)
-
tags/2.8.1/services/ApiService.php (added)
-
tags/2.8.1/services/CacheService.php (added)
-
tags/2.8.1/services/ClonableWooCommerceService.php (added)
-
tags/2.8.1/services/LanguageSwitcherService.php (added)
-
tags/2.8.1/services/LanguageTagService.php (added)
-
tags/2.8.1/services/LocaleService.php (added)
-
tags/2.8.1/services/MultiCurrencyService.php (added)
-
tags/2.8.1/services/ShortCodeService.php (added)
-
tags/2.8.1/services/SubfolderService.php (added)
-
tags/2.8.1/services/SyncService.php (added)
-
tags/2.8.1/services/index.php (added)
-
tags/2.8.1/services/modules (added)
-
tags/2.8.1/services/modules/DataPanelModule.php (added)
-
tags/2.8.1/services/modules/ExclusionModule.php (added)
-
tags/2.8.1/services/modules/ProductImporterModule.php (added)
-
tags/2.8.1/services/modules/TaxonomyModule.php (added)
-
tags/2.8.1/services/modules/index.php (added)
-
tags/2.8.1/traits (added)
-
tags/2.8.1/traits/Forms.php (added)
-
tags/2.8.1/traits/PluginCheck.php (added)
-
tags/2.8.1/traits/Validation.php (added)
-
tags/2.8.1/traits/index.php (added)
-
tags/2.8.1/uninstall.php (added)
-
tags/2.8.1/views (added)
-
tags/2.8.1/views/DashboardView.php (added)
-
tags/2.8.1/views/LanguageSwitcherView.php (added)
-
tags/2.8.1/views/LanguageTagView.php (added)
-
tags/2.8.1/views/Layout.php (added)
-
tags/2.8.1/views/OnboardingView.php (added)
-
tags/2.8.1/views/SettingsView.php (added)
-
tags/2.8.1/views/ViewInterface.php (added)
-
tags/2.8.1/views/WoocommerceView.php (added)
-
tags/2.8.1/views/css (added)
-
tags/2.8.1/views/css/clonable-admin-bar.css (added)
-
tags/2.8.1/views/css/clonable-extra-button.css (added)
-
tags/2.8.1/views/css/clonable-global.css (added)
-
tags/2.8.1/views/css/clonable-language-switcher.css (added)
-
tags/2.8.1/views/css/clonable-thumbnails.css (added)
-
tags/2.8.1/views/css/clonable-woocommerce.css (added)
-
tags/2.8.1/views/css/clonable.css (added)
-
tags/2.8.1/views/css/fomantic-dropdown.css (added)
-
tags/2.8.1/views/css/fomantic-transition.css (added)
-
tags/2.8.1/views/css/freakflags.css (added)
-
tags/2.8.1/views/css/index.php (added)
-
tags/2.8.1/views/css/wp-admin-bar.css (added)
-
tags/2.8.1/views/index.php (added)
-
tags/2.8.1/views/scripts (added)
-
tags/2.8.1/views/scripts/alpine.js (added)
-
tags/2.8.1/views/scripts/dohjs.js (added)
-
tags/2.8.1/views/scripts/fomantic-dropdown.js (added)
-
tags/2.8.1/views/scripts/fomantic-transition.js (added)
-
tags/2.8.1/views/scripts/index.php (added)
-
tags/2.8.1/views/scripts/language-switcher.js (added)
-
tags/2.8.1/views/scripts/onload.js (added)
-
tags/2.8.1/views/scripts/woocommerce-clone-field.js (added)
-
trunk/clonable-wp.php (modified) (2 diffs)
-
trunk/readme-da_DK.txt (modified) (2 diffs)
-
trunk/readme-de_DE.txt (modified) (2 diffs)
-
trunk/readme-es_ES.txt (modified) (2 diffs)
-
trunk/readme-fr_FR.txt (modified) (2 diffs)
-
trunk/readme-it_IT.txt (modified) (2 diffs)
-
trunk/readme-nb_NO.txt (modified) (2 diffs)
-
trunk/readme-nl_NL.txt (modified) (2 diffs)
-
trunk/readme-sv_SE.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/services/AdminUIService.php (modified) (1 diff)
-
trunk/views/css/freakflags.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
clonable/trunk/clonable-wp.php
r3422714 r3425425 5 5 Description: Official plugin for improving your clones made with Clonable. 6 6 Plugin URI: https://kb.clonable.net/en/introduction/getting-started/wordpress#de-clonable-plug-in-downloaden 7 Version: 2.8. 07 Version: 2.8.1 8 8 Author: Clonable BV 9 9 Author URI: https://www.clonable.net … … 121 121 122 122 define('CLONABLE_NAME', 'Clonable'); 123 define('CLONABLE_VERSION', '2.8. 0');123 define('CLONABLE_VERSION', '2.8.1'); 124 124 125 125 if (defined('WP_CLI') && WP_CLI) { -
clonable/trunk/readme-da_DK.txt
r3422714 r3425425 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.2 7 Stable tag: 2.8. 07 Stable tag: 2.8.1 8 8 License: GPL v2 or later 9 9 … … 32 32 33 33 == Changelog == 34 v2.8.1 35 Fixed bug for new customers 36 34 37 v2.8.0 35 38 New language switcher -
clonable/trunk/readme-de_DE.txt
r3422714 r3425425 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.2 7 Stable tag: 2.8. 07 Stable tag: 2.8.1 8 8 License: GPL v2 or later 9 9 … … 32 32 33 33 == Changelog == 34 v2.8.1 35 Fixed bug for new customers 36 34 37 v2.8.0 35 38 New language switcher -
clonable/trunk/readme-es_ES.txt
r3422714 r3425425 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.2 7 Stable tag: 2.8. 07 Stable tag: 2.8.1 8 8 License: GPL v2 or later 9 9 … … 32 32 33 33 == Changelog == 34 v2.8.1 35 Fixed bug for new customers 36 34 37 v2.8.0 35 38 New language switcher -
clonable/trunk/readme-fr_FR.txt
r3422714 r3425425 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.2 7 Stable tag: 2.8. 07 Stable tag: 2.8.1 8 8 License: GPL v2 or later 9 9 … … 32 32 33 33 == Changelog == 34 v2.8.1 35 Fixed bug for new customers 36 34 37 v2.8.0 35 38 New language switcher -
clonable/trunk/readme-it_IT.txt
r3422714 r3425425 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.2 7 Stable tag: 2.8. 07 Stable tag: 2.8.1 8 8 License: GPL v2 or later 9 9 … … 32 32 33 33 == Changelog == 34 v2.8.1 35 Fixed bug for new customers 36 34 37 v2.8.0 35 38 New language switcher -
clonable/trunk/readme-nb_NO.txt
r3422714 r3425425 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.2 7 Stable tag: 2.8. 07 Stable tag: 2.8.1 8 8 License: GPL v2 or later 9 9 … … 32 32 33 33 == Changelog == 34 v2.8.1 35 Fixed bug for new customers 36 34 37 v2.8.0 35 38 New language switcher -
clonable/trunk/readme-nl_NL.txt
r3422714 r3425425 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.2 7 Stable tag: 2.8. 07 Stable tag: 2.8.1 8 8 License: GPL v2 or later 9 9 … … 32 32 33 33 == Changelog == 34 v2.8.1 35 Probleem voor nieuwe klanten gefixt 36 34 37 v2.8.0 35 38 Nieuwe talenwisselaar -
clonable/trunk/readme-sv_SE.txt
r3422714 r3425425 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.2 7 Stable tag: 2.8. 07 Stable tag: 2.8.1 8 8 License: GPL v2 or later 9 9 … … 32 32 33 33 == Changelog == 34 v2.8.1 35 Fixed bug for new customers 36 34 37 v2.8.0 35 38 New language switcher -
clonable/trunk/readme.txt
r3422714 r3425425 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.2 7 Stable tag: 2.8. 07 Stable tag: 2.8.1 8 8 License: GPL v2 or later 9 9 -
clonable/trunk/services/AdminUIService.php
r3422714 r3425425 49 49 50 50 $site = ClonableConfig::get_site(); 51 if (empty($site)) { 52 return; 53 } 51 54 52 55 $clones = $site->get_clones(); -
clonable/trunk/views/css/freakflags.css
r2974323 r3425425 258 258 .fflag-WF {background-position:center 52.7716%} 259 259 260 .fflag.ff-sm {width: 18px ;height: 11px}261 .fflag.ff-md {width: 27px ;height: 17px}262 .fflag.ff-lg {width: 42px ;height: 27px}263 .fflag.ff-xl {width: 60px ;height: 37px}264 265 .fflag.ff-square.ff-sm {width: 20px ; height: 20px}266 .fflag.ff-square.ff-md {width: 30px ; height: 30px}267 .fflag.ff-square.ff-lg {width: 40px ; height: 40px}260 .fflag.ff-sm {width: 18px !important;height: 11px !important} 261 .fflag.ff-md {width: 27px !important;height: 17px !important} 262 .fflag.ff-lg {width: 42px !important;height: 27px !important} 263 .fflag.ff-xl {width: 60px !important;height: 37px !important} 264 265 .fflag.ff-square.ff-sm {width: 20px !important; height: 20px !important} 266 .fflag.ff-square.ff-md {width: 30px !important; height: 30px !important} 267 .fflag.ff-square.ff-lg {width: 40px !important; height: 40px !important}
Note: See TracChangeset
for help on using the changeset viewer.