Releases: numencode/wn-fundamentals-plugin
Releases · numencode/wn-fundamentals-plugin
v1.1.0
What's Changed
- ComponentRenderer Added: The
ComponentRenderertrait 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
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
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 CMSbackend panel, configuration files, and form fields. - Form Widgets: Custom widgets like the
Repeaterfield 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, andWrappertraits 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.