- Reviewed and updated the way we store/clear out credentials and the upgrade process from each version.
- Version number of the app is loaded from config, not static anymore.
- Removed redundent code.
- Split out the actions so login, logout and settings are separate controllers.
- Added link to generate and download the custom javascript to a text file.
- Version number bump for packagist
- Fix "order is not defined" error
- Check for PCA object existence on checkout
- Supports PHP 7.1 for composer installations
- Pulled in fix for settings save.
- Updated composer to not include core as magento marketplace does not apply for wildcard versioning.
- Bug with the template minify - we specify url as "//<?php echo pcaAcc... which is being deleted when minified.
- Changed the template for checkout to use head.additional now to load content instead of at the end of the body.
- UI wording.
- ACL Bug Fix.
- Updated app store description and link to setup guide.
- Re-write to use more of the pca field mapping logic and less custom code.
- User can log in with their account code and password, which will generate a set of keys to get Address, Email and Phone running in both Admin area and Customer facing site.
- load js with requirejs
- Add ability for customers to add custom JavaScript code
- Fix issue where US states dropdown isn't being updated when an address is selected
- Update default mappings to help with the above issue
- Remove some console.log calls
- Fix issue where State/Province field not populating correctly
- Fix issue where services not loaded on certain address forms
- Fix mismatching versions (
composer.json
declares v1.0.1 in tagged 1.0.2) - Fix critical bug that breaks ACL rendering
- Update
etc/module.xml
to use XML namespace and convention - Update requirements of other modules (previously undeclared)
- Upgrade release notes to Markdown
- Fix typo in composer.json
- Fix issue where address fields are not detecting changes when populating from search results
- Initial release.