-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #46 from Sofatraining/v12-dev
V12 dev to main
- Loading branch information
Showing
4 changed files
with
129 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
|
||
# CHANGELOG for Sitepackage CMS TYPO3 | ||
## TYPO3 11.5 LTS und 12.4 LTS | ||
|
||
### CHANGELOG | ||
### v1 - Typo3 LTS 10.4 | ||
#### v1.0.0 | ||
Intial Release - Original plugin from [https://www.sitepackagebuilder.com/](https://www.sitepackagebuilder.com/) | ||
*** | ||
#### v1.0.1 | ||
Changes in constants.typoscript and setup.typoscript to LIEPS-Defaults | ||
*** | ||
#### v1.0.2 | ||
Multiple changes (BE-layout + templates, RTE, install ext: image_autoresize, mask, powermail, news + bugfixes) | ||
*** | ||
#### v1.0.3 | ||
setup.typoscript + constants.typoscript + templatepath for news and powermail | ||
*** | ||
#### v1.0.4 | ||
Add jquery magnific popup + add template and partials (fluid-styled-content) + code-cleaning + bugfixes | ||
*** | ||
#### v1.0.5 | ||
new file-structure for TS-files + VHS and flux-integration + adding flux-templates | ||
*** | ||
#### v1.0.6 | ||
Adding breadcrumb-menu with menuprocessor + adding BS5-styles to EXT:news + code-cleaning + bugfixes | ||
*** | ||
#### v1.0.7 | ||
Fix for BS5-styles to EXT:news + font awesome 6 integration | ||
*** | ||
#### v1.0.8 | ||
Adding flux-templates for content-elements (teaser, accordion, tabs, carousel + carousel-image) + fix error for autoloading classes | ||
*** | ||
#### v1.0.9 | ||
Add lib.dynamicContentSlide + add flux-template for OffCanvas element + add option container-fluid to section template + add background-image to section template + fix error page-template None.html + finetuning | ||
*** | ||
#### v1.0.10 | ||
Add new bootstrap menu + fix error section (BG-Image-Path) + add new PageTitleProvider + add flux-template for buttons | ||
*** | ||
#### v1.0.11 | ||
Add fields for css-classes für row + col in container-elements | ||
*** | ||
### v2 - Typo3 LTS 11.5 | ||
|
||
#### v2.0.1 | ||
Add Support for TYPO3 V11.5 LTS | ||
*** | ||
#### v2.0.2 | ||
Fix Powermail-Templates | ||
*** | ||
#### v2.0.3 | ||
Add sourceset and webp for fluid -> rendering -> Image.html | ||
*** | ||
#### v2.0.4 | ||
Small fixes + Adding AP-Box + Overwrite TCEFORM -> tt_content + Overwrite Fluid-Styled-Content > Partial > Header > All.html | ||
*** | ||
#### v2.0.5 | ||
Fixed Error in ext_emconf.php | ||
*** | ||
#### v2.0.6 | ||
Adding Image-Gallery (rows) + New Menu (Fullscreen) + Update Bootstrap to 5.2.3 + Update Font Awesome to 6.2.1 | ||
*** | ||
#### v2.0.7 | ||
Element Buttons now with Positioning + Small Fixes + Disable TCA Header-Section for custom elements | ||
Change from bootstrap.min.js to bootstrap.bundel.min.js | ||
*** | ||
#### v2.0.8 | ||
Adding Timeline-Element, Cleaning Depends in emconf.php, Adding Autostart-Modalbox with Cookie-Handling (Disable after Closing for 5 Minutes), Adding new Menutypes and Chancing via Constants | ||
*** | ||
#### v2.0.9 | ||
Column-Elemente überarbeitet (Spaltenbreiten für jede Spalte in allen Viewports anpassbar.), Update to BS 5.3.0, JQuery 3.7.0 and Font Awesome Free 6.4.0 | ||
*** | ||
### v3 - Typo3 LTS 12.4 / LTS 11.5 | ||
|
||
#### v3.0.0 | ||
Package for TYPO3 V12.4, Required Flux 10.0.7 (Page-Template-Bug until 10.0.6), Update to BS 5.3.2, JQuery 3.7.1 and Font Awesome Free 6.4.2, Change Label Fields in Column-Elements | ||
*** | ||
#### v3.0.1 | ||
New Lib for Sitetitle (Site-Config -> Language -> Title), New Element "FAQ", Bugfixes, Update Font Awesome Free 6.5.1 | ||
*** | ||
#### v3.0.2 | ||
Bugfixes | ||
|
||
*** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,32 +3,38 @@ | |
/** | ||
* Extension Manager/Repository config file for ext "liepstypo3defaults". | ||
*/ | ||
$EM_CONF[$_EXTKEY] = [ | ||
$EM_CONF[$_EXTKEY] = array ( | ||
'title' => 'LIEPS TYPO3 Defaults', | ||
'description' => '', | ||
'description' => 'Bootstrap 5 Extension + Various Content Elements with Flux', | ||
'category' => 'fe', | ||
'constraints' => [ | ||
'depends' => [ | ||
'typo3' => '11.5.33-12.4.99', | ||
'fluid_styled_content' => '11.5.33-12.4.99', | ||
'rte_ckeditor' => '11.5.33-12.4.99', | ||
'flux' => '10.0.7-10.0.99', | ||
'vhs' => '7.0.0-7.3.99', | ||
], | ||
'conflicts' => [ | ||
], | ||
], | ||
'autoload' => [ | ||
'psr-4' => [ | ||
'LiepsGmbH\\Liepstypo3defaults\\' => 'Classes', | ||
], | ||
], | ||
'version' => '3.0.2', | ||
'state' => 'stable', | ||
'uploadfolder' => 0, | ||
'uploadfolder' => false, | ||
'createDirs' => '', | ||
'clearCacheOnLoad' => 1, | ||
'clearCacheOnLoad' => true, | ||
'author' => 'Jürgen Ohnesorge', | ||
'author_email' => '[email protected]', | ||
'author_company' => 'LIEPS GmbH', | ||
'version' => '3.0.0', | ||
]; | ||
'constraints' => | ||
array ( | ||
'depends' => | ||
array ( | ||
'typo3' => '11.5.0-12.4.99', | ||
'flux' => '10.0.7-10.0.99', | ||
'vhs' => '7.0.0-7.3.99', | ||
), | ||
'conflicts' => | ||
array ( | ||
), | ||
'suggests' => | ||
array ( | ||
), | ||
), | ||
'autoload' => | ||
array ( | ||
'psr-4' => | ||
array ( | ||
'LiepsGmbH\\Liepstypo3defaults\\' => 'Classes', | ||
), | ||
), | ||
); |