Plugin Directory

Changeset 3395152


Ignore:
Timestamp:
11/13/2025 03:47:19 PM (5 months ago)
Author:
kilbot
Message:

Updating readme/assets from GitHub

Location:
woocommerce-pos
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • woocommerce-pos/assets/banner-1544x500.jpg

    • Property svn:mime-type changed from application/octet-stream to image/jpeg
  • woocommerce-pos/assets/banner-772x250-old.jpg

    • Property svn:mime-type changed from application/octet-stream to image/jpeg
  • woocommerce-pos/tags/1.7.13/readme.txt

    r3340553 r3395152  
    1 === WooCommerce POS - Point of Sale ===
     1=== WCPOS - Point of Sale (POS) plugin for WooCommerce ===
    22Contributors: kilbot
    33Tags: ecommerce, point-of-sale, pos, inventory, woocommerce
     
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
    99
    10 WooCommerce POS is a simple application for taking orders at the Point of Sale using your WooCommerce store.
     10WCPOS is a simple application for taking orders at the Point of Sale using your WooCommerce store.
    1111
    1212== Description ==
    1313
    14 WooCommerce POS is a simple application for taking orders at the Point of Sale using your [WooCommerce](https://www.woocommerce.com/) store. _It's great for phone orders too!_
     14WCPOS is a simple application for taking orders at the Point of Sale using your [WooCommerce](https://www.woocommerce.com/) store. _It's great for phone orders too!_
    1515
    1616> 🕒 Install and start taking orders in less than 2 minutes.
    1717
    1818= 🎥 DEMO =
    19 You can see a demo of the WooCommerce POS plugin in action by going to [demo.wcpos.com/pos](https://demo.wcpos.com/pos) with 🔑`login/pass` : `demo/demo`
     19You can see a demo of the WCPOS plugin in action by going to [demo.wcpos.com/pos](https://demo.wcpos.com/pos) with 🔑`login/pass` : `demo/demo`
    2020or download the desktop application:
    21 ⬇️ [Download WooCommerce POS for Windows](https://updates.wcpos.com/electron/download/win32-x64)
    22 ⬇️ [Download WooCommerce POS for Mac (Intel)](https://updates.wcpos.com/electron/download/darwin-x64)
    23 ⬇️ [Download WooCommerce POS for Mac (Apple Silicon)](https://updates.wcpos.com/electron/download/darwin-arm64)
     21⬇️ [Download WCPOS for Windows](https://updates.wcpos.com/electron/download/win32-x64)
     22⬇️ [Download WCPOS for Mac (Intel)](https://updates.wcpos.com/electron/download/darwin-x64)
     23⬇️ [Download WCPOS for Mac (Apple Silicon)](https://updates.wcpos.com/electron/download/darwin-arm64)
    2424
    2525= ✨ FEATURES =
     
    5252= Automatic installation =
    53531. Go to Plugins screen and select Add New.
    54 2. Search for "WooCommerce POS" in the WordPress Plugin Directory.
     542. Search for "WCPOS" in the WordPress Plugin Directory.
    55553. Install the plugin
    56564. Click Activate Plugin to activate it.
    5757
    5858= Pro installation =
    59 If you have purchased a license for [WooCommerce POS Pro](http://wcpos.com/pro) please follow the steps below to install and activate the plugin:
     59If you have purchased a license for [WCPOS Pro](http://wcpos.com/pro) please follow the steps below to install and activate the plugin:
    6060
    61611. Go to: http://wcpos.com/my-account/
     
    6868To install a WordPress Plugin manually:
    6969
    70 1. Download the WooCommerce POS plugin to your desktop.
     701. Download the WCPOS plugin to your desktop.
    71712. If downloaded as a zip archive, extract the Plugin folder to your desktop.
    72723. With your FTP program, upload the Plugin folder to the wp-content/plugins folder in your WordPress directory online.
     
    7676== Frequently Asked Questions ==
    7777
    78 = Where can I find more information on WooCommerce POS? =
     78= Where can I find more information on WCPOS? =
    7979There is more information on our website at [https://wcpos.com](https://wcpos.com).
    8080
     
    8585== Screenshots ==
    8686
    87 1. WooCommerce POS main screen
     871. WCPOS main screen
    8888
    8989== Changelog ==
    9090
     91= 1.8.0 - 2025/08/XX =
     92
    9193= 1.7.13 - 2025/08/06 =
    92 * Fix: email class to trigger New Order email after order calculations
     94* Fix: New Order emails to send after order calculations
    9395
    9496= 1.7.12 - 2025/07/25 =
     
    137139= 1.7.1 - 2024/11/14 =
    138140* Fix: Error updating quantity for Product Variations when decimal quantities enabled
    139 * Plugin Conflict: The wePOS plugin alters the standard WC REST API response, which in turn breaks WooCommerce POS
    140 This small update adds code to prevent WooCommerce POS from being activated if wePOS is detected
     141* Plugin Conflict: The wePOS plugin alters the standard WC REST API response, which in turn breaks WCPOS
     142This small update adds code to prevent WCPOS from being activated if wePOS is detected
    141143
    142144= 1.7.0 - 2024/11/13 =
     
    149151* Pro: New Reports page for End of Day Reporting (Z-Report)
    150152
    151 = 1.6.6 - 2024/09/05 =
    152 * Fix: POS Only Products appearing in the POS 😓
    153 
    154 = 1.6.5 - 2024/09/04 =
    155 * Fix: POS Only Products appearing in the web store
    156 
    157 = 1.6.4 - 2024/09/04 =
    158 * Fix: POS Only Products appearing in the web store
    159 * Fix: Disable wp_footer for POS Order Pay template
    160 
    161 = 1.6.3 - 2024/06/29 =
    162 - Fix: Critical error preventing bulk update of products
    163 
    164 = 1.6.2 - 2024/06/20 =
    165 - Fix: Error preventing resources (products, orders, customers, etc) from loading on Windows servers
    166 
    167 = 1.6.1 - 2024/06/18 =
    168 - Enhancement: Changed the way POS Only and Online Only products are managed
    169   - Moved from using postmeta (`_pos_visibility`) to using centralized settings in the options table (`woocommerce_pos_settings_visibility`)
    170 - Improved: Payment template settings, you can now disable all `wp_head` or `wp_footer` scripts
    171 - Fix: 'Invalid response checking updates for products/tags' error
    172 
    173 = 1.6.0 - 2024/06/12 =
    174 * Improved: Performance for large stores
    175 * Added: Log screen for insights into the POS performance and events
    176 * Added: Cart setting to enable/disable show receipt after checkout
    177 * Added: Cart setting to enable/disable auto-print receipt after checkout
    178 * Fix: Prevent order create duplication from the POS
    179 * Fix: Cart subtotal showing tax when tax display is not enabled
    180 
    181 = 1.5.1 - 2024/06/03 =
    182 * Fix: "Sorry, you cannot list resources." error for cashier role
    183 
    184 = 1.5.0 - 2024/06/03 =
    185 * Fix: the POS will now correctly sync stock quantity after each sale
    186 * Fix: cart tax logic has been improved to fix rounding issues
    187 * Fix: shipping tax will now use the correct class
    188 * Fix: re-opening orders now functions correctly
    189 * Fix: quick discount calculation
    190 * Fix: orders created with different currencies will show the correct currency symbol
    191 * Added: split option to allow multiple cart lines for the same product
    192 * Added: stock filter for products
    193 * Added: Fees can now be a fix percentage of the cart total
    194 * Added: order status can now be changed from the Orders page
    195 * Added: extra display information for Orders, such as 'created_via' and 'cashier'
    196 * Added: cart will only show open orders associated with the logged in cashier
    197 * Pro: cart will only show open orders from the current POS Store
    198 * Pro: current store will stay selected after refresh or application re-open
    199 * ... numerous other bug fixes and performance improvements
    200 
    201 = 1.4.16 - 2024/03/28 =
    202 * Fix: nonce check failing for Guest orders when checking out with the desktop application
    203 
    204 = 1.4.15 - 2024/03/20 =
    205 * Fix: another potential error introduced to Pro updater in previous version 🤦‍♂️
    206 
    207 = 1.4.13 - 2024/03/19 =
    208 * Fix: potential error introduced to Pro updater in previous version
    209 
    210 = 1.4.12 - 2024/03/18 =
    211 * Security: Fix Insufficient Verification of Data Authenticity to Authenticated (Customer+) Information Disclosure (reported by Lucio Sá)
    212 * Fix: Pro plugin not showing updates for some users
    213 
    214 = 1.4.11 - 2024/03/09 =
    215 * Fix: regression in tax calculation when POS settings are different to Online settings
    216 * Fix: regression in product variation images, use 'medium' sized product image instead of full size
    217 * Fix: remove POS Only products from frontend WC REST API response
    218 * Fix: generic get meta method should not be used for '_create_via'
    219 * Fix: add enabled POS gateways to the Order Edit select input
    220 * Fix: other minor PHP warnings
    221 
    222 = 1.4.10 - 2024/01/23 =
    223 * Fix: compatibility issue with WooCommerce < 6.7.0
    224 
    225 = 1.4.9 - 2024/01/21 =
    226 = 1.4.8 - 2024/01/21 =
    227 * Fix: duplicating Products in WC Admin also duplicated POS UUID, which caused problems
    228 
    229 = 1.4.7 - 2024/01/18 =
    230 * Bump: web application to version 1.4.1
    231 * Fix: scroll-to-top issue when scrolling data tables
    232 * Fix: variations not loading after first 10
    233 
    234 = 1.4.6 - 2024/01/16 =
    235 * Fix: decimal quantity for orders
    236 * Fix: load translation files
    237 
    238 = 1.4.5 - 2024/01/14 =
    239 * Add: show change in checkout modal and receipt for the Cash gateway
    240 * Add: use 'medium' sized product image instead of 'thumbnail'
    241 * Fix: compatibility with alternative login urls, eg: WPS Hide Login
    242 
    243 = 1.4.4 - 2024/01/12 =
    244 * Desktop App: fix login for Desktop Application v1.4.0
    245 
    246 = 1.4.3 - 2024/01/12 =
    247 * Pro: fix update notification for Pro plugin
    248 
    249 = 1.4.2 - 2024/01/12 =
    250 * Urgent Fix: users with role 'cashier' unable to access tax rates API
    251 
    252 = 1.4.1 - 2024/01/12 =
    253 * No change, just messed up the release to WordPress.org
    254 
    255 = 1.4.0 - 2024/01/11 =
    256 * Added: Support for High-Performance Order Storage (HPOS)
    257 * Added: New API for Variation Barcode Search
    258 * Pro: Set unique Product Price and Tax Status for each Store
    259 * Pro: Fix Store login for Authorized Users
    260 * Pro: Fix Analytics for POS vs Online Orders
    261 * Pro: New updater
    262 * Plus: Added a lot of PHPUnit Tests, fixed numerous bugs for a more stable POS!
    263 
    264 = 1.3.12 - 2023/09/29 =
    265 * Fix: WordPress database error Not unique table/alias: 'wp_postmeta' for query
    266 
    267 = 1.3.11 - 2023/09/27 =
    268 * Urgent Fix: product and user search not returning results for some users
    269 
    270 = 1.3.10 - 2023/08/29 =
    271 * Urgent Fix: pages with slug starting with 'pos' redirecting to the POS page
    272 
    273 = 1.3.9 - 2023/08/18 =
    274 * Fix: limit query length for WC REST API, this was resulting in 0 products being returned for some users
    275 * Fix: pos meta data showing in WP Admin order quick view
    276 * Fix: cashier uuid not unique for multisite installs
    277 
    278 = 1.3.8 - 2023/08/08 =
    279 * Fix: login modal for desktop application
    280 
    281 = 1.3.7 - 2023/07/31 =
    282 * Fix: rest_pre_serve_request critical error reported by some users
    283 * Fix: change 'woocommerce_available_payment_gateways' filter priority to 99
    284 * Add: setting for servers that don't allow Authorization header
    285 
    286 = 1.3.4 and 1.3.5 - 2023/07/29 =
    287 * Urgent Fix: product descriptions being truncated to 100 characters
    288 
    289 = 1.3.3 - 2023/07/28 =
    290 * Fix: "Nonce value cannot be verified" when dequeue-ing scripts and styles in POS checkout modal
    291 
    292 = 1.3.2 - 2023/07/27 =
    293 * Urgent Fix for variations not downloading for some users
    294 
    295 = 1.3.1 - 2023/07/27 =
    296 * Urgent Fix for login modal problems
    297 
    298 = 1.3.0 - 2023/07/27 =
    299 * Major stability improvements!
    300 * Fix: Login is now via JWT - no more 'Cookie nonce' errors
    301 * Fix: Many fixes to local data sync and search should make the POS much more enjoyable to use
    302 * Add: Dequeue WordPress styles and scripts on POS checkout page
    303 * Fix: various fixes to the POS settings in WP Admin
    304 
    305 = 1.2.4 - 2023/07/25 =
    306 * Fix: empty products effecting some users due to malformed meta_data
    307 
    308 = 1.2.3 - 2023/06/21 =
    309 * Fix: coupon form on POS payment modal
    310 * Fix: use woocommerce_gallery_thumbnail instead of full sized images for products and variations
    311 
    312 = 1.2.2 - 2023/06/21 =
    313 * Add: basic support for coupons until a more complete solution is implemented
    314 * Fix: customer select in settings
    315 * Pro: add Analytics for POS vs Online sales
    316 
    317 = 1.2.1 - 2023/06/12 =
    318 * Fix: Critical error introduced with PHP 7.2 compatibility
    319 
    320 = 1.2.0 - 2023/06/12 =
    321 * Refactor: data replication to improve performance
    322 * Refactor: product search, search by sku and barcode for products now works
    323     - Note: barcode search for variations is still not working, this will be addressed in a future release
    324 * Bug Fix: 'Cannot use object of type Closure as array' in the API.php file
    325 * Bug Fix: Creating orders with decimal quantity
    326 * Bug Fix: Update product with decimal quantity
    327 * Fix: remove private meta data from Order Preview modal
    328 * Fix: turn off PHP version check by composer, note that PHP 7.2+ is still required
    329 
    330 = 1.1.0 - 2023/05/19 =
    331 * Fix: disable Lite Speed Cache for POS page
    332 * Fix: add id audit for product categories and tags
    333 * Fix: add min/max price to variable meta data
    334 
    335 = 1.0.2 - 2023/05/05 =
    336 * No change, just messed up the release to WordPress.org.
    337 
    338 = 1.0.1 - 2023/05/05 =
    339 * Fix: Product and Variations not showing in POS
    340   Description: The WC REST API response can be too large in some cases causing a 502 server error.
    341   - Product and Variation descriptions are not truncated to 100 characters for the POS to reduce response size.
    342   - Yoast SEO is now programmatically disabled for the POS to reduce response size.
    343   - A message is now logged when the WC REST API product or variation response is too large.
    344 
    345 = 1.0.0 - 2023/05/03 =
    346 * Complete rewrite of the plugin with improved functionality and performance.
    347 * Although extensive testing has been done, there may still be bugs.
    348 * We recommend updating only when you have time to deal with potential issues.
    349 * You can always revert to the old version if necessary, https://wordpress.org/plugins/woocommerce-pos/advanced/
    350 * If you need assistance, join our Discord chat at https://wcpos.com/discord for support.
    351 
    352153== Upgrade Notice ==
  • woocommerce-pos/trunk/readme.txt

    r3395151 r3395152  
    44Requires at least: 5.6
    55Tested up to: 6.8
    6 Stable tag: 1.7.12
     6Stable tag: 1.7.13
    77License: GPL-3.0
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset for help on using the changeset viewer.