wp-algolia-woo-indexer icon indicating copy to clipboard operation
wp-algolia-woo-indexer copied to clipboard

✏️ WordPress plugin that sends WooCommerce products to Algolia. Used with headless eCommerce.

Results 8 wp-algolia-woo-indexer issues
Sort by recently updated
recently updated
newest added

Hi @w3bdesign I did quiet a huge refactor according to your feedback. Main changes are splitting the attributes related code into a own class and adding more features. I am...

enhancement

Hello, I'm wondering why an Admin API Key is required while the Write API Key is enough to create and update an index. At least we should be able to...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/w3bdesign/wp-algolia-woo-indexer). ## Config Migration Needed - [ ]...

Updates the requirements on [algolia/algoliasearch-client-php](https://github.com/algolia/algoliasearch-client-php) to permit the latest version. Release notes Sourced from algolia/algoliasearch-client-php's releases. v3.4.0 Changed Drop support for PHP 7.2 Update DOCKER_README.MD (#716) (by @​matthewbond) Added Include...

dependencies

Here are some suggestions for refactoring the code: 1. Rename the class to follow the PHP naming convention - AlgoliaWooIndexer 2. Extract constants to a separate class - AlgoliaWooIndexerConstants 3....

enhancement

https://github.com/JoseSanchez54/algolia-woo-indexer/commit/316a6e28485d0a7563c953705a915706b3cd587a https://github.com/JoseSanchez54/algolia-woo-indexer/commit/89420903847b98d750353e1879a948a9962d5ed4

### [Codacy](https://app.codacy.com/gh/w3bdesign/algolia-woo-indexer/commit?cid=639744993) detected an issue: #### Message: `Avoid using static access to class '\Algowoo\Algolia_Verify_Nonces' in method 'maybe_send_products'.` #### Occurred on: + **Commit**: 2f2b5dd817355cb2d9b564c4a09f1ec25f9c187d + **File**: [classes/class-algolia-woo-indexer.php](https://github.com/w3bdesign/algolia-woo-indexer/blob/2f2b5dd817355cb2d9b564c4a09f1ec25f9c187d/classes/class-algolia-woo-indexer.php) + **LineNum**: [234](https://github.com/w3bdesign/algolia-woo-indexer/blob/2f2b5dd817355cb2d9b564c4a09f1ec25f9c187d/classes/class-algolia-woo-indexer.php#L234) +...

### [Codacy](https://app.codacy.com/gh/w3bdesign/algolia-woo-indexer/commit?cid=618798084) detected an issue: #### Message: `The class Algolia_Woo_Indexer has 15 non-getter- and setter-methods. Consider refactoring Algolia_Woo_Indexer to keep number of methods under 10.` #### Occurred on: + **Commit**:...