Skip to content
This repository has been archived by the owner on Apr 5, 2018. It is now read-only.

Commit

Permalink
Bumped version #
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Olde Hampsink committed May 29, 2015
1 parent 7b44bac commit 45a14f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ The plugin's folder should be named "translate"

Changelog
=================
###0.3.4###
- Added support for finding translatable strings in object notation
- Added a MIT license

###0.3.3###
- Only init with local stored locale when there is any, else init with default instead of empty - this prevented saving in some occasions

Expand Down
2 changes: 1 addition & 1 deletion TranslatePlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function getName()
*/
public function getVersion()
{
return '0.3.3';
return '0.3.4';
}

/**
Expand Down

0 comments on commit 45a14f8

Please sign in to comment.