Releases: w3bdesign/wp-algolia-woo-indexer
Releases · w3bdesign/wp-algolia-woo-indexer
Version 1.0.7
What's Changed
- Remove hooks by @w3bdesign in #180
- Make work with premium version by @w3bdesign in #182
- Version 1.0.7 by @w3bdesign in #183
Full Changelog: 1.06...1.0.7
Version 1.0.6
What's Changed
- Update version and tested with by @w3bdesign in #167
- Spelling error fix by @w3bdesign in #171
- Update rtCamp/action-phpcs-code-review action to v3 by @renovate in #172
- Increase version number requirements by @w3bdesign in #177
- 176 improve code quality by @w3bdesign in #178
Full Changelog: 1.05...1.06
Version 1.05
Works with WooCommerce 6.0.0
What's Changed
- Add WooCommerce 5.0.0 as a requirement by @w3bdesign in #136
- Refactor get_product_type_price by @w3bdesign in #137
- Remark by @w3bdesign in #138
- Remove unused code by @w3bdesign in #139
- Fix Scritinizer issues by @w3bdesign in #140
- Variable product price bug is fixed by @w3bdesign in #141
- Upgrade to GitHub-native Dependabot by @dependabot-preview in #145
- Update algolia/algoliasearch-client-php requirement from ^2.6 to ^3.0 by @dependabot in #146
- Add code quality badge by @w3bdesign in #150
- Shorten variable name by @w3bdesign in #151
- Shorten variable name by @w3bdesign in #152
- Shorten variable name by @w3bdesign in #153
- Change warning by @w3bdesign in #154
- Shorten variable name by @w3bdesign in #155
- Shorten variable name by @w3bdesign in #156
- Configure Renovate by @renovate in #159
- Update rtCamp/action-phpcs-code-review action to v2.1.0 by @renovate in #160
- Update actions/checkout action to v3 by @renovate in #161
New Contributors
- @dependabot-preview made their first contribution in #145
- @dependabot made their first contribution in #146
- @renovate made their first contribution in #159
Full Changelog: 1.03...1.04
Works with WooCommerce 5.0.0
- Works with WooCommerce 5.0.0
- Variable products with and without sale are working
Update WooCommerce/WordPress compatibility
Now compatible with WordPress 5.5.1 and WooCommerce 4.5.2
Automatic sending of new products
- Automatic sending of new products
- Able to choose if you want to submit products that are in stock or not
Moved nonce verification into separate class
class Algolia_Verify_Nonces
First alpha release of plugin
First initial release of plugin.
Released as alpha version as I still have to do a cleanup of the code in order to release a production-ready release.
Also need to do a bit more testing.