Skip to content

Commit

Permalink
[RELEASE] v7.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Apr 27, 2021
1 parent dca56bd commit 6ee9e43
Show file tree
Hide file tree
Showing 5 changed files with 122 additions and 57 deletions.
2 changes: 1 addition & 1 deletion Build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"readme": "../README.rst",
"homepage": "http://www.bk2k.info",
"author": "Benjamin Kott",
"version": "7.1.1",
"version": "7.1.2",
"license": "MIT",
"devDependencies": {
"bootstrap": "3.4.0",
Expand Down
62 changes: 62 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# 7.1.2

## TASK

- [TASK] Add ddev setup afd543ba
- [TASK] Drop scrutinizer 31d488f4
- [TASK] Drop travis ci ce38f864

## BUGFIX

- [BUGFIX] Remove obsolete/invalid replacements in composer.json 843a033b

## MISC

- [SECURITY] Ensure content element subheader is HTML encoded dca56bdd

# 7.1.1

## TASK

- [TASK] Update Less Parser 5947c041
- [TASK] Update bootstrap to 3.4.0 64ecbb66
- [TASK] Streamline changelog 39031e1e
Expand All @@ -13,6 +30,7 @@
- [TASK] Use youtube-nocookie url in external media utility c3a1b05b

## BUGFIX

- [BUGFIX] Replace codesniffer with php-cs-fixer 1dfc3c9a
- [BUGFIX] Correct texticon preview paths on windows 47743c63
- [BUGFIX] Correct less variable: @icon-font-path (#450) 3072d15b
Expand All @@ -21,6 +39,7 @@
# 7.1.0

## BREAKING

- [!!!][FEATURE] Use explicit templates instead of conditions in carousel templates - relates #356 d2b23d1f
- [!!!][TASK] Reintroduce "no frame" option - fixes #319 f2b06d7d
- [!!!][FEATURE] Add sections to visually group elements eedb60dc
Expand All @@ -29,6 +48,7 @@
- [!!!][FEATURE] Add support for spacer in menu processor - fixes #335 5d0a76cd

## FEATURE

- [FEATURE] Make language uids for menu configurable d07e219a
- [FEATURE] Add audio content element - fixes #399 c7ac13dd
- [FEATURE] Add preview for quote content element add8bc0d
Expand Down Expand Up @@ -60,6 +80,7 @@
- [FEATURE] Clear less cache when all caches are cleared ad695e01

## TASK

- [TASK] Optimize html output 63fa499f
- [TASK] Update dependencies bcfd9ef1
- [TASK] Add instruction to clear initial TypoScript (#420) 5cd45254
Expand Down Expand Up @@ -135,6 +156,7 @@
- [BUGFIX][REVERT][TASK] Remove unneeded rte_transform options bf80fe37

## BUGFIX

- [BUGFIX] Add missing icon for text & media missing - fixes #417 ec643241
- [BUGFIX] Adapt link tag parsing for RTE fields 46697bdc
- [BUGFIX] Move class alias for menu processor to localconf to ensure correct loading a04a6c7f
Expand Down Expand Up @@ -184,12 +206,14 @@
- [BUGFIX][REVERT][TASK] Remove unneeded rte_transform options bf80fe37

## MISC

- "usind" is wrong 0459bd33
- Correct php-cs-fixer command 0a22336a

# 7.0.0

## BREAKING

- [!!!][TASK] Send cache headers per default 9b9f9452
- [!!!][TASK] Conflict css_styled_content and fluid_styled_content due inconsistencies and incompatability to each other 5ecadef4
- [!!!][TASK] Replace FlexFormViewHelper with FlexFormProcessor 22d60c8b
Expand All @@ -205,6 +229,7 @@
- [!!!][TASK] Dropping TYPO3 6.2 support and raise version to 7.0.0-dev 0bc14990

## FEATURE

- [FEATURE] Remaining PageTS templates are configurable 7806d37a
- [FEATURE] Allow to disable footer-section with Typoscript constant. 561cb0ed
- [FEATURE] Allow photoswipe to be opened by url params 317032be
Expand All @@ -216,6 +241,7 @@
- [!!!][FEATURE] Register optional PageTS config files e9caa18c

## TASK

- [TASK] Set defaults for backend configuration 42001a96
- [TASK] Remove backend_layout upgrade wizard bdd51ada
- [TASK] Update hammerjs to 2.0.6 a2f2e591
Expand Down Expand Up @@ -346,6 +372,7 @@
- [TASK] breadcrumb: for the content of the links use alternative navigation title if it is set, else use page title. 4e01a9e4

## BUGFIX

- [BUGFIX] Remove skin setting from RTE configuration to ensure correct file is loaded in cms 8 3a6d10a6
- [BUGFIX] Disable output escaping for viewhelpers c8b881a0
- [BUGFIX] Remove spaceless viewhelper cd18e0ee
Expand Down Expand Up @@ -378,6 +405,7 @@
- [BUGFIX] Correct height operator for opengraph image - fixes #227 0da305fc

## MISC

- Fix more typos / grammar issues ce3f8df6
- Fix typos found by codespell 3b25d805
- Followup: Use spaces instead of tabs a50ed6e4
Expand Down Expand Up @@ -422,6 +450,7 @@
# 6.2.15

## TASK

- [TASK] Add travis-ci build status image 3e5f00f2
- [TASK] Remove unused coverage from travis f0ef2c5f
- [TASK] Add phpcs as dev dependency to composer.json 50d372c3
Expand All @@ -442,6 +471,7 @@
- [TASK] Update less.php to 1.7.0.5 d359261c

## BUGFIX

- [BUGFIX] Ignore PSR-2 check for legacy core classes aa587827
- [BUGFIX] Use camel caps format for functions in external media utility d176687a
- [BUGFIX] PSR-2 Violations f15a896f
Expand All @@ -452,16 +482,19 @@
- [BUGFIX] There is no boostrap package 1cf9b927

## MISC

- Scrutinizer Auto-Fixes ffe5e3e4
- Scrutinizer Auto-Fixes 3d6b3427
- Scrutinizer Auto-Fixes 6bd65dd0

# 6.2.14

## FEATURE

- [FEATURE] Add advanced Open Graph support, support new meta notation for 7.4 2734c162

## TASK

- [TASK] Add migration information for backend layout prefix change ad9f9282
- [TASK] Add missing changelog for 6.2.12 and 6.2.13 fc482ca9
- [TASK] Update TypoScript template mapping for backend layouts 5162b178
Expand All @@ -472,10 +505,12 @@
- [TASK] Add 'active' class for shortcuts in sub navigation eb23a66f

## BUGFIX

- [BUGFIX] Use always $GLOBALS[TCA] f0f8c620
- [BUGFIX] fix missing TYPO3SEARCH_end marker b0bde8ab

## MISC

- Update Index.rst 04d164d9
- Rename index.rst to Index.rst 63473434
- Update Index.rst 9826f5ab
Expand All @@ -484,25 +519,30 @@
# 6.2.13

## TASK

- [TASK] Include css_styled_content and form in static template 4f031d5d

## BUGFIX

- [BUGFIX] Remove leading slash from classnames in typoscript setup 92c7c219
- [BUGFIX] Restrict options for default tab to currently assigned items - fixes #197 287e8df7

## MISC

- Fix 'overridden' typos 76a411b0
- Multiple fixes to composer.json e27b03e4
- Fix whitespace in ext_emconf.php e141e230

# 6.2.12

## BUGFIX

- [BUGFIX] Add missing static template for bootstrap package 9347264e

# 6.2.11

## BREAKING

- [!!!][TASK] Remove compatibility to ext:themes through lack of resources 987c2032
- [!!!][TASK] Cleanup deprecated template fallbacks 4b16e85f
- [!!!][FEATURE] Add template fallback support 20ec25cf
Expand All @@ -514,6 +554,7 @@
- [!!!][FEATURE] Support multilevel tree in subnavigation - fixes #186 1f861227

## FEATURE

- [!!!][FEATURE] Add template fallback support 20ec25cf
- [FEATURE] Make DynamicContent wrappable 45ffc2c6
- [FEATURE] Add swipe support for carousels - fixes #161 94b74d51
Expand All @@ -531,6 +572,7 @@
- [FEATURE] New advanced constant to enable/disable CSS source mapping 77639ab9

## TASK

- [TASK] Update Documentation for TypoScript constants ed01b96e
- [TASK] Update Documentation 0eeeac64
- [!!!][TASK] Remove compatibility to ext:themes through lack of resources 987c2032
Expand Down Expand Up @@ -573,6 +615,7 @@
- [TASK] Update bootstrap to 3.3.4 791356db

## BUGFIX

- [BUGFIX] Add disablePageTsRTE option to extension configuration again e84055e3
- [!!!][BUGFIX] Wrong path to font files - fixes #139 729e9667
- [BUGFIX] Correct overflow problem 10a0d604
Expand All @@ -584,6 +627,7 @@
- [BUGFIX] Add missing restore register in text with icon - fixes #174 c6f65941

## MISC

- slightly smarter TypoScript 825d4b26
- FLUIDTEMPLATE.templateName and templateRootPaths 193983b8
- Update jquery.responsiveimages.js a066650a
Expand All @@ -602,12 +646,14 @@
# 6.2.10

## FEATURE

- [FEATURE] New advanced constant to enable/disable the use of Typoscript constants as Less variables e01b136d
- [FEATURE] new constant $page.logo.alt used to overwrite the default alt attribute of the logo image a7544c25
- [FEATURE] make site logo alt attribute configurable 5e1d06f6
- [FEATURE] Disable automatic less compiling - fixes #162 1eef6627

## TASK

- [TASK] Add changelog 2d3dc52c
- [TASK] Refactor jquery.responsiveimages.js 0f90334b
- [TASK] HTML5 markup for sub navigation - fixes #171 604ea24e
Expand All @@ -623,13 +669,15 @@
- [TASK] Update changelog in documentation 88139537

## BUGFIX

- [BUGFIX] Correct overlapping elements on centered image - fixes #113, #159 4cce784c
- [BUGFIX] Correct media display for file links content element - fixes #164 0af8bc02
- [BUGFIX] fix for HTML5 markup validation b5776a1c
- [BUGFIX] Missing container in default clean layout e6c0cf9f
- [BUGFIX] Adjust language uids to match introduction database - fixes #135 863615c6

## MISC

- Stop using deprecated XHTML cleaning 9aef5248
- Allow "target" attribute inside tags. 653bd30a
- added "br" to "allowedTags" a44d88f1
Expand All @@ -643,6 +691,7 @@
# 6.2.9

## TASK

- [TASK] Update jquery to 1.11.2 e8822fce
- [TASK] Update modernizr to 2.8.3 559ff0c8
- [TASK] Update less.php to current master d065a0be
Expand All @@ -652,37 +701,43 @@
- [TASK] Use realurl autoconfig hook instead of overriding every config 7d9fb372

## BUGFIX

- [BUGFIX] Remove problematic whitespace c7d64280
- [BUGFIX] Remove superfluous slash in font definition - fixes #132 115a9d58
- [BUGFIX] Classname must not start with a backslash in ext_conf_template.txt 095c2a17

## MISC

- Update Index.rst 4660037b
- Use array_merge_recursive() instead ca4d0322
- Don't overwrite existing configuration completely 18f1ca82

# 6.2.8

## TASK

- [TASK] Make realurl optional 6f92339a
- [TASK] Remove e-mail from contact b162f602
- [TASK] Minify responsiveimages.js and and cleanup f8ad4af7
- [TASK] Cleanup CGL c1956cf1
- [TASK] Make removeDefaultJs configurable. fixes #105 aebd1fcd

## BUGFIX

- [BUGFIX] Use correct rte transform in accordion textfield - fixes #67 21735bde
- [BUGFIX] Wrong calculation in news pagination - fixes #106 146a8659
- [BUGFIX] Flashmessage queue throws error while installing - fixes #116 f0508a9d

## MISC

- Update newContentElement.txt 94a1a165
- Update newContentElement.txt c7e27ab8
- Update jquery.responsiveimages.js e40750d9

# 6.2.7

## TASK

- [TASK] Include respond.js with conditional comment to work with static cache - fixes #101 66ce0a66
- [TASK] Cleanup CGL b5cd79d2
- [TASK] Reformat all project-specific content to TYPO3.CMS CGL 7a86c368
Expand All @@ -692,9 +747,11 @@
- [TASK] Add .editorconfig file cf164b64

## BUGFIX

- [BUGFIX] Wrong colpos was used in layout "Default, Subnavigation Left and 2 Columns" fixes #98 5e0d2741

## MISC

- Fix for columns in backend layout 14d4eb34
- Add 25/75 backend layout 7b676ed6
- Add missing migrations for realurl cd232393
Expand All @@ -708,9 +765,11 @@
# 6.2.6

## FEATURE

- [FEATURE] add composer.json 2c668813

## MISC

- Release 6.2.6 26b6ed91
- Correct colPos for left column on Layout: Default, Subnavigation Left and 2 Columns - fixes #62 51f177e3
- Add Google Analytics tracking code anonymization - fixes #84 f8ff29b3
Expand Down Expand Up @@ -777,9 +836,11 @@
# 6.2.5

## FEATURE

- [FEATURE] use SymLinksIfOwnerMatch in .htaccess 187c8581

## MISC

- Release 6.2.5 c86a3480
- Update Documentation 966bd586
- Add support for link "Edit me on Github" 858253eb
Expand Down Expand Up @@ -834,6 +895,7 @@
# 6.2.4

## MISC

- ter does not allow long version numbers ... 52370906
- ter ist fucking up ;( a4608ef1
- set version to 6.2.2.2 c7aaf3c8
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ conf.py:
copyright: 2014
project: Bootstrap Package
version: 1.0
release: 7.1.1
release: 7.1.2
latex_documents:
- - Index
- BootstrapPackage.tex
Expand Down
Loading

0 comments on commit 6ee9e43

Please sign in to comment.