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

Commit

Permalink
Updated README and Plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Olde Hampsink committed Dec 11, 2014
1 parent 99eaf2f commit 95250e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Plugin that allows you to translate your website.
Features:
- Reads Craft::t(), Craft.t() and ""|t()
- Saves translations in own plugin translations folder
- Friendly UI (Select locale, search, select location, filter files)
- Friendly UI (Select locale, search, select location, filter files, browse paths)
- Register your own translation sources with hook "registerTranslateSources"

Todo:
Expand All @@ -18,6 +18,10 @@ The plugin's folder should be named "translate"

Changelog
=================
###0.3.0###
- Added support for nested plugin and template sources
- Added JSON, Atom and RSS support

###0.2.9###
- Added getCsrfInput function to forms

Expand Down
2 changes: 1 addition & 1 deletion TranslatePlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function getName()

function getVersion()
{
return '0.2.9';
return '0.3.0';
}

function getDeveloper()
Expand Down

0 comments on commit 95250e7

Please sign in to comment.