Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

38 lines (28 loc) · 1.33 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.2.0 - Unreleased

Added

  • Theme list and filtering option on basis of theme name and status
  • Module list and filtering option on basis of module name and status
  • Activation of given theme by themeId
  • Mutations to de/activate a module.
  • Prevention of de/activation of certain modules mentioned in modules_blocklist.yaml.

1.1.0 - 2024-07-05

This is stable release for v1.1.0. No changes have been made since v1.1.0-rc.1.

1.1.0-rc.1 - 2024-05-30

Added

  • PHP 8.2 support
  • Module activation dependency on GraphQL Base module

Changed

  • PHPUnit upgraded to version 10.x
  • Codeception tests structure updated to Codeception 5

Removed

  • PHP 8.0 support

1.0.0 - 2024-02-07

  • Initial release