Skip to content

Releases: numencode/wn-fundamentals-plugin

v1.1.0

20 Mar 21:19

Choose a tag to compare

What's Changed

  • ComponentRenderer Added: The ComponentRenderer trait provides useful rendering utilities for Winter CMS components, allowing dynamic alias resolution and customizable template overrides.

Full Changelog: v1.0.1...v1.1.0

v1.0.1

06 Mar 17:28

Choose a tag to compare

What's Changed

  • GitHub Workflows Management: Made some modifications on workflows.
  • Documentation Updates: Made minor improvements to the README for clarity and accuracy.

Full Changelog: v1.0.0...v1.0.1

v1.0.0

13 Jan 14:20

Choose a tag to compare

Fundamentals Plugin version 1.0.0

This initial release of the NumenCode Fundamentals Plugin for Winter CMS introduces a collection of essential functionalities designed to accelerate and streamline the development process. With a focus on maintainability, code reuse, and efficiency, this plugin offers backend overrides, helper functions, Twig extensions, and more, allowing developers to build robust applications with minimal effort.

Key features of this release include:

  • Common Translations: A standardized set of reusable language translations for consistent development across applications.
  • Backend and Config Overrides: Tools to enhance and customize the Winter CMS backend panel, configuration files, and form fields.
  • Form Widgets: Custom widgets like the Repeater field type for managing related data in a flexible and user-friendly way.
  • Helper Functions: A collection of functions for improved application logic and code readability.
  • CMS Permissions: Fine-grained control over user permissions, allowing you to manage who can create, update, or delete content within the backend.
  • Traits: The Progress Bar, Publishable, and Wrapper traits help improve content management, make progress visible during command execution, and simplify model relationships.
  • Image Resize Utilities: Helpers to resize images dynamically, maintain aspect ratios, and crop images for optimized performance.
  • Twig Extensions: A variety of filters and functions to enhance your template logic.

This plugin is essential for developers using Winter CMS who want to leverage the NumenCode ecosystem for a more efficient and standardized approach to web application development.