Plugin Directory

Changeset 2800736


Ignore:
Timestamp:
10/18/2022 04:23:30 PM (3 years ago)
Author:
stacks
Message:

Fix Products Block Rendering

Location:
stacks-mobile-app-builder
Files:
4 edited
31 copied

Legend:

Unmodified
Added
Removed
  • stacks-mobile-app-builder/tags/4.7.3/api/mobile/woocommerce/api/v1/product/products-controller.php

    r2739350 r2800736  
    5454
    5555    public function sync_products($request) {
    56         $stacks_builder_api = new stacks_builder_api();
    57         $signature_validation = $stacks_builder_api->stacks_validate_signature($request['order_id']);
    58 
    59         if (!$signature_validation) {
    60             return false;
    61         }
    62 
    6356
    6457        $limit = !empty($request['limit']) ? $request['limit'] : 1;
  • stacks-mobile-app-builder/tags/4.7.3/index.php

    r2794047 r2800736  
    66 * Author URI: stacksmarket.co
    77 * Description: Enjoy the fast and easy experience of building your Ecommerce mobile application
    8  * Version: 4.7.2
     8 * Version: 4.7.3
    99 */
    1010class stacks_app_builder {
  • stacks-mobile-app-builder/tags/4.7.3/readme.txt

    r2794047 r2800736  
    66Requires PHP: 5.6
    77WC tested up to: 6.5.1
    8 Stable tag: 4.7.2
     8Stable tag: 4.7.3
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    122122== Changelog ==
    123123
     124= 4.7.3 (18 Oct, 2022) =
     125* Fix Products Block Rendering
     126
    124127= 4.7.2 (04 Oct, 2022) =
    125128* Change servers infrastructure, which required authentication to be changed
  • stacks-mobile-app-builder/trunk/api/mobile/woocommerce/api/v1/product/products-controller.php

    r2739350 r2800736  
    5454
    5555    public function sync_products($request) {
    56         $stacks_builder_api = new stacks_builder_api();
    57         $signature_validation = $stacks_builder_api->stacks_validate_signature($request['order_id']);
    58 
    59         if (!$signature_validation) {
    60             return false;
    61         }
    62 
    6356
    6457        $limit = !empty($request['limit']) ? $request['limit'] : 1;
  • stacks-mobile-app-builder/trunk/index.php

    r2794047 r2800736  
    66 * Author URI: stacksmarket.co
    77 * Description: Enjoy the fast and easy experience of building your Ecommerce mobile application
    8  * Version: 4.7.2
     8 * Version: 4.7.3
    99 */
    1010class stacks_app_builder {
  • stacks-mobile-app-builder/trunk/readme.txt

    r2794047 r2800736  
    66Requires PHP: 5.6
    77WC tested up to: 6.5.1
    8 Stable tag: 4.7.2
     8Stable tag: 4.7.3
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    122122== Changelog ==
    123123
     124= 4.7.3 (18 Oct, 2022) =
     125* Fix Products Block Rendering
     126
    124127= 4.7.2 (04 Oct, 2022) =
    125128* Change servers infrastructure, which required authentication to be changed
Note: See TracChangeset for help on using the changeset viewer.