unbxd / magento2-product-feed
unbxd/magento2-product-feed
The Magento 2 module, which provides possibility for synchronization product catalog with Unbxd service
Unbxd Product Feed Module For Magento 2
This module provide possibility for synchronization product catalog with Unbxd service.
Support Magento 2.1.* || 2.2.* || 2.3.* || 2.4.*
Installation Guide
Install by composer
composer require unbxd/magento2-product-feed
php bin/magento module:enable Unbxd_ProductFeed
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:flush
Manual installation
-
Download this module Link
-
Unzip module in the folder:
app\code\Unbxd\ProductFeed
-
Access the root of you Magento 2 instance from command line and run the following commands:
php bin/magento module:enable Unbxd_ProductFeed
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:flush
- Configure module in backend
Version 2.0.52
2.0.52 - May 12, 2026
- patched deprecated action to implicitily marking arguments as null
2.0.51 - May 5, 2026
- Update the support for php 8.5
2.0.50 - May 1, 2026
- Update the support for php 8.4
2.0.49 - Mar 16, 2026
- Enable end feed file update for full sftp
2.0.48 - Mar 13, 2026
- Disable end file update for sftp
2.0.47 - Mar 9, 2026
- Percentage of products queued up in delta compared to full catalog size, when crossed the plugin would run a full feed skipping incremental.
2.0.46 - Feb 26, 2026
- Updated the sftp full indexing to close the feed view job
2.0.45 - Jan 27, 2026
- Updated the attribute lookup to only fetch value if the product is listed on the store.
2.0.44 - Dec 17, 2025
- Updated adhoc incremental to build and index to the respective store id
- Handle new backend model in attribute introduced in 2.4.8 for url_key
- reduced the log noise in price fall back handler
- Skipped forceful conversion of object data to string within data handler when not multi values.
2.0.43 - Oct 10, 2025
- Updated price to be numerals
2.0.42 - Sep 16, 2025
- Removed code which are obsolete
2.0.41 - July 31, 2025
- Updated console warning based on the correct scope.
2.0.40 - July 30, 2025
- Patched config lookup to be at store scope where applicable.
2.0.39 - July 30, 2025
- Added end time stamp file for sftp multi part upload.
2.0.38 - July 23, 2025
- Throttled delta indexing in sizes of 2000 in a feed call
2.0.37 - July 22, 2025
- Updated incremental to send the add and delete action in seperate request
2.0.36 - Jun 17, 2025
- Provided option to not do camelcase conversion
2.0.35 - Feb 13, 2025
- Updated SFTP support for multi upload
2.0.34 - Jan 31, 2025
- PHP8.3 support
2.0.33 - Jan 2, 2025
- Patch update
2.0.32 - Dec 17, 2024
- Multi Store inventory setup
2.0.31 - Nov 18, 2024
- Support for /delta sftp structure for incrementals
2.0.30 - Nov 18, 2024
- Support for /delta sftp structure for incrementals
2.0.29 - Sep 27, 2024
- Failsafe mechanism when no products to index
2.0.28 - Sep 10, 2024
- Added Auto archival mechanism
2.0.27 - Jul 3, 2024
- Fixed multi part upload failure when clean up option enabled
2.0.26 - May 3, 2024
- Optimized unbxd product indexer to clean up duplicate product entity ids efficently
2.0.25 - Mar 3, 2024
- Support for php8.2.0
2.0.24 - Jan 3, 2024
- Added config option to optional exclude schema from catalog
2.0.23 - October 10, 2023
- Added fail safe logic if area code is set by third party extensions incorrectly
- Removed default schedule for reprocess cron
- Updated unbxd indexer dependency with catalog rule
- Fixed php8.1 compatibility scenario for inline blocks
2.0.22 - August 29, 2023
- Support for ability to enable SFTP for Incremental / Full
- Support to upload file to sftp endpoint instead of direct api call
- Ability to append non product content documents into unbxd
2.0.21 - August 10, 2023
- Support for Multi-Store Single Site Indexing
2.0.20 - August 07, 2023
- Support for dynamic attributes
2.0.19 - July 29, 2023
- Fixed fetching of product attribute value if only set at a given store scope and has no default value
- Skip products which are disabled only at store scope
- Restrict Not visible individual products from feed in a multi locale site setup
2.0.18 - July 11, 2023
- Restrict Not visible individual products from feed in a multi locale site setup
2.0.17 - July 3, 2023
- Restrict product count in incremental sync to 10K
2.0.16 - June 26, 2023
- Removed trailing comma on constructor arguments, fixed a couple of bugs
- Add missing child products which could get truncated due to batching in multipart
2.0.15 - June 14, 2023
- Support to restrict maximum number of variants per product
2.0.14 - May 24, 2023
- Support for product feed execution in macos
2.0.13 - May 10, 2023
- Updated execute function in command to match with that of specification in 2.4.6 Magento
2.0.12 - May 10, 2023
- Remove zend_http module dependency
2.0.11 - Apr 19, 2023
- Support for product delete in incremental feed
2.0.10 - Mar 28, 2023
- Memory optimization of category lookup during feed build
- Added loggers to monitor memory usuage
2.0.9 - Mar 2, 2023
- Memory optimization of providers
- Optional support for urlRewrite module
- Support to export swatch image url and configure it by attribute
2.0.8 - Feb 14, 2023
- Exclude disabled categories from being exported
2.0.7 - Feb 9, 2023
- Sanitize category names and copy the values to unbxdCategoryPathId (based on relevancy team request)
2.0.6 - Jan 11, 2023
- Select category names with specific to store ID
2.0.5 - Jan 6, 2023
- Support for multi part feed upload option. This is not enabled by default but can be enabled through unbxd > catalog > indexing section
2.0.4 - December 6, 2022
- For Customers with simple product catalog variants attributes are not sent in the feed.
2.0.3 - September 20, 2022
- Created an attribute to indicate the date since the product was actually created in customers system
2.0.2 - August 20, 2022
- Support for Spliting read operations to different connection
2.0.1 - July 29, 2022
- Extended compatibility to php8.1
- Updated fallback price provider for simple products to lookup special price
Version 2.0.0
2.0.0 - June 20, 2022
- Extended compatibility to php8 & Magento 2.4.4
1.0.98.3 - June 14, 2022
- Archival of data entries in Indexing Queue and Feed View
1.0.98.2 - May 25, 2022
- Rotate logs weekly
- Remove action attribute in partial incremental job
1.0.98.1 - May 16, 2022
- Delete disabled products in incremental feed.
1.0.98 - May 5, 2022
- Added index on indexing queue view table
- Added archival interval as configurable value
- Fixed the incremental feed index for parent product to include child product for environment which is 2.4+
1.0.97 - Apr 29, 2022
- Fix the fall back price dataprovider edge case resulting in unhandled exception for product not found.
1.0.96 - Apr 06, 2022
- Added handler to avoid empty categories exception on products which are also associated with other parent product
- Ability to do partial update of product document through incrementals, with this you can choose to send only stock and price during incrementals
1.0.95 - Feb 21, 2022
- Customers in a multi site setup using path for categories lookup results in incorrect category mapping when default store is not set properly.
1.0.94 - Feb 17, 2022
- Experiement feature to fetch from Category Entity Tables launched as seperate tag
1.0.93 - Feb 17, 2022
- Handle disabled category inclusion n product feed as a configurable option
- Fix for Delete product action
1.0.92 - Feb 7, 2022
- Updated unbxd magento indexer options to remove duplicate listeners in mview definition.
1.0.91 - Feb 7, 2022
- Updated Unbxd magento indexer to pull products id which are updated between sucessive runs
1.0.90 - Dec 1, 2021
- Fixed the incremental indexing option from console.
1.0.89 - Nov 24, 2021
- Created config option at product attribute level to determine wheather to use value id or option value label. Default is to use option value label.
1.0.88 - Nov 15, 2021
- Created Stream serialization to json encode data in product feed.
1.0.87 - Aug 18, 2021
- Created config option to retain root category in category path attribute
1.0.86 - Jul 29, 2021
- Changed the scope of logger to be reused in child class
1.0.85 - Jul 28, 2021
- Added Exception handling to skip incorrect data in the environment
1.0.84 - Jul 12, 2021
- Added bundle product price lookup
1.0.83 - Jun 29, 2021
- Resize missing cached image on demand.
1.0.82 - Jun 28, 2021
- Ability to send the boolean attribute as True|False instead of label.
1.0.81 - Jun 22, 2021
- Added support to select between category ID | name (or) category Path | name value format for categorypath ID values in product feed.
1.0.80 - May 6, 2021
- Updated ACL grouping for Unbxd Resources
- Remove Appstate dependency for command line jobs
1.0.79 - April 30, 2021
- Validate site configuration for site to be integrated with unbxd
1.0.78 - April 15, 2021
- Added attribute typen overide
1.0.76 - March 22, 2021
- Added conditional check for newer versions of the module.
1.0.75 - March 05, 2021
- Added validation to handle data type mismatch with text attributes and decimal/number validation
- Added a new attribute named availabilityLabel which indicates In Stock or Out of Stock
1.0.74 - February 26, 2021
- Updated link attribute datatype in field schema
1.0.73 - February 17, 2021
- Updated link attribute datatype in field schema
1.0.72 - February 10, 2021
Feature
- Updated the full job scheduler in multi site environment.
1.0.71 - January 04, 2021
Feature
- Changed product url to be secure by default.
1.0.70 - November 26, 2020
Feature
- Fixed media path to be store specific in a multistore setup.
1.0.69 - November 05, 2020
Feature
- Fixed encoding issue
1.0.68 - October 05, 2020
Feature
- Extended support for magento 2.4
- Fixed the index queue cleanup process to limit the scope to the respective stores.
1.0.67 - September 03, 2020
Feature
- updated module helper function to be reused across unbxd extensions
1.0.66 - August 28, 2020
Fix
- Added capability to download search data from Default Magento query log
1.0.65 - August 11, 2020
Fix
- Updated the identity column for indexing queue view table
- Updated the documentation links to that of v2
1.0.64 - August 11, 2020
Fix
- Extended support for php version 7.3.0
1.0.63 - August 11, 2020
Fix
- Rearrange the setup form fields
- Updated the index view queueid from smallint to bigint
1.0.62 - August 06, 2020
Fix
- Fixed the error in missing fields in schema
- Provision cleanup/archival of indexing queue and feedview logs
1.0.61 - July 20, 2020
Fix
- Optimise incremental feed to cater for large loads and reimplement the incremental from date job to be same as the the scheduled one.
- Provision cleanup/archival of indexing queue and feedview logs
1.0.60 - July 20, 2020
Fix
- Reset category cache to handle store specific labels in a multi store environment
1.0.59 - July 6, 2020
Fix
- Handle simple variants which are not visible and not in seqeunce
- Handle top level category names in categorypath
1.0.58 - July 1, 2020
Feature
- Skip products with visibility status not visible individually
1.0.57 - June 17, 2020
Feature
- Added support for RECS V1
1.0.56 - June 15, 2020
Fix Issues
- Fixed an issue with out of memory exception while loading feed view.
- Fixed an issue where category names were mapped incorrectly when the category has the same url_key
1.0.55 - May 30, 2020
Fix Issues
- Fixed an issue to exclude products with visibility status as Not Visible Individually.
1.0.54 - May 27, 2020
Fix Issues
- Fixed an issue where inactive categories where exported in the feed.
1.0.53 - May 18, 2020
Fix Issues
- Fixed an issue where specific variant attributes where not part of the schema.
1.0.52 - May 11, 2020
Fix Issues
- Fixed an issue with final price for default products.
- Added feature to export the components of the bundle which are also sold individually.
1.0.51 - Apr 28, 2020
Fix Issues
- Fixed an issue with incorrect feed fields building.
1.0.50 - Apr 26, 2020
Fix Issues
- Fixed issue with incorrect root directory formation in some environments. Being used to validate product cached images.
1.0.49 - Apr 25, 2020
Fix Issues
- Fixed issue with incorrect validation for cached product images.
1.0.48 - Apr 20, 2020
Improvements
- Added the ability to manage which product images will be transmitted in the feed.
1.0.47 - Apr 20, 2020
Improvements
- Added encoding for unicode string for serialize feed content.
- Updated method to check if fields can be multi-valued.
1.0.46 - Apr 14, 2020
Fix Issues
- Fixed issue with incorrect arguments order for column 'additional_information' in table 'unbxd_productfeed_feed_view'.
1.0.45 - Apr 09, 2020
Improvements
- Included additional media attributes in feed.
1.0.44 - Apr 06, 2020
Improvements
- Implemented CLI command for incremental catalog products synchronization from specific date.
1.0.43 - Apr 05, 2020
Fix Issues
- Fixed issue with serialization of category data for some specific cases.
Improvements
- Moved notification of maximum sync attempts to system information.
1.0.42 - Apr 03, 2020
Fix Issues
- Fixed issue with custom data mapping in schema.
1.0.41 - Apr 02, 2020
Fix Issues
- Changed definition for some date fields in related tables.
- Fixed issue with incorrect category building for multi store.
1.0.40 - Mar 20, 2020
Improvements
- Added cron job for full feed synchronization.
- Reindex operation linked with synchronization process and vice versa.
- The feed file generated separately for each store (store ID in file name).
- Moved generated feed file for download to separate folder.
- Added delete product feed button in configuration.
1.0.38 - Mar 20, 2020
Improvements
- Exposed Site Key in configuration. Changed field type to 'text'.
1.0.37 - Mar 02, 2020
Improvements
- Implemented CLI command responsible for generate product feed for download.
- Code refactoring.
Fix Issues
- Fixed issues related to multi store.
- Fixed issue related to generating feed for download.
1.0.36 - Feb 22, 2020
Fix Issues
- Fixed an issue with some mapped fields that were not declared in the product feed schema.
1.0.35 - Feb 20, 2020
Improvements
- Implemented ability to manage data fields mapping between Unbxd and Magento.
- Code refactoring.
1.0.34 - Feb 14, 2020
Improvements
- Added support all available product types.
- Added global notification, when product feed generation was initiated for download and was completed.
1.0.33 - Feb 12, 2020
Fix Issues
- Fixed issue with incorrect field which responsible for link between product entity table and status attribute value table.
1.0.32 - Jan 10, 2019
Improvements
- Implemented ability to generate/download product feed via backend.
1.0.31 - Dec 23, 2019
Improvements
- Format 'Affected Entities' cell in indexing queue/feed view grids to prevent excessive display of information.
Fix Issues
- Fixed issue when product attribute(s) sometimes are not included and not described in schema fields in feed (detected for EE).
1.0.30 - Dec 12, 2019
Improvements
- Added the ability to setup API endpoints from backend.
1.0.29 - Nov 07, 2019
Fix Issues
- Fixed factory name.
1.0.28 - Oct 30, 2019
Fix Issues
- Fixed issue with missing type of argument in phpdoc. This caused a compilation error.
1.0.27 - Sep 17, 2019
Fix Issues
- Fixed bug with incorrect category data in product feed, when the active child category
belongs to an inactive parent category.
1.0.26 - Sep 17, 2019
New Features
- Implemented Related Cron Jobs UI grid.
- Added additional toolbar menu on Indexing Queue/Feed View/Related Cron Jobs listing pages.
- Added parameter to attributes which will allow to specify whether or not the attribute will be included in the product feed.
By default, all the attributes that the product uses will be included. - Added badges to readme.
Improvements
- Compatible with Magento ~2.1.
- Removed unused custom xml/xsd files and related classes.
- Added 'Upload ID' column on Feed View details layout.
- Display success message in 'Additional Information' column on Indexing Queue listing page,
if related index data has been rebuilt successfully. - Updating the column 'Additional Information' on Feed View listing page, with information about total upload feed size,
only after the corresponding cron task has been completed. In some cases, the Unbxd service doesn't
returned the correct upload feed size immediately after synchronization.
Fix Issues
- Fixed issue associated with not clearing the configuration cache after related operations are executed.
- Fixed issue with incorrect argument for product processing method after saving category, if affected product IDs is NULL.
- Fixed issue with non-existing column in 'unbxd_productfeed_feed_view' table.
- Fixed issue with Unbxd logo in configuration tab.
- Fixed issue with Unbxd documentation reference links in configuration tab.
1.0.20 - Aug 21, 2019
New Features
- Implemented new cron job for re-process product feed operation(s) which are in 'Error' state.
Available to set the max number of attempts from backend. - Added 'Repeat' action to Actions column on Indexing Queue listing page.
- Added 'Repeat' action to Actions column on Feed View listing page.
Improvements
- Changed setup config section header block.
- Moved header block about product feed module from setup config section to catalog config section.
- Optimization of the process of forming the list of categories in the appropriate format.
- Removed 'System Information' column from Indexing Queue/Feed View details layout.
- Added number of attempts information on Indexing Queue/Feed View details layout.
- Improved Actions on Indexing Queue listing page. Now, only available action(s) for current record will be displayed.
- Improved Actions on Feed View listing page. Now, only available action(s) for current record will be displayed.
Fix Issues
- Don't logging information about empty operations related to product reindex into related log file.
This caused a problematic rendering Indexing Queue Grid on backend.
1.0.19 - Aug 08, 2019
Fix Issues
- Uncaught Error: Call to a member function getBackend() on null in /app/vendor/unbxd/magento2-product-feed/Model/CacheManager.php:182
- Warning: date_format() expects parameter 1 to be DateTimeInterface, boolean given in /app/vendor/unbxd/magento2-product-feed/Helper/Data.php on line 487
Improvements
- Removed logic related to search module
- Added CHANGELOG.md
| Version | Stability | QA Status | Released |
|---|---|---|---|
| 2.0.45.1 | stable | Not tested | 2026-06-02 07:45:34 |
| 2.0.50.1 | stable | Not tested | 2026-05-21 04:45:42 |
| 2.0.56 | stable | Fail | 2026-05-21 04:42:01 |
| 2.0.55 | stable | Not tested | 2026-05-18 10:52:47 |
| 2.0.54 | stable | Not tested | 2026-05-15 15:24:47 |
| 2.0.53 | stable | Not tested | 2026-05-12 09:10:03 |
| 2.0.52 | stable | Not tested | 2026-05-12 08:19:37 |
| 2.0.51 | stable | Not tested | 2026-05-05 17:07:09 |
| 2.0.50 | stable | Not tested | 2026-05-04 07:46:36 |
| 2.0.49 | stable | Not tested | 2026-03-16 11:56:23 |
| 2.0.48 | stable | Not tested | 2026-03-13 10:55:15 |
| 2.0.47 | stable | Not tested | 2026-03-09 11:49:34 |
| 2.0.46 | stable | Not tested | 2026-02-26 12:55:42 |
| 2.0.45 | stable | Not tested | 2026-01-27 10:40:26 |
| 2.0.44 | stable | Not tested | 2025-12-17 10:53:44 |
| 2.0.43 | stable | Not tested | 2025-10-10 08:35:02 |
| 2.0.42 | stable | Not tested | 2025-09-16 11:22:02 |
| 2.0.41 | stable | Not tested | 2025-08-01 06:06:15 |
| 2.0.40 | stable | Not tested | 2025-07-30 12:32:37 |
| 2.0.39 | stable | Not tested | 2025-07-30 06:46:53 |
| 2.0.38 | stable | Not tested | 2025-07-23 10:18:40 |
| 2.0.37 | stable | Not tested | 2025-07-22 10:42:18 |
| 2.0.36 | stable | Not tested | 2025-06-17 17:00:56 |
| 2.0.35 | stable | Not tested | 2025-02-13 15:03:29 |
| 2.0.34 | stable | Not tested | 2025-01-31 05:56:25 |
| 2.0.33 | stable | Not tested | 2025-01-02 11:03:53 |
| 2.0.32 | stable | Not tested | 2024-12-19 14:56:08 |
| 2.0.31 | stable | Not tested | 2024-11-18 13:11:03 |
| 2.0.30 | stable | Not tested | 2024-11-18 07:03:37 |
| 2.0.29 | stable | Not tested | 2024-09-27 17:05:43 |
| 2.0.28 | stable | Not tested | 2024-09-12 09:08:30 |
| 2.0.27 | stable | Not tested | 2024-07-03 13:13:17 |
| 2.0.26 | stable | Not tested | 2024-05-04 06:59:14 |
| 2.0.25 | stable | Not tested | 2024-03-08 09:46:28 |
| 2.0.24 | stable | Not tested | 2024-01-03 11:19:10 |
| 2.0.23 | stable | Not tested | 2023-10-10 07:41:16 |
| 2.0.22 | stable | Not tested | 2023-08-29 10:12:40 |
| 2.0.21 | stable | Not tested | 2023-08-10 03:47:05 |
| 2.0.20 | stable | Not tested | 2023-08-07 09:56:39 |
| 2.0.19 | stable | Not tested | 2023-07-29 09:13:29 |
| 2.0.18 | stable | Not tested | 2023-07-11 03:03:32 |
| 2.0.17 | stable | Not tested | 2023-07-03 09:25:03 |
| 2.0.16 | stable | Not tested | 2023-06-27 11:23:58 |
| 2.0.15 | stable | Not tested | 2023-06-14 09:04:42 |
| 2.0.14 | stable | Not tested | 2023-05-24 06:22:03 |
| 2.0.13 | stable | Not tested | 2023-05-10 12:56:59 |
| 2.0.12 | stable | Not tested | 2023-05-10 12:24:20 |
| 2.0.11 | stable | Not tested | 2023-04-19 06:56:04 |
| 2.0.10 | stable | Not tested | 2023-03-28 10:39:19 |
| 2.0.8 | stable | Not tested | 2023-02-14 08:05:24 |
| 2.0.7 | stable | Not tested | 2023-02-09 15:02:54 |
| 2.0.6 | stable | Not tested | 2023-01-11 06:37:57 |
| 2.0.5 | stable | Not tested | 2023-01-06 10:31:49 |
| 2.0.4 | stable | Not tested | 2022-12-06 04:46:56 |
| 2.0.3 | stable | Not tested | 2022-09-30 11:25:49 |
| 2.0.2 | stable | Not tested | 2022-08-22 13:03:11 |
| 2.0.1 | stable | Not tested | 2022-07-29 03:52:01 |
| 1.0.98.5 | stable | Not tested | 2022-07-18 06:00:27 |
| 1.0.98.4 | stable | Not tested | 2022-07-05 12:33:19 |
| 2.0.0 | stable | Not tested | 2022-06-20 11:37:39 |
| 1.0.98.3 | stable | Not tested | 2022-06-14 11:41:50 |
| 1.0.98.2 | stable | Not tested | 2022-05-25 12:06:49 |
| 1.0.98.1 | stable | Not tested | 2022-05-16 09:46:06 |
| 1.0.87.4 | stable | Not tested | 2022-05-05 08:50:44 |
| 1.0.98 | stable | Not tested | 2022-05-05 08:21:16 |
| 1.0.97 | stable | Not tested | 2022-04-29 12:18:51 |
| 1.0.87.3 | stable | Not tested | 2022-04-27 11:37:15 |
| 1.0.96 | stable | Not tested | 2022-04-07 04:39:25 |
| 1.0.92.2 | stable | Not tested | 2022-03-26 06:49:02 |
| 1.0.87.2 | stable | Not tested | 2022-03-17 04:01:20 |
| 1.0.87.1 | stable | Not tested | 2022-03-16 14:53:24 |
| 1.0.92.1 | stable | Not tested | 2022-03-15 06:53:40 |
| 1.0.95 | stable | Not tested | 2022-02-21 10:47:04 |
| 1.0.94 | stable | Not tested | 2022-02-17 13:20:38 |
| 1.0.93 | stable | Not tested | 2022-02-17 07:49:23 |
| 1.0.92 | stable | Not tested | 2022-02-11 08:46:32 |
| 1.0.91 | stable | Not tested | 2022-02-07 05:03:30 |
| 1.0.90 | stable | Not tested | 2021-12-01 07:41:40 |
| 1.0.89 | stable | Not tested | 2021-11-24 12:33:31 |
| 1.0.88 | stable | Not tested | 2021-11-15 08:13:11 |
| 1.0.87 | stable | Not tested | 2021-08-18 11:52:35 |
| 1.0.86 | stable | Not tested | 2021-07-29 08:19:08 |
| 1.0.85 | stable | Not tested | 2021-07-28 10:50:59 |
| 1.0.84 | stable | Not tested | 2021-07-12 12:54:22 |
| 1.0.83 | stable | Not tested | 2021-06-29 05:45:53 |
| 1.0.82 | stable | Not tested | 2021-06-28 16:02:28 |
| 1.0.81 | stable | Not tested | 2021-06-24 01:57:57 |
| 1.0.80 | stable | Not tested | 2021-05-06 03:49:25 |
| 1.0.79 | stable | Not tested | 2021-04-30 09:40:11 |
| 1.0.78 | stable | Not tested | 2021-04-15 07:24:03 |
| 1.0.77 | stable | Not tested | 2021-04-07 16:20:14 |
| 1.0.76 | stable | Not tested | 2021-03-22 03:01:25 |
| 1.0.75 | stable | Not tested | 2021-03-05 09:47:34 |
| 1.0.74 | stable | Not tested | 2021-02-26 03:17:10 |
| 1.0.73 | stable | Not tested | 2021-02-17 05:15:31 |
| 1.0.72 | stable | Not tested | 2021-02-17 04:54:04 |
| 1.0.71 | stable | Not tested | 2021-01-04 01:52:31 |
| 1.0.70 | stable | Not tested | 2020-11-26 02:33:11 |
| 1.0.69 | stable | Not tested | 2020-11-06 08:34:13 |
| 1.0.68 | stable | Not tested | 2020-10-05 07:28:33 |
| 1.0.67 | stable | Not tested | 2020-09-02 20:38:54 |
| 1.0.66 | stable | Not tested | 2020-08-27 04:00:53 |
| 1.0.65 | stable | Not tested | 2020-08-24 08:15:01 |
| 1.0.64 | stable | Not tested | 2020-08-17 00:40:47 |
| 1.0.63 | stable | Not tested | 2020-08-11 02:48:15 |
| 1.0.62 | stable | Not tested | 2020-08-07 08:11:20 |
| 1.0.61 | stable | Not tested | 2020-07-20 01:46:13 |
| 1.0.60 | stable | Not tested | 2020-07-20 01:38:05 |
| 1.0.59 | stable | Not tested | 2020-07-06 00:51:17 |
| 1.0.58 | stable | Not tested | 2020-07-01 12:47:22 |
| 1.0.57 | stable | Not tested | 2020-06-17 12:06:43 |
| 1.0.56 | stable | Not tested | 2020-06-16 02:03:54 |
| 1.0.55 | stable | Not tested | 2020-05-30 06:41:57 |
| 1.0.54 | stable | Not tested | 2020-05-27 12:56:51 |
| 1.0.53 | stable | Not tested | 2020-05-17 22:50:29 |
| 1.0.52 | stable | Not tested | 2020-05-11 10:52:30 |
| 1.0.51 | stable | Not tested | 2020-04-28 19:39:08 |
| 1.0.50 | stable | Not tested | 2020-04-26 19:18:14 |
| 1.0.49 | stable | Not tested | 2020-04-25 19:03:55 |
| 1.0.48 | stable | Not tested | 2020-04-21 15:44:52 |
| 1.0.47 | stable | Not tested | 2020-04-20 13:41:38 |
| 1.0.46 | stable | Not tested | 2020-04-14 07:45:50 |
| 1.0.45 | stable | Not tested | 2020-04-09 17:24:14 |
| 1.0.44 | stable | Not tested | 2020-04-06 15:57:00 |
| 1.0.43 | stable | Not tested | 2020-04-05 15:21:35 |
| 1.0.42 | stable | Not tested | 2020-04-03 07:38:17 |
| 1.0.41 | stable | Not tested | 2020-04-02 16:59:58 |
| 1.0.40 | stable | Not tested | 2020-03-22 17:01:50 |
| 1.0.37 | stable | Not tested | 2020-03-02 13:27:20 |
| 1.0.36 | stable | Not tested | 2020-02-22 18:27:33 |
| 1.0.35 | stable | Not tested | 2020-02-20 11:12:54 |
| 1.0.34 | stable | Not tested | 2020-02-14 07:55:09 |
| 1.0.33 | stable | Not tested | 2020-02-12 16:50:27 |
| 1.0.32 | stable | Not tested | 2020-01-10 10:58:46 |
| 1.0.31 | stable | Not tested | 2019-12-23 18:10:41 |
| 1.0.30 | stable | Not tested | 2019-12-16 16:37:43 |
| 1.0.29 | stable | Not tested | 2019-11-07 16:27:10 |
| 1.0.28 | stable | Not tested | 2019-10-30 13:04:26 |
| 1.0.27 | stable | Not tested | 2019-09-17 14:20:50 |
| 1.0.26 | stable | Not tested | 2019-09-17 06:33:37 |
| 1.0.20 | stable | Not tested | 2019-08-21 14:33:50 |
| 1.0.19 | stable | Not tested | 2019-08-08 14:52:14 |
| 1.0.18 | stable | Not tested | 2019-07-25 09:53:58 |
| 1.0.17 | stable | Not tested | 2019-07-22 14:32:15 |
| 1.0.16 | stable | Not tested | 2019-07-22 10:14:52 |
| 1.0.15 | stable | Not tested | 2019-07-22 08:31:18 |
| 1.0.14 | stable | Not tested | 2019-07-22 08:10:24 |
| 1.0.13 | stable | Not tested | 2019-07-12 08:47:59 |
| 1.0.12 | stable | Not tested | 2019-07-05 08:05:32 |
Requires 1
| Package | Constraint |
|---|---|
| php | ~8.3.0|~8.4.0|~8.5.0 |
No QA results yet
QA pipelines haven't run for this version. Status appears here once the vendor publishes a tagged release that gets ingested.
Turn an existing module into recurring revenue.
If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.