Plugin Directory

Changeset 2859188


Ignore:
Timestamp:
02/02/2023 07:30:20 PM (3 years ago)
Author:
foosales
Message:

Release 1.32.2

Location:
foosales
Files:
358 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • foosales/trunk/classes/class-foosales-rest-api.php

    r2858563 r2859188  
    127127                                ),
    128128                                'permission_callback' => function( $request ) {
    129                                     if ( $this->fsfwc_is_valid_user( $request->get_headers() ) ) {
     129                                    if ( $this->fsfwc_is_valid_user( $request->get_headers() ) || false !== strpos( $request->get_route(), 'webhook_square' ) ) {
    130130                                        return true;
    131131                                    } else {
     
    148148                                ),
    149149                                'permission_callback' => function( $request ) {
    150                                     if ( $this->fsfwc_is_valid_user( $request->get_headers() ) ) {
     150                                    if ( $this->fsfwc_is_valid_user( $request->get_headers() ) || false !== strpos( $request->get_route(), 'webhook_square' ) ) {
    151151                                        return true;
    152152                                    } else {
  • foosales/trunk/foosales.php

    r2858563 r2859188  
    33 * Plugin Name: FooSales — Point of Sale (POS) for WooCommerce
    44 * Description: FooSales POS is a point of sale (POS) system for WooCommerce that turns any computer, iPad or Android tablet into a physical retail platform. FooSales POS apps connect to your WooCommerce store using the FooSales POS plugin and enable you to sell your products in person while accepting payments using Square™ and Stripe™ or manually using any third-party card reader.
    5  * Version: 1.32.0
     5 * Version: 1.32.2
    66 * Author: FooSales
    77 * Author URI: https://www.foosales.com
     
    1212 *
    1313 * WC requires at least: 5.0.0
    14  * WC tested up to: 7.2.2
     14 * WC tested up to: 7.3.0
    1515 *
    1616 * Copyright: © 2009-2023 FooSales.
  • foosales/trunk/readme.txt

    r2858565 r2859188  
    44Requires at least: 5.1
    55Tested up to: 6.1.1
    6 Stable tag: 1.32.0
     6Stable tag: 1.32.2
    77License: GNU General Public License v3.0
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    226226== Changelog ==
    227227
     2282023-02-02 - version 1.32.2
     229* Point of sale plugin fix: Square Terminal device pairing, checkout and refunds
     230
    2282312023-02-01 - version 1.32.0
    229 * Point of sale plugin update: Added option to POS Settings tab to pin a product in the POS (available in the next app update!)
    230 * Point of sale plugin update: Added support for WordPress date formats (available in the next app update!)
     232* Point of sale plugin update: Added option to POS Settings tab to pin a product in the POS
     233* Point of sale plugin update: Added support for WordPress date formats
    231234
    2322352022-12-14 - version 1.31.1
Note: See TracChangeset for help on using the changeset viewer.