You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
## [3.1.0] - 2020-07-20
8
+
9
+
### Added
10
+
* Introduce `traduttore.map_entries_to_source` filter to change the mapping of sources to translation entries. Props @florianbrinkmann. [#170]
11
+
* Support `application/x-www-form-urlencoded` as content type for GitHub webhooks. [#166]
12
+
* Include file reference in JSON translation files. [#176]
13
+
14
+
### Fixed
15
+
* Fix generating empty language pack ZIP files. Props @florianbrinkmann. [#168]
16
+
* Fix compatibility with GlotPress 3.0 and its stricter type checks. [#174]
17
+
7
18
## [3.0.0] - 2019-03-15
8
19
Due to the large number of changes in the release it is recommended to update all of the language packs. This can be done with the WP-CLI command `wp traduttore language-pack build --all`.
9
20
@@ -69,8 +80,15 @@ Due to the large number of changes in the release it is recommended to update al
0 commit comments