Skip to content

Commit

Permalink
fix plugin name, cl
Browse files Browse the repository at this point in the history
  • Loading branch information
steinkel committed Nov 25, 2024
1 parent c5e0e06 commit 7cb14e3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

* 2.2.1
* Fix plugin name
* 2.2.0
* Backport #57 fix to 2.next branch (cake4) by @jay-eventrac in #58
* 2.0.3
* Fix ConstStrategy for associations queries without record
* 2.0.1
* Constant Strategy Improvements
* 2.0.0 CakePHP 4.x support

* 1.2.0
Expand Down
2 changes: 1 addition & 1 deletion src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ class Plugin extends BasePlugin
*
* @var string
*/
protected $name = 'BootstrapUI';
protected $name = 'Enum';
}

0 comments on commit 7cb14e3

Please sign in to comment.