Skip to content

Releases: webrium/console

Webrium Console 2.0.2

15 May 15:37
63f8eba

Choose a tag to compare

Webrium Console 2.0.1

15 May 15:16
593b697

Choose a tag to compare

What's Changed

New Contributors

  • @fphpr made their first contribution in #13

Full Changelog: 2.0.0...2.0.1

Webrium Console 2.0.0

12 May 10:20

Choose a tag to compare

Release v2.0.0 🚀

We are excited to announce the release of Webrium 2.0.0. This version marks a significant milestone with a major upgrade to the underlying console architecture, a brand-new plugin system, and improved stability for modern PHP environments.

⚠️ Breaking Changes

  • Minimum PHP Requirement: The framework now requires PHP 8.1 or higher.
  • Symfony Upgrade: Migrated from symfony/console 5.2 to 6.4 LTS. This includes stricter type hinting for command methods.

✨ New Features

  • Plugin System: A completely new plugin management architecture has been introduced, allowing for easier extension of the framework's capabilities.

  • New Plugin Commands: Added a suite of commands for managing plugins:

  • plugin:install, plugin:update, plugin:remove, plugin:list, and plugin:info.

  • Plugin Configuration: Added support for plugin-specific configurations (e.g., File Manager plugin).

🛠 Improvements & Refactoring

  • Enhanced Autoloading: Improved the vendor/autoload.php detection mechanism with clear error messaging if dependencies are missing.

  • Command Refactoring:

  • Streamlined InitWebrium for a better setup experience.

  • Improved Route generation with more robust error handling and descriptive output.

  • Enhanced output formatting across all console commands for better readability.

  • Namespace Fixes: Corrected namespace casing for the Zip class to ensure compatibility across different file systems.

  • Cleanup: Removed obsolete test files and reorganized require-dev dependencies.

📝 Documentation

  • Updated README.md with enhanced command descriptions and improved formatting for better developer onboarding.

Full Changelog: 1.2.1...2.0.0

1.2.1

09 May 10:54

Choose a tag to compare

Full Changelog: 1.2.0...1.2.1

1.2.0

09 May 08:49
f177362

Choose a tag to compare

What's Changed

  • enhance: GenerateModel command with additional options and validation by @parsgit in #6
  • enhance: Improve GenerateController command with validation and addit… by @parsgit in #7
  • enhance: Refactor DbAction command with improved validation and struc… by @parsgit in #8
  • enhance: Refactor TableAction command with improved validation and ad… by @parsgit in #9
  • enhance: Refactor CallController command with improved validation, er… by @parsgit in #10

Full Changelog: 1.1.0...1.2.0

1.1.0

25 Mar 19:49

Choose a tag to compare

Full Changelog: 1.0.10...1.1.0

Webrium Console

10 Aug 14:58
2a803b7

Choose a tag to compare

1.0.10

improve: TableAction

1.0.9

06 Dec 07:30
9f686ad

Choose a tag to compare

Update README.md

1.0.8

06 Dec 07:09

Choose a tag to compare

call model method by -m prop

1.0.7

22 Nov 11:12
9ef3473

Choose a tag to compare

fix table actions
improve logs actions