Changeset 2805614
- Timestamp:
- 10/27/2022 08:37:31 AM (3 years ago)
- Location:
- myshopkit-product-badges-wp/trunk
- Files:
-
- 4 edited
-
README.md (modified) (1 diff)
-
myshopkit-product-badges-wp.php (modified) (2 diffs)
-
src/Dashboard/Controllers/DashboardController.php (modified) (2 diffs)
-
src/Product/Controllers/ProductController.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
myshopkit-product-badges-wp/trunk/README.md
r2794431 r2805614 5 5 Description: Highlighting your product with 500+ pre-made badges and Boost Sales custom code. 6 6 Requires at least: 5.6 7 Tested up to: 6. 0.27 Tested up to: 6.1 8 8 Requires PHP: 7.4 9 Stable tag: 1.0. 39 Stable tag: 1.0.4 10 10 License: GPLv2 or later 11 11 -
myshopkit-product-badges-wp/trunk/myshopkit-product-badges-wp.php
r2794431 r2805614 5 5 * Author: wiloke 6 6 * Author URI: https://woocommerce.myshopkit.app/ 7 * Version: 1.0. 37 * Version: 1.0.4 8 8 * Domain Path: /languages 9 9 * Requires PHP: 7.4 … … 30 30 use MyShopKitMBWP\Dashboard\Controllers\AuthController; 31 31 32 define('MYSHOPKIT_MB_WP_VERSION', '1.0. 3');32 define('MYSHOPKIT_MB_WP_VERSION', '1.0.4'); 33 33 define('MYSHOPKIT_MB_WP_HOOK_PREFIX', 'mskmbwp/'); 34 34 define('MYSHOPKIT_MB_WP_PREFIX', 'mskmbwp_'); -
myshopkit-product-badges-wp/trunk/src/Dashboard/Controllers/DashboardController.php
r2794431 r2805614 74 74 ?> 75 75 <div id="mskmbwp-dashboard"> 76 <iframe id="badges-iframe" src="https:// badges-dashboard.netlify.app"></iframe>76 <iframe id="badges-iframe" src="https://magics-badges-wp.netlify.app"></iframe> 77 77 </div> 78 78 <?php … … 81 81 private function getIframe(): string 82 82 { 83 return defined('MSKMBWP_IFRAME') ? MSKMBWP_IFRAME : 'https:// badges-dashboard.netlify.app';83 return defined('MSKMBWP_IFRAME') ? MSKMBWP_IFRAME : 'https://magics-badges-wp.netlify.app'; 84 84 } 85 85 } -
myshopkit-product-badges-wp/trunk/src/Product/Controllers/ProductController.php
r2784344 r2805614 144 144 if (is_array($aParams)) { 145 145 foreach ($aParams as $key => $val) { 146 if ($key == 'searchKey') { 147 $key = 's'; 148 } 146 149 $oRequest->set_param(sanitize_text_field($key), $this->deepSanitize($val)); 147 150 }
Note: See TracChangeset
for help on using the changeset viewer.