Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Locales should be 5 characters, not 4
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Welch <[email protected]>
  • Loading branch information
khalwat committed Nov 5, 2017
1 parent 2e474d5 commit 10503af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

### Changed
* Fixed an issue with the breadcrumbs potentially overlapping URLs improperly
* Truncate locales to 4 characters, to handle custom locales
* Truncate locales to 5 characters, to handle custom locales

## 1.1.54 - 2017.10.10
### Changed
Expand Down
2 changes: 1 addition & 1 deletion releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"[Improved] Added the ability to disable locales via the `config.php` file, for multi-site reasons",
"[Improved] Added paranoid checking for deleted source fields in the FieldType",
"[Fixed] Fixed an issue with the breadcrumbs potentially overlapping URLs improperly",
"[Fixed] Truncate locales to 4 characters, to handle custom locales"
"[Fixed] Truncate locales to 5 characters, to handle custom locales"
]
},
{
Expand Down

0 comments on commit 10503af

Please sign in to comment.