Plugin Directory

Changeset 2684413


Ignore:
Timestamp:
02/24/2022 01:40:08 PM (4 years ago)
Author:
goodcarts
Message:

tagging version 1.0.1

Location:
goodcarts
Files:
4 edited
3 copied

Legend:

Unmodified
Added
Removed
  • goodcarts/tags/1.0.1/README.md

    r2668964 r2684413  
    44Tags: WooCommerce, woo, e-commerce, ecommerce, free, traffic, marketing, promotion, coupons, discounts, sales, store 
    55Requires at least: 5.5
    6 Tested up to: 5.9
     6Tested up to: 5.9.1
    77Requires PHP: 7.0
    8 Stable tag: 1.0.0
     8Stable tag: 1.0.1
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
  • goodcarts/tags/1.0.1/goodcarts.php

    r2631432 r2684413  
    44 * Plugin URI: https://goodcarts.co/woocommerce/
    55 * Description: Connect your woo-site with GoodCarts with this simple plugin.
    6  * Tested up to: 5.8
    7  * Version: 1.0.0
     6 * Tested up to: 5.9.1
     7 * Version: 1.0.1
    88 * Author: Warecorp Inc.
    99 * License: GPLv2 or later
     
    309309      if ( $uid && !empty($user) ) {
    310310        if ( !$user->has_cap( 'manage_options' ) ) {
    311           return new WP_Error( 'rest_forbidden', esc_html__( 'You are not authorized to work with this API.', 'goodcarts' ), array( 'status' => 401 ) );
     311          return new WP_Error( 'rest_forbidden', esc_html__( 'You are not authorized to work with this API. User should have permissions to manage site options.', 'goodcarts' ), array( 'status' => 403 ) );
    312312        }
    313313      } else {
  • goodcarts/tags/1.0.1/readme.txt

    r2668964 r2684413  
    33Tags: WooCommerce, woo, e-commerce, ecommerce, free, traffic, marketing, promotion, coupons, discounts, sales, store 
    44Requires at least: 5.5
    5 Tested up to: 5.9
     5Tested up to: 5.9.1
    66Requires PHP: 7.0
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
  • goodcarts/trunk/README.md

    r2668964 r2684413  
    44Tags: WooCommerce, woo, e-commerce, ecommerce, free, traffic, marketing, promotion, coupons, discounts, sales, store 
    55Requires at least: 5.5
    6 Tested up to: 5.9
     6Tested up to: 5.9.1
    77Requires PHP: 7.0
    8 Stable tag: 1.0.0
     8Stable tag: 1.0.1
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
  • goodcarts/trunk/goodcarts.php

    r2631432 r2684413  
    44 * Plugin URI: https://goodcarts.co/woocommerce/
    55 * Description: Connect your woo-site with GoodCarts with this simple plugin.
    6  * Tested up to: 5.8
    7  * Version: 1.0.0
     6 * Tested up to: 5.9.1
     7 * Version: 1.0.1
    88 * Author: Warecorp Inc.
    99 * License: GPLv2 or later
     
    309309      if ( $uid && !empty($user) ) {
    310310        if ( !$user->has_cap( 'manage_options' ) ) {
    311           return new WP_Error( 'rest_forbidden', esc_html__( 'You are not authorized to work with this API.', 'goodcarts' ), array( 'status' => 401 ) );
     311          return new WP_Error( 'rest_forbidden', esc_html__( 'You are not authorized to work with this API. User should have permissions to manage site options.', 'goodcarts' ), array( 'status' => 403 ) );
    312312        }
    313313      } else {
  • goodcarts/trunk/readme.txt

    r2668964 r2684413  
    33Tags: WooCommerce, woo, e-commerce, ecommerce, free, traffic, marketing, promotion, coupons, discounts, sales, store 
    44Requires at least: 5.5
    5 Tested up to: 5.9
     5Tested up to: 5.9.1
    66Requires PHP: 7.0
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset for help on using the changeset viewer.