Skip to content

v2.1.102

Compare
Choose a tag to compare
@mittwald-machine mittwald-machine released this 06 Feb 19:10
· 3 commits to master since this release

Added Features

  • Introduced SubTitle class to provide a brief subtitle for extensions, enhancing metadata about each extension.
  • Added support for subTitle in Extension and OwnExtension classes, which allows specifying a subtitle for each extension.

Changes

  • Updated the DetailedDescriptions class to reflect the new purpose of describing the capabilities of the extension instead of merely listing supported languages.

  • Modified the description field in Extension class for clarity, now explicitly detailing it as a short description of the capabilities of the extension.

  • Updated constructors in Extension and OwnExtension classes to include subTitle, improving the schema for these classes by making the subtitle a required attribute.

  • Added getSubTitle method to Extension and OwnExtension classes, allowing retrieval of the subtitle.

  • Implemented new withSubTitle and withoutSubTitle methods in OwnExtension class to facilitate subtitle management.

New Classes

  • Created a new Scaling class to define minimum and maximum scaling limits for projects.
  • New ServerInternal class added to provide comprehensive details about internal server structures and functionalities, supporting broader project management capabilities.