Skip to content

Releases: sarahcssiqueira/wp-api-renderflex

v0.1.3

Choose a tag to compare

@sarahcssiqueira sarahcssiqueira released this 24 Oct 20:35

Release Details: v0.1.3

Release Date: 2024-10-24

This release of the API RenderFlex plugin adds some bug fixes.

Key Updates

  • Bug Fixes: Addressed memory exhaustion issues.
  • Optimizations: Fixed duplicated class initialization, improving overall performance.

Known Issues

  • As this is an early version, further testing and user feedback are still needed to refine features and address any potential bugs.
  • Test code coverage is being prioritized for future releases to ensure robustness and reliability.

Future Plans

  • Continue enhancing shortcode functionality.
  • Develop dedicated Gutenberg block integration.
  • Implement customizable template support.
  • Establish comprehensive test coverage and deployment workflow.

v0.1.2

Choose a tag to compare

@sarahcssiqueira sarahcssiqueira released this 18 Oct 03:15

Release Details: v0.1.2

Release Date: 2024-10-18

This release of the API RenderFlex plugin focuses on code refactor, code cleanup following the previous release.

Key Updates

  • Documentation Enhancements: Updates code documentation.
  • Code Refactoring: Improved code structure using Dependency Injection (DI) for better maintainability and readability.

Known Issues

  • As this is an early version, further testing and user feedback are still needed to refine features and address any potential bugs.
  • Test code coverage is being prioritized for future releases to ensure robustness and reliability.

Future Plans

  • Continue enhancing shortcode functionality.
  • Develop dedicated Gutenberg block integration.
  • Implement customizable template support.
  • Establish comprehensive test coverage and deployment workflow.

v0.1.1

Choose a tag to compare

@sarahcssiqueira sarahcssiqueira released this 17 Oct 17:52

Release Details: v0.1.1

Release Date: 2024-10-17

This release of the API RenderFlex plugin focuses on improvements and bug fixes following the initial launch.

Key Updates

  • Documentation Enhancements: Fixed broken links in the documentation for improved user experience.
  • Code Refactoring: Improved code structure using Dependency Injection (DI) for better maintainability and readability.
  • Development Dependencies Update: Bumped Webpack from version 5.88.2 to 5.95.0 to ensure compatibility and access to the latest features.
  • Test Improvements: Updated test bootstrap and refactored InitTest for enhanced testing capabilities.

Known Issues

  • As this is an early version, further testing and user feedback are still needed to refine features and address any potential bugs.
  • Test code coverage is being prioritized for future releases to ensure robustness and reliability.

Future Plans

  • Continue enhancing shortcode functionality.
  • Develop dedicated Gutenberg block integration.
  • Implement customizable template support.
  • Establish comprehensive test coverage and deployment workflow.

v0.1.0

Choose a tag to compare

@sarahcssiqueira sarahcssiqueira released this 16 Oct 21:07
1c14616

Release Details: v0.1.0

Release Date: 2024-10-16

This initial release of the API RenderFlex plugin introduces essential features for fetching and displaying data from external APIs within WordPress.

Key Features

  • Easy Initialization: Automatically registers all necessary classes for optimal functionality.
  • Admin Settings Menu: User-friendly interface for setting the API URL.
  • Data Rendering: Fetches and displays data using the API handler.
  • Shortcode Support: Quickly render API data in posts and pages using the [renderflex_api] shortcode.

Known Issues

  • This is the initial release; further testing and user feedback are needed to refine features and fix potential bugs.
  • Needs improvement in test code coverage to ensure robustness and reliability.

Future Plans

  • Enhance shortcode functionality.
  • Develop dedicated Gutenberg block integration.
  • Implement customizable template support.
  • Establish test coverage and deployment workflow.