Releases: NichlasB/alynt-wc-customer-order-manager
Release list
v1.1.3
Changed
- Improve WooCommerce admin Add products search relevance so title, SKU, and global unique ID matches rank ahead of broad content matches.
- Add optional Customer Manager diagnostics with redacted, bounded event storage plus admin export/clear controls.
- Refresh release tooling, tests, POT generation, and GitHub release packaging for Alynt Plugin Updater compatibility.
Validation
- Staging smoke confirmed "kidney" product searches return kidney-title products first.
- PHPUnit passed 3 tests / 8 assertions.
- Focused PHPCS passed on release-touched PHP files.
- PHP syntax sweep passed 44 non-vendor files.
- npm build, Composer validate/audit, npm audit, git diff check, and local package dry-run inspection passed.
Note: full repo PHPCS still has a documented legacy baseline outside this release surface.
v1.1.1 - Fix order-pay payment totals
What's New in v1.1.1
This maintenance release fixes WooCommerce order-pay payment handling so existing-order totals stay authoritative during checkout, especially for PayPal flows. It also tightens release packaging so generated plugin archives exclude local-only and development files.
Highlights
- Prevented cart-based payment overrides during WooCommerce order-pay requests
- Ensured PayPal order-pay flows use the authoritative locked order total when present
- Improved release packaging by excluding local-only and development files from plugin archives
Changelog
[1.1.1] - 2026-05-21
Changed
- Refined release packaging to exclude local-only and development files from generated plugin archives
- Added a deploy script template for local deployment workflows without shipping local automation defaults
Fixed
- Prevented cart-based payment overrides from running during WooCommerce order-pay requests
- Ensured PayPal order-pay flows use the authoritative order total, including locked pricing when present
Upgrade Notes
No breaking changes in this release.
v1.1.0 - Customer Editing and Payment Switch Release
What's New in v1.1.0
This release expands the plugin from basic customer and payment-link support into a broader customer and order management workflow for WooCommerce staff. It adds stronger customer editing and payment handoff capabilities while also improving maintainability, release tooling, and operational hardening.
Highlights
- Added customer edit-screen improvements, including shipping-address management, customer notes, and billing email tools
- Added pending-order editing enhancements with live product search, shipping updates, and stock-aware workflows
- Added a hardened customer payment-switch workflow for staff-assisted payment completion
- Refactored core admin, order, and pricing flows into smaller maintainable components
- Improved payment link UX, shipping/pricing flow reliability, and release tooling
Changelog
[1.1.0] - 2026-04-03
Added
- Customer edit-screen improvements, including shipping-address management, customer notes, and billing email tools
- Pending-order editing enhancements with live product search, shipping updates, and stock-aware workflows
- Customer payment switching for staff-assisted payment flows that need the customer account context
- Build tooling, release automation, and settings/hooks documentation
Changed
- Refactored admin pages, order handling, order interface, and pricing lookup into smaller components
- Improved payment-link copy UX, product search behavior, and deploy packaging defaults
- Clarified gateway guidance for payment links that require customer-context completion
Fixed
- Shipping-address fallback logic during order creation
- Pricing protection and admin order-origin edge cases
- Release workflow asset-upload handling
Security
- Hardened capability checks, nonce validation, uninstall cleanup, and scoped switched-payment access
Upgrade Notes
No breaking changes in this release.
Version 1.0.4
Version 1.0.4 - Admin Payment Processing Support
New Feature:
- Administrators and shop managers can now process payments on behalf of customers
- Added secure access to order payment forms for authorized roles
- Streamlined payment processing workflow for customer service
This update enables store administrators and shop managers to process payments when customers provide their credit card details, improving customer service efficiency.
Version 1.0.3
1.0.3 - Composer Compatibility Update
🔧 Fixes
- Resolved potential conflicts with other plugins using Composer autoloader
- Improved plugin compatibility in environments with multiple Composer-based plugins
📝 Details
This update implements a smarter autoloader loading mechanism that prevents potential conflicts when multiple plugins using Composer are active in the same WordPress installation. The plugin now checks for existing Composer autoloaders before loading its own, ensuring better compatibility and stability.
🔄 Upgrade Notes
This is a recommended update for all users.
Version 1.0.2
Release 1.0.2
New Features
- Added "Copy Payment Link" button to WooCommerce order edit screen
- Located in the order actions sidebar for easy access
- Copies payment URL to clipboard with one click
- Provides visual feedback on successful copy
Improvements
- Enhanced order management interface
- Updated documentation to reflect new features
- Added payment link feature documentation in README.md
- Updated plugin description in README.txt
- Added new FAQ entry for payment link usage
Installation
- Download the latest release
- Upload to your WordPress site or update through the WordPress admin panel
- No additional configuration required - the new features are available immediately
Upgrade Notes
This is a minor release that adds new functionality without breaking changes. Safe to upgrade in production environments.
Version 1.0.1
This release adds automatic update functionality and improved documentation.
What's New
- Added GitHub Update Checker integration for automatic updates
- Added documentation and guides
- Improved plugin distribution with required dependencies
- Added detailed troubleshooting section
Installation
- Download the ZIP file from this release
- Upload to WordPress through Plugins > Add New > Upload Plugin
- Activate the plugin
Important Notes
- This version includes automatic update detection through WordPress admin panel
- Requires WordPress 5.0+ and WooCommerce 4.0+