Releases: VirtusLab-Open-Source/strapi-plugin-open-mercato
v1.0.0
Release 1.0.0
🎉 First Public Release
First public version of the Strapi Open Mercato plugin.
✨ Features
- Custom field Open Mercato Product with live search via /catalog/products REST API
- Admin Settings page for managing API credentials without redeployment
- Optional caching — off by default, supports LRU in-memory and Redis
🔧 Technical Details
- Built with TypeScript
- Compatible with Strapi ^5.0.0
📚 Documentation
Full documentation is available in the README.md file, including:
- Installation instructions
- Usage examples
- Configuration options
- Development setup
🚀 Getting Started
# Install the package
yarn add @sensinum/strapi-plugin-open-mercato@beta
# Or using npm
npm install @sensinum/strapi-plugin-open-mercato@betaConfigure encryptionKey in config/plugins.js, then set API URL and Access Token from Settings > Open Mercato.
🤝 Contributing
We welcome contributions! Please check our contributing guidelines for more information.
📄 License
This project is licensed under the MIT License - see the LICENSE.md file for details.
Public Beta #1
Release 1.0.0-beta.1
🎉 First Beta Release
First public beta of the Strapi Open Mercato plugin.
✨ Features
- Custom field Open Mercato Product with live search via /catalog/products REST API
- Admin Settings page for managing API credentials without redeployment
- Optional caching — off by default, supports LRU in-memory and Redis
🔧 Technical Details
- Built with TypeScript
- Compatible with Strapi ^5.0.0
📚 Documentation
Full documentation is available in the README.md file, including:
- Installation instructions
- Usage examples
- Configuration options
- Development setup
🚀 Getting Started
# Install the package
yarn add @sensinum/strapi-plugin-open-mercato@beta
# Or using npm
npm install @sensinum/strapi-plugin-open-mercato@betaConfigure encryptionKey in config/plugins.js, then set API URL and Access Token from Settings > Open Mercato.
🤝 Contributing
We welcome contributions! Please check our contributing guidelines for more information.
📄 License
This project is licensed under the MIT License - see the LICENSE.md file for details.