Skip to content

Commit

Permalink
Extend built-in translation warnings (#1243)
Browse files Browse the repository at this point in the history
* Integrate three new translation warnings for mismatched URLs, missing named placeholders, and unexpected sprintf tokens.
* Improve the check for HTML tags.
* Add and improve tests for warnings.
  • Loading branch information
amieiro committed Jun 18, 2021
1 parent 752a0e8 commit 05d5e29
Show file tree
Hide file tree
Showing 4 changed files with 1,161 additions and 103 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
**Breaking Changes**
* Developers: Removed `GP_Thing::set_memory_limit()` in favor of `wp_raise_memory_limit()`. ([#1246](https://github.com/GlotPress/GlotPress-WP/pull/1246))

**Features**
* Integrate three new translation warnings for mismatched URLs, missing named placeholders, and unexpected sprintf tokens.
Also improve the check for HTML tags. ([#1243](https://github.com/GlotPress/GlotPress-WP/pull/1243))

## [3.0.0-alpha.3] (April 29, 2021)

**Bugfixes**
Expand Down
Loading

0 comments on commit 05d5e29

Please sign in to comment.