Skip to content

Commit 30c750a

Browse files
Alexander NaumovAlexander Naumov
authored andcommitted
add new hook
2 parents 73834cc + 87592cc commit 30c750a

File tree

5 files changed

+173
-189
lines changed

5 files changed

+173
-189
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
Catalog Manager - Eine Contao CMS Erweiterung
22
=============================================
33

4-
**Catalog-Manager v3 für Contao 5 -> https://extensions.contao.org/?q=cata&pages=1&p=alnv%2Fcatalog-manager-bundle**
4+
| Contao Version | PHP Version | Catalog-Manager Version | Status |
5+
|----------------|--------------|---------------------------------------------------------------------------|-------------------------------------------------|
6+
| 4.1.* - 4.13.* | ^7.0 ǀǀ ^8.0 | [1.32.*](https://github.com/alnv/catalog-manager) | Bugfixing & Sicherheitsupdates |
7+
| 4.9.* ǀǀ 4.13 | > 8.0 | 2.0 | Deprecated |
8+
| 5.3.* | > 8.2 | [2.0.0 - Legacy ](https://github.com/alnv/catalog-manager/tree/contao5) | Bugfixing & Sicherheitsupdates |
9+
| 4.13.* - 5.3.* | > 8.1 | [3.0.*](https://github.com/alnv/contao-catalog-manager-bundle) | Neue Funktionen, Bugfixing & Sicherheitsupdates |
510

611
## Lizenzinformationen
712
Catalog Manager kann kostenfrei und uneingeschränkt getestet werden.

config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
use Contao\System;
55
use Contao\Config;
66

7-
define("CATALOG_MANAGER_VERSION", "1.32.50");
7+
define("CATALOG_MANAGER_VERSION", "1.32.52");
88

99
if (!Config::get('hideCatalogManager')) {
1010
array_insert($GLOBALS['BE_MOD'], 3, [

0 commit comments

Comments
 (0)