Skip to content

Commit

Permalink
Bump to version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bradyvercher committed Feb 5, 2015
1 parent 6f702fc commit 70634a0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog for grunt-wp-i18n

## 0.5.0

* Added tasks descriptions. Props [@shivapoudel](https://github.com/shivapoudel)
* Made POT header keys case-insenstive.
* Added msgmerge support to the makepot task for updating PO files. Props [@atimmer](https://github.com/atimmer)
* Pulled in upstream changes to WP i18n tools.
* Allow `updateDomains: true` in the addtextdomain task to update all text domains in a project.
* Simplified makepot task output.

## 0.4.9

* Fixed a bug causing the `addtextdomain` task to finish early.
Expand Down
4 changes: 2 additions & 2 deletions docs/addtextdomain.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ Example value: `'plugin-or-theme-slug'`
Defaults to the "Text Domain" header if it exists, otherwise uses the project directory name.

### options.updateDomains
Type: `Array`
Type: `Array|true`
Default value: `[]`
Example value: `[ 'original-domain', 'vendor-domain' ]`

A list of text domains to replace with the new text domain.
A list of text domains to replace with the new text domain. Setting the value to `true` will update all text domains with the new text domain.


## Usage Examples
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-wp-i18n",
"description": "Internationalize WordPress themes and plugins.",
"version": "0.4.9",
"version": "0.5.0",
"homepage": "https://github.com/blazersix/grunt-wp-i18n",
"author": {
"name": "Brady Vercher",
Expand Down

0 comments on commit 70634a0

Please sign in to comment.