Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
631d8143
Commit
631d8143
authored
Jul 07, 2021
by
GitLab Release Tools Bot
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'dev/master'
parents
0f2852f0
7ecd9ccb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
1 deletion
+20
-1
CHANGELOG.md
CHANGELOG.md
+18
-0
config/initializers/premailer.rb
config/initializers/premailer.rb
+2
-1
No files found.
CHANGELOG.md
View file @
631d8143
...
...
@@ -2,6 +2,12 @@
documentation
](
doc/development/changelog.md
)
for instructions on adding your own
entry.
## 14.0.4 (2021-07-07)
### Security (1 change)
-
[
Disable file and network premailer strategies
](
gitlab-org/security/gitlab@4af58e3d8ee1b25048f34208db6e685cf0bf1411
)
(
[merge
request](gitlab-org/security/gitlab!1544))
## 14.0.3 (2021-07-06)
### Fixed (7 changes)
...
...
@@ -684,6 +690,12 @@ entry.
-
[
Add missing metrics information
](
gitlab-org/gitlab@89cd7fe3b95323e635b2d73e08549b2e6153dc4d
)
(
[merge
request](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/61772/edit))
-
[
Track usage of the resolve UI
](
gitlab-org/gitlab@35c8e30fce288cecefcf2f7c0077d4608e696519
)
(
[merge
request](gitlab-org/gitlab!61654))
## 13.12.8 (2021-07-07)
### Security (1 change)
-
[
Disable file and network premailer strategies
](
gitlab-org/security/gitlab@ee69d6d6950bb116cb31523ca805e78af431c25c
)
(
[merge
request](gitlab-org/security/gitlab!1545))
## 13.12.7 (2021-07-05)
### Fixed (2 changes)
...
...
@@ -1357,6 +1369,12 @@ entry.
-
Change wording for design management upload. !61782
## 13.11.7 (2021-07-07)
### Security (1 change)
-
[
Disable file and network premailer strategies
](
gitlab-org/security/gitlab@511ed3746b48a26e95c851f76ac6fdcd44c28fd8
)
(
[merge
request](gitlab-org/security/gitlab!1546))
## 13.11.6 (2021-07-01)
### Added (1 change)
...
...
config/initializers/premailer.rb
View file @
631d8143
...
...
@@ -7,5 +7,6 @@ Premailer::Rails.config.merge!(
remove_comments:
true
,
remove_ids:
false
,
remove_scripts:
false
,
output_encoding:
'US-ASCII'
output_encoding:
'US-ASCII'
,
strategies:
[
:asset_pipeline
]
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment