Changeset 2684413
- Timestamp:
- 02/24/2022 01:40:08 PM (4 years ago)
- Location:
- goodcarts
- Files:
-
- 4 edited
- 3 copied
-
tags/1.0.1 (copied) (copied from goodcarts/trunk)
-
tags/1.0.1/README.md (copied) (copied from goodcarts/trunk/README.md) (1 diff)
-
tags/1.0.1/goodcarts.php (modified) (2 diffs)
-
tags/1.0.1/readme.txt (copied) (copied from goodcarts/trunk/readme.txt) (1 diff)
-
trunk/README.md (modified) (1 diff)
-
trunk/goodcarts.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
goodcarts/tags/1.0.1/README.md
r2668964 r2684413 4 4 Tags: WooCommerce, woo, e-commerce, ecommerce, free, traffic, marketing, promotion, coupons, discounts, sales, store 5 5 Requires at least: 5.5 6 Tested up to: 5.9 6 Tested up to: 5.9.1 7 7 Requires PHP: 7.0 8 Stable tag: 1.0. 08 Stable tag: 1.0.1 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html -
goodcarts/tags/1.0.1/goodcarts.php
r2631432 r2684413 4 4 * Plugin URI: https://goodcarts.co/woocommerce/ 5 5 * Description: Connect your woo-site with GoodCarts with this simple plugin. 6 * Tested up to: 5. 87 * Version: 1.0. 06 * Tested up to: 5.9.1 7 * Version: 1.0.1 8 8 * Author: Warecorp Inc. 9 9 * License: GPLv2 or later … … 309 309 if ( $uid && !empty($user) ) { 310 310 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 ) ); 312 312 } 313 313 } else { -
goodcarts/tags/1.0.1/readme.txt
r2668964 r2684413 3 3 Tags: WooCommerce, woo, e-commerce, ecommerce, free, traffic, marketing, promotion, coupons, discounts, sales, store 4 4 Requires at least: 5.5 5 Tested up to: 5.9 5 Tested up to: 5.9.1 6 6 Requires PHP: 7.0 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html -
goodcarts/trunk/README.md
r2668964 r2684413 4 4 Tags: WooCommerce, woo, e-commerce, ecommerce, free, traffic, marketing, promotion, coupons, discounts, sales, store 5 5 Requires at least: 5.5 6 Tested up to: 5.9 6 Tested up to: 5.9.1 7 7 Requires PHP: 7.0 8 Stable tag: 1.0. 08 Stable tag: 1.0.1 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html -
goodcarts/trunk/goodcarts.php
r2631432 r2684413 4 4 * Plugin URI: https://goodcarts.co/woocommerce/ 5 5 * Description: Connect your woo-site with GoodCarts with this simple plugin. 6 * Tested up to: 5. 87 * Version: 1.0. 06 * Tested up to: 5.9.1 7 * Version: 1.0.1 8 8 * Author: Warecorp Inc. 9 9 * License: GPLv2 or later … … 309 309 if ( $uid && !empty($user) ) { 310 310 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 ) ); 312 312 } 313 313 } else { -
goodcarts/trunk/readme.txt
r2668964 r2684413 3 3 Tags: WooCommerce, woo, e-commerce, ecommerce, free, traffic, marketing, promotion, coupons, discounts, sales, store 4 4 Requires at least: 5.5 5 Tested up to: 5.9 5 Tested up to: 5.9.1 6 6 Requires PHP: 7.0 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset
for help on using the changeset viewer.