Changeset 3462123
- Timestamp:
- 02/16/2026 01:13:12 AM (3 weeks ago)
- Location:
- squarewoosync
- Files:
-
- 122 added
- 3 edited
-
.claude/settings.local.json (modified) (1 diff)
-
tags/6.0.9 (added)
-
tags/6.0.9/assets (added)
-
tags/6.0.9/assets/banner-1544x500.jpg (added)
-
tags/6.0.9/assets/banner-772x250.jpg (added)
-
tags/6.0.9/assets/icon-128x128.png (added)
-
tags/6.0.9/assets/icon-256x256.png (added)
-
tags/6.0.9/assets/images (added)
-
tags/6.0.9/assets/images/box-outline.svg (added)
-
tags/6.0.9/assets/images/logo-new.svg (added)
-
tags/6.0.9/assets/images/logo.png (added)
-
tags/6.0.9/assets/js (added)
-
tags/6.0.9/assets/js/checkout-handler.js (added)
-
tags/6.0.9/assets/js/credit-card.js (added)
-
tags/6.0.9/assets/js/gift-card.js (added)
-
tags/6.0.9/assets/js/loyalty.js (added)
-
tags/6.0.9/assets/js/pws-modifiers-admin.js (added)
-
tags/6.0.9/assets/js/square-gateway.js (added)
-
tags/6.0.9/assets/js/sync-metabox.js (added)
-
tags/6.0.9/assets/js/utils.js (added)
-
tags/6.0.9/assets/js/wallets.js (added)
-
tags/6.0.9/assets/screenshot-1.png (added)
-
tags/6.0.9/assets/screenshot-2.png (added)
-
tags/6.0.9/assets/screenshot-3.png (added)
-
tags/6.0.9/assets/screenshot-4.png (added)
-
tags/6.0.9/assets/styles (added)
-
tags/6.0.9/assets/styles/checkout.css (added)
-
tags/6.0.9/assets/styles/giftcard.css (added)
-
tags/6.0.9/assets/styles/loyalty.css (added)
-
tags/6.0.9/assets/styles/pws-modifiers-admin.css (added)
-
tags/6.0.9/build (added)
-
tags/6.0.9/build/assets (added)
-
tags/6.0.9/build/assets/frontend (added)
-
tags/6.0.9/build/assets/frontend/wallet.asset.php (added)
-
tags/6.0.9/build/assets/frontend/wallet.css (added)
-
tags/6.0.9/build/assets/frontend/wallet.js (added)
-
tags/6.0.9/build/blocks (added)
-
tags/6.0.9/build/blocks/cashapp-classic.asset.php (added)
-
tags/6.0.9/build/blocks/cashapp-classic.js (added)
-
tags/6.0.9/build/blocks/cashapp-gateway.asset.php (added)
-
tags/6.0.9/build/blocks/cashapp-gateway.js (added)
-
tags/6.0.9/build/blocks/gateway.asset.php (added)
-
tags/6.0.9/build/blocks/gateway.js (added)
-
tags/6.0.9/build/blocks/giftcard.asset.php (added)
-
tags/6.0.9/build/blocks/giftcard.js (added)
-
tags/6.0.9/build/blocks/loyalty.asset.php (added)
-
tags/6.0.9/build/blocks/loyalty.js (added)
-
tags/6.0.9/build/images (added)
-
tags/6.0.9/build/images/logo.4a5282be.png (added)
-
tags/6.0.9/build/index.asset.php (added)
-
tags/6.0.9/build/index.css (added)
-
tags/6.0.9/build/index.js (added)
-
tags/6.0.9/includes (added)
-
tags/6.0.9/includes/Abstracts (added)
-
tags/6.0.9/includes/Abstracts/RESTController.php (added)
-
tags/6.0.9/includes/Admin (added)
-
tags/6.0.9/includes/Admin/Menu.php (added)
-
tags/6.0.9/includes/Assets (added)
-
tags/6.0.9/includes/Assets/Manager.php (added)
-
tags/6.0.9/includes/Common (added)
-
tags/6.0.9/includes/Common/Keys.php (added)
-
tags/6.0.9/includes/Logger (added)
-
tags/6.0.9/includes/Logger/Logger.php (added)
-
tags/6.0.9/includes/Modifiers (added)
-
tags/6.0.9/includes/Modifiers/ProductModifiers.php (added)
-
tags/6.0.9/includes/Orders (added)
-
tags/6.0.9/includes/Orders/WooOrder.php (added)
-
tags/6.0.9/includes/Payments (added)
-
tags/6.0.9/includes/Payments/ApplePayDomainVerifier.php (added)
-
tags/6.0.9/includes/Payments/Blocks (added)
-
tags/6.0.9/includes/Payments/Blocks/WC_SquareSync_CashApp_Gateway_Blocks_Support.php (added)
-
tags/6.0.9/includes/Payments/Blocks/WC_SquareSync_Gateway_Blocks_Support.php (added)
-
tags/6.0.9/includes/Payments/WC_SquareSync_CashApp_Gateway.php (added)
-
tags/6.0.9/includes/Payments/WC_SquareSync_Gateway.php (added)
-
tags/6.0.9/includes/REST (added)
-
tags/6.0.9/includes/REST/Api.php (added)
-
tags/6.0.9/includes/REST/CustomersController.php (added)
-
tags/6.0.9/includes/REST/LogController.php (added)
-
tags/6.0.9/includes/REST/OrdersController.php (added)
-
tags/6.0.9/includes/REST/SettingsController.php (added)
-
tags/6.0.9/includes/REST/SquareAuthController.php (added)
-
tags/6.0.9/includes/REST/SquareController.php (added)
-
tags/6.0.9/includes/Security (added)
-
tags/6.0.9/includes/Security/SquareTokenManager.php (added)
-
tags/6.0.9/includes/Setup (added)
-
tags/6.0.9/includes/Setup/Installer.php (added)
-
tags/6.0.9/includes/Setup/WebhookManager.php (added)
-
tags/6.0.9/includes/Square (added)
-
tags/6.0.9/includes/Square/SquareHelper.php (added)
-
tags/6.0.9/includes/Square/SquareImport.php (added)
-
tags/6.0.9/includes/Square/SquareInventory.php (added)
-
tags/6.0.9/includes/Woo (added)
-
tags/6.0.9/includes/Woo/CreateOrder.php (added)
-
tags/6.0.9/includes/Woo/CreateProduct.php (added)
-
tags/6.0.9/includes/Woo/SyncProduct.php (added)
-
tags/6.0.9/includes/Woo/ValidateWooProduct.php (added)
-
tags/6.0.9/includes/Woo/WooImport.php (added)
-
tags/6.0.9/languages (added)
-
tags/6.0.9/languages/square-woo-sync.pot (added)
-
tags/6.0.9/languages/squarewoosync-pro.pot (added)
-
tags/6.0.9/readme.txt (added)
-
tags/6.0.9/squarewoosync.php (added)
-
tags/6.0.9/templates (added)
-
tags/6.0.9/templates/app.php (added)
-
tags/6.0.9/templates/emails (added)
-
tags/6.0.9/templates/emails/plain (added)
-
tags/6.0.9/templates/emails/plain/square-gift-card.php (added)
-
tags/6.0.9/templates/emails/square-gift-card.php (added)
-
tags/6.0.9/vendor (added)
-
tags/6.0.9/vendor/autoload.php (added)
-
tags/6.0.9/vendor/composer (added)
-
tags/6.0.9/vendor/composer/ClassLoader.php (added)
-
tags/6.0.9/vendor/composer/InstalledVersions.php (added)
-
tags/6.0.9/vendor/composer/LICENSE (added)
-
tags/6.0.9/vendor/composer/autoload_classmap.php (added)
-
tags/6.0.9/vendor/composer/autoload_namespaces.php (added)
-
tags/6.0.9/vendor/composer/autoload_psr4.php (added)
-
tags/6.0.9/vendor/composer/autoload_real.php (added)
-
tags/6.0.9/vendor/composer/autoload_static.php (added)
-
tags/6.0.9/vendor/composer/installed.json (added)
-
tags/6.0.9/vendor/composer/installed.php (added)
-
trunk/assets/icon-128x128.png (added)
-
trunk/assets/icon-256x256.png (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/squarewoosync.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
squarewoosync/.claude/settings.local.json
r3451210 r3462123 9 9 "Bash(done)", 10 10 "Bash(xargs:*)", 11 "Bash(svn delete:*)" 11 "Bash(svn delete:*)", 12 "Bash(svn diff:*)", 13 "Bash(svn log:*)" 12 14 ] 13 15 } -
squarewoosync/trunk/readme.txt
r3451209 r3462123 2 2 === Square Sync for WooCommerce | Comprehensive Data Sync Between Square and WooCommerce === 3 3 Contributors: pixeldevsau, squarewoosync 4 Tags: square, product sync,woocommerce square,payments4 Tags: square, square sync, woocommerce square, square payments, square inventory 5 5 Requires at least: 5.4 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.4 8 Stable tag: 6.0. 88 Stable tag: 6.0.9 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 11 11 12 S ync WooCommerce and Square in real-time. Easy payments, inventory sync, orders, customer details, and loyalty rewards with Square Sync for Woo.12 Square sync for WooCommerce — connect your Square POS to sync Square products, inventory, orders, customers and more with WooCommerce in real-time. 13 13 14 14 == Description == 15 Square for WooCommerce makes your WooCommerce Square integration effortless. Connect WooCommerce directly with Square to automatically sync products, inventory, orders, and customer data. No more manual updates or inventory mismatches. Offer versatile payment options like Cash App Pay, Google Pay, Apple Pay, Afterpay, and standard credit cards, and keep your store running smoothly with real-time syncingavailable in the Pro version.15 Square Sync for WooCommerce makes connecting your Square POS with WooCommerce effortless. Automatically sync Square products, Square inventory, Square orders, and Square customer data directly to your WooCommerce store. No more manual updates or inventory mismatches between Square and WooCommerce. Accept Square payments including Cash App Pay, Google Pay, Apple Pay, Afterpay, and credit cards — and keep your Square and WooCommerce stores running in perfect sync with real-time Square updates available in the Pro version. 16 16 17 17 ### Pro Plugin Demo: 18 18 https://www.youtube.com/watch?v=Ja_6UBHnDXk 19 19 20 ## Why Choose Square Sync for Your WooCommerce Square Integration?21 22 - ** More Ways to Pay:** Easily acceptCash App Pay, Google Pay, Apple Pay, Afterpay, and credit cards at checkout.23 - **S mooth Product Management:** Import and sync products directly from Square to WooCommerce.24 - **S eamless Order & Inventory Updates:** Keep inventory accurate and orders in sync—real-time.25 - ** Personalized Shopping Experience:** Sync customer groups and map roles for special discounts, memberships, andloyalty rewards.20 ## Why Choose Square Sync for Your Square to WooCommerce Integration? 21 22 - **Square Payment Methods:** Easily accept Square payments including Cash App Pay, Google Pay, Apple Pay, Afterpay, and credit cards at checkout. 23 - **Square Product Management:** Import and sync Square products directly to WooCommerce with one click. 24 - **Square Inventory & Order Sync:** Keep Square inventory accurate and Square orders in sync — in real-time. 25 - **Square Customer Sync:** Sync Square customer groups and map roles for special discounts, memberships, and Square loyalty rewards. 26 26 27 27 28 28 ## Free Features: 29 29 30 - ** Flexible Payment Methods:** AddCash App Pay, Google Pay, Apple Pay, Afterpay / Clearpay and credit cards.31 - **WooCommerce Subscriptions Support:** Process re -occuring payments with WooCommerce Subscriptions32 - **WooCommerce Block Checkout Support:** Fully compatible with the latest WooCommerce checkout blocks .33 - **S mart Product Import:** Bring Square productsinto WooCommerce without manual work.34 - **One-Click S ync:** Update inventory, orders, and transactions in seconds.35 - **WooCommerce to Square Sync:** Keep your catalog andorder data aligned.36 - **Customizable S ync Settings:** Adjust prices, stock, and descriptions to fit your needs.37 - **Simple Interface:** No tech expertise required —juststraightforward controls.38 - ** Orders:** Keep financial records current and accurate.30 - **Square Payment Methods:** Accept Square payments via Cash App Pay, Google Pay, Apple Pay, Afterpay / Clearpay and credit cards. 31 - **WooCommerce Subscriptions Support:** Process recurring Square payments with WooCommerce Subscriptions. 32 - **WooCommerce Block Checkout Support:** Fully compatible with the latest WooCommerce checkout blocks for Square payments. 33 - **Square Product Import:** Bring your Square product catalog into WooCommerce without manual work. 34 - **One-Click Square Sync:** Update Square inventory, orders, and transactions in seconds. 35 - **WooCommerce to Square Sync:** Keep your WooCommerce catalog and Square order data aligned. 36 - **Customizable Square Sync Settings:** Adjust Square prices, stock levels, and descriptions to fit your needs. 37 - **Simple Interface:** No tech expertise required — connect Square to WooCommerce with straightforward controls. 38 - **Square Order Sync:** Keep Square financial records and WooCommerce orders current and accurate. 39 39 40 40 ### PRO Features: 41 41 42 - **Real-Time S ync:** Get instantupdates for orders, inventory, pricing, customers and all product data.43 - **Auto Order import/Export** Automatically import your Square orders into WooCommerce and vise-versa44 - ** Order status syncing** Automatically sync your Square order statuses to WooCommerce and vise-versa45 - ** Local Pickup Mapping** Map your Square local pickup fullfillment method with WooCommerce46 - **Square Modifiers ** Map your Square product modifiers to WooCommerce orders47 - **Automated S cheduling:** Set automatic sync intervals—no manual intervention needed.48 - ** Product Matching:** Easily connect existing WooCommerce products with Squareitems.49 - **Auto Product Creation:** Add products in WooCommerce and have them instantly created in Square, and vice versa.50 - **Auto Product Deletion:** Automatically delete your Square or WooCommerce products when deleted in one platform51 - ** Variations Support:** Manage allproduct variations, including images, without duplicates.52 - ** Advanced Image Import:** Keepproduct images organized and clean.42 - **Real-Time Square Sync:** Get instant Square updates for orders, inventory, pricing, customers and all product data. 43 - **Auto Square Order Import/Export:** Automatically import your Square orders into WooCommerce and vice-versa. 44 - **Square Order Status Syncing:** Automatically sync your Square order statuses to WooCommerce and vice-versa. 45 - **Square Local Pickup Mapping:** Map your Square local pickup fulfillment method with WooCommerce. 46 - **Square Modifiers:** Map your Square product modifiers to WooCommerce orders. 47 - **Automated Square Scheduling:** Set automatic Square sync intervals — no manual intervention needed. 48 - **Square Product Matching:** Easily connect existing WooCommerce products with Square catalog items. 49 - **Auto Square Product Creation:** Add products in WooCommerce and have them instantly created in Square, and vice versa. 50 - **Auto Square Product Deletion:** Automatically delete your Square or WooCommerce products when deleted in one platform. 51 - **Square Variations Support:** Manage all Square product variations, including images, without duplicates. 52 - **Square Image Import:** Keep Square product images organized and clean. 53 53 - **Bulk Export to Square:** Move your entire WooCommerce catalog into Square easily. 54 - ** Hierarchical Category Import:** Mirror your category structure for easy navigation.55 - ** Customer Sync & Role Mapping:** Sync Square customer groups to WordPress roles and offer tailored experiences.56 - **Auto customer creation:** Automatically create Square or WooCommerce customers.57 - **Square Loyalty Integration:** Let customers earn and redeem loyalty points seamlessly.54 - **Square Category Import:** Mirror your Square category structure in WooCommerce for easy navigation. 55 - **Square Customer Sync & Role Mapping:** Sync Square customer groups to WordPress roles and offer tailored experiences. 56 - **Auto Square Customer Creation:** Automatically create Square or WooCommerce customers. 57 - **Square Loyalty Integration:** Let customers earn and redeem Square loyalty points seamlessly. 58 58 59 59 … … 84 84 == Frequently Asked Questions == 85 85 = Can I choose specific data to sync between Square and WooCommerce? = 86 Yes, our Dynamic Data Import feature allows you to select exactly which data points you want to synchronize, such aspricing, stock levels, and product descriptions.87 88 = How does the real-time syncing work? (PRO ONLY) =89 Only our [Square Sync for Woocommerce PRO](https://squaresyncforwoo.com/) plugin supports real-time syncing. Real-time syncing in our PRO version ensures that inventory, orders, and transaction changes in Squareare immediately reflected in WooCommerce and vice versa.90 91 = Can I manually sync data? =92 Yes! You can manually sync data between Square and WooCommerce and vice versa. Choose from alldata fields or select a few; it's up to you!93 94 = Will this plugin work withproduct variations? (PRO ONLY) =95 Our pro version of the plugin supports various product variations, so you can manage complexinventories with ease.96 97 = Can I import images and categories? (PRO ONLY) =98 Only our [Square Sync for Woocommerce PRO](https://squaresyncforwoo.com/) plugin includes a smart image import feature that ensures no duplicate images are imported, streamlining your visual management. Additionally, it supports the import ofcategories, maintaining hierarchical structures for efficient organization and navigation.99 100 = What kind of customer support do you offer ?=101 We provide dedicated customer support for any questions or issues you may encounter. Our team is committed to helping you make the most out of ourplugin.86 Yes, our Dynamic Data Import feature allows you to select exactly which Square data points you want to synchronize with WooCommerce, such as Square pricing, stock levels, and product descriptions. 87 88 = How does real-time Square syncing work? (PRO ONLY) = 89 Only our [Square Sync for WooCommerce PRO](https://squaresyncforwoo.com/) plugin supports real-time Square syncing. Real-time Square syncing in our PRO version ensures that Square inventory, Square orders, and transaction changes are immediately reflected in WooCommerce and vice versa. 90 91 = Can I manually sync Square data? = 92 Yes! You can manually sync Square data between Square and WooCommerce and vice versa. Choose from all Square data fields or select a few; it's up to you! 93 94 = Does this plugin support Square product variations? (PRO ONLY) = 95 Our pro version of the plugin supports Square product variations, so you can manage complex Square inventories with ease. 96 97 = Can I import Square images and categories? (PRO ONLY) = 98 Only our [Square Sync for WooCommerce PRO](https://squaresyncforwoo.com/) plugin includes a smart Square image import feature that ensures no duplicate images are imported, streamlining your visual management. Additionally, it supports the import of Square categories, maintaining hierarchical structures for efficient organization and navigation. 99 100 = What kind of customer support do you offer for Square Sync? = 101 We provide dedicated customer support for any Square integration questions or issues you may encounter. Our team is committed to helping you make the most out of our Square Sync plugin. 102 102 103 103 == Screenshots == 104 104 105 1- Dashboard105 1-Square Sync Dashboard 106 106 2-Square Inventory Import 107 3- Dynamic Data Import108 4- Order and Transaction Sync107 3-Square Dynamic Data Import 108 4-Square Order and Transaction Sync 109 109 110 110 == Changelog == 111 = 6.0.9 = 112 * Update plugin icon and readme 113 111 114 = 6.0.8 = 112 115 * Updated documentation links -
squarewoosync/trunk/squarewoosync.php
r3451209 r3462123 12 12 * License URI: http://www.gnu.org/licenses/gpl-2.0.html 13 13 * Domain Path: /languages 14 * Version: 6.0. 814 * Version: 6.0.9 15 15 * Requires at least: 5.4 16 16 * Requires PHP: 7.4 … … 31 31 final class SquareWooSync 32 32 { 33 const VERSION = '6.0. 8';33 const VERSION = '6.0.9'; 34 34 const SLUG = 'squarewoosync'; 35 35
Note: See TracChangeset
for help on using the changeset viewer.