Changeset 2925280
- Timestamp:
- 06/13/2023 12:17:56 PM (3 years ago)
- Location:
- stacks-mobile-app-builder
- Files:
-
- 6 edited
- 18 copied
-
tags/5.2.1 (copied) (copied from stacks-mobile-app-builder/trunk)
-
tags/5.2.1/api/mobile/woocommerce/api/authentication/repositories/stacks-repository-jwt.php (copied) (copied from stacks-mobile-app-builder/trunk/api/mobile/woocommerce/api/authentication/repositories/stacks-repository-jwt.php)
-
tags/5.2.1/api/mobile/woocommerce/api/formatting/single-product-formatting.php (modified) (1 diff)
-
tags/5.2.1/api/mobile/woocommerce/api/models/login-providers/login-provider.php (copied) (copied from stacks-mobile-app-builder/trunk/api/mobile/woocommerce/api/models/login-providers/login-provider.php)
-
tags/5.2.1/api/mobile/woocommerce/api/models/login-providers/manual-login-provider.php (copied) (copied from stacks-mobile-app-builder/trunk/api/mobile/woocommerce/api/models/login-providers/manual-login-provider.php)
-
tags/5.2.1/api/mobile/woocommerce/api/services/service-stacks-wc-checkout.php (copied) (copied from stacks-mobile-app-builder/trunk/api/mobile/woocommerce/api/services/service-stacks-wc-checkout.php)
-
tags/5.2.1/api/mobile/woocommerce/api/services/service-validate-variation.php (copied) (copied from stacks-mobile-app-builder/trunk/api/mobile/woocommerce/api/services/service-validate-variation.php)
-
tags/5.2.1/api/mobile/woocommerce/api/services/translation/app-strings-polylang-translation.php (copied) (copied from stacks-mobile-app-builder/trunk/api/mobile/woocommerce/api/services/translation/app-strings-polylang-translation.php)
-
tags/5.2.1/api/mobile/woocommerce/api/services/translation/strings/app-strings-ar.php (copied) (copied from stacks-mobile-app-builder/trunk/api/mobile/woocommerce/api/services/translation/strings/app-strings-ar.php)
-
tags/5.2.1/api/mobile/woocommerce/api/v1/authentication/registration-controller.php (copied) (copied from stacks-mobile-app-builder/trunk/api/mobile/woocommerce/api/v1/authentication/registration-controller.php)
-
tags/5.2.1/api/mobile/woocommerce/api/v1/authentication/registration-login-abstract-controller.php (copied) (copied from stacks-mobile-app-builder/trunk/api/mobile/woocommerce/api/v1/authentication/registration-login-abstract-controller.php)
-
tags/5.2.1/api/mobile/woocommerce/api/v1/checkout/order-controller.php (copied) (copied from stacks-mobile-app-builder/trunk/api/mobile/woocommerce/api/v1/checkout/order-controller.php)
-
tags/5.2.1/api/mobile/woocommerce/api/v1/pages/views/views-controller.php (copied) (copied from stacks-mobile-app-builder/trunk/api/mobile/woocommerce/api/v1/pages/views/views-controller.php) (1 diff)
-
tags/5.2.1/assets/css/stacks-main.css (copied) (copied from stacks-mobile-app-builder/trunk/assets/css/stacks-main.css)
-
tags/5.2.1/assets/images/favicon.png (copied) (copied from stacks-mobile-app-builder/trunk/assets/images/favicon.png)
-
tags/5.2.1/helper_functions.php (copied) (copied from stacks-mobile-app-builder/trunk/helper_functions.php) (1 diff)
-
tags/5.2.1/index.php (copied) (copied from stacks-mobile-app-builder/trunk/index.php) (1 diff)
-
tags/5.2.1/readme.txt (copied) (copied from stacks-mobile-app-builder/trunk/readme.txt) (2 diffs)
-
tags/5.2.1/views/stacks-welcome.php (copied) (copied from stacks-mobile-app-builder/trunk/views/stacks-welcome.php)
-
trunk/api/mobile/woocommerce/api/formatting/single-product-formatting.php (modified) (1 diff)
-
trunk/api/mobile/woocommerce/api/v1/pages/views/views-controller.php (modified) (1 diff)
-
trunk/helper_functions.php (modified) (1 diff)
-
trunk/index.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
stacks-mobile-app-builder/tags/5.2.1/api/mobile/woocommerce/api/formatting/single-product-formatting.php
r2898575 r2925280 277 277 'id' => $id, 278 278 'name' => $this->get_attribute_taxonomy_name($attribute['name'], $this->product), 279 'original_name' => $attribute['name'], 279 280 'position' => (int) $attribute['position'], 280 281 'visible' => (bool) $attribute['is_visible'], -
stacks-mobile-app-builder/tags/5.2.1/api/mobile/woocommerce/api/v1/pages/views/views-controller.php
r2914380 r2925280 204 204 } 205 205 206 if ( $element->widgetType == 'mobile-text-editor') {206 if (!empty( $element->widgetType) && $element->widgetType == 'mobile-text-editor') { 207 207 $element->settings->editor = stripslashes($element->settings->editor); 208 208 } -
stacks-mobile-app-builder/tags/5.2.1/helper_functions.php
r2914380 r2925280 129 129 * Definitions * 130 130 * =========================================================================== */ 131 define('stacks_version', '5. 1.1');131 define('stacks_version', '5.2.1'); 132 132 define('STACKS_BRAIN', 'http://tunnel.stacksmarket.co:8083'); 133 133 define('STACKS_WC_API', plugin_dir_path(__FILE__) . 'api/mobile/woocommerce/api'); -
stacks-mobile-app-builder/tags/5.2.1/index.php
r2914380 r2925280 6 6 * Author URI: stacksmarket.co 7 7 * Description: Enjoy the fast and easy experience of building your Ecommerce mobile application 8 * Version: 5. 1.18 * Version: 5.2.1 9 9 */ 10 10 class stacks_app_builder { -
stacks-mobile-app-builder/tags/5.2.1/readme.txt
r2914380 r2925280 3 3 Tags: App design, Mobile application builder, Native app 4 4 Requires at least: 5.7 5 Tested up to: 6.2 5 Tested up to: 6.2.2 6 6 Requires PHP: 7.4 7 7 WC tested up to: 7.4.0 … … 121 121 122 122 == Changelog == 123 124 = 5.2.1 (13 June, 2023) = 125 * App: Retrieve the original attribute name along with the translated name 126 127 = 5.2 (28 May, 2023) = 128 * App: Checkout fields are editable from the builder 129 * App: Fix Arabic Variations in Variable Products retrieval 123 130 124 131 = 5.1.1 (18 May, 2023) = -
stacks-mobile-app-builder/trunk/api/mobile/woocommerce/api/formatting/single-product-formatting.php
r2898575 r2925280 277 277 'id' => $id, 278 278 'name' => $this->get_attribute_taxonomy_name($attribute['name'], $this->product), 279 'original_name' => $attribute['name'], 279 280 'position' => (int) $attribute['position'], 280 281 'visible' => (bool) $attribute['is_visible'], -
stacks-mobile-app-builder/trunk/api/mobile/woocommerce/api/v1/pages/views/views-controller.php
r2914380 r2925280 204 204 } 205 205 206 if ( $element->widgetType == 'mobile-text-editor') {206 if (!empty( $element->widgetType) && $element->widgetType == 'mobile-text-editor') { 207 207 $element->settings->editor = stripslashes($element->settings->editor); 208 208 } -
stacks-mobile-app-builder/trunk/helper_functions.php
r2914380 r2925280 129 129 * Definitions * 130 130 * =========================================================================== */ 131 define('stacks_version', '5. 1.1');131 define('stacks_version', '5.2.1'); 132 132 define('STACKS_BRAIN', 'http://tunnel.stacksmarket.co:8083'); 133 133 define('STACKS_WC_API', plugin_dir_path(__FILE__) . 'api/mobile/woocommerce/api'); -
stacks-mobile-app-builder/trunk/index.php
r2914380 r2925280 6 6 * Author URI: stacksmarket.co 7 7 * Description: Enjoy the fast and easy experience of building your Ecommerce mobile application 8 * Version: 5. 1.18 * Version: 5.2.1 9 9 */ 10 10 class stacks_app_builder { -
stacks-mobile-app-builder/trunk/readme.txt
r2914380 r2925280 3 3 Tags: App design, Mobile application builder, Native app 4 4 Requires at least: 5.7 5 Tested up to: 6.2 5 Tested up to: 6.2.2 6 6 Requires PHP: 7.4 7 7 WC tested up to: 7.4.0 … … 121 121 122 122 == Changelog == 123 124 = 5.2.1 (13 June, 2023) = 125 * App: Retrieve the original attribute name along with the translated name 126 127 = 5.2 (28 May, 2023) = 128 * App: Checkout fields are editable from the builder 129 * App: Fix Arabic Variations in Variable Products retrieval 123 130 124 131 = 5.1.1 (18 May, 2023) =
Note: See TracChangeset
for help on using the changeset viewer.