Skip to content

Commit

Permalink
Compability with 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
raulriera committed Nov 16, 2009
1 parent dc96652 commit b615541
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Localizer.cfc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<cfcomponent output="false">

<cffunction name="init">
<cfset this.version = "0.9.3">
<cfset this.version = "0.9.4">
<cfreturn this>
</cffunction>

Expand Down
7 changes: 6 additions & 1 deletion Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,18 @@ EXAMPLE:
#localize("this is a static string")#
#localize("this is a dynamic string {#LsDateFormat(Now())#}")#

CHANGES 0.0.6:
=============

- Complete locale list (thanks to Pierre Paridans)
- Compability with Wheels 0.9.4.

CHANGES 0.0.5:
=============

- Compability with Wheels 0.9.3.
- It would display a comment besides every "localized" message so you can see where that message was harvested (for multiple messages, it will use the first it found).
- Bug squashing.
- Removed the dependency for Localizer (MAJOR bug)

CHANGES 0.0.4:
=============
Expand Down

0 comments on commit b615541

Please sign in to comment.