Skip to content

Releases: LM-Commons/LmcAdmin

2.0.0

09 Sep 19:06
673e150
Compare
Choose a tag to compare

Major release

Version 2 provides the same functionality as version 1 but the underlying architecture was modified to make it more modern with respect to Laminas MVC: adding ConfigProviders, improved listeners, module options, test suites, coding standards, etc.

Version 2 is the basis for further improvements and future functionalities.

As this is a major version release, there are many breaking changes that prevent straightforward upgrading:

Namespace change

The namespace has been changed from LmcAdmin to Lmc\Admin.

Please review your code to replace references to the LmcAdmin namespace
by the Lmc\Admin namespace.

Default layout template name

The default layout template has been changed from layout/admin to layout/lmcadmin.

The index action of the AdminController now returns a View Model with its template set to
'lmc-admin/admin/index'. To use your customer view template, you need to add a View Manager
template map entry for 'lmc-admin/admin/index' that points to your custom view.

Configuration key

The configuration key for LmcAdmin was changed from lmcadmin to lmc_admin. The content of the LmcAdmin config is now available using the Lmc\Admin\Options\ModuleOptions service from the container.

1.2.1

09 Sep 17:31
f8316e3
Compare
Choose a tag to compare

Maintenance release

Issues fixed:

#40

Other updates

  • Updated .gitignore to filter out test/build results

v1.2.0

22 Apr 19:21
6dd49c1
Compare
Choose a tag to compare

Issues fixed:

#11 Move documentation to sub website of lm-commons.github.io

Other updates

  • Updated README badges

Release 1.1.0

21 Jan 07:58
Compare
Choose a tag to compare

Added PHP 8 version.

Release 1.0.0

20 Jan 15:28
6f7b4ff
Compare
Choose a tag to compare

Conversion from ZfcAdmin to LmcAdmin.