Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
Add twig extension (#7)
Browse files Browse the repository at this point in the history
* Add ability to use twig filters/functions

* Namespace cleanup

* Update the service class logic

* Set release date and add comments

* Update README with new options

* Update releases.json
  • Loading branch information
jasonmccallister committed Oct 27, 2016
1 parent b200e03 commit e25a217
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,16 @@
"downloadUrl": "https://github.com/venveo/craft-elixir/releases/download/v1.0.4/elixir-1.0.4.zip",
"date": "2016-10-27 10:00:00",
"notes": [
"# New Features",
"[Added] Added the use of twig filters and functions for Elixir.",
"[Improved] Cleaned up some bugs and general logic."
]
},
{
"version": "1.0.5",
"downloadUrl": "https://github.com/venveo/craft-elixir/releases/download/v1.0.5/elixir-1.0.5.zip",
"date": "2016-10-27 11:00:00",
"notes": [
"[Fixed] Automagically register the Twig extension to use it, might be a great idea."
]
}
]

0 comments on commit e25a217

Please sign in to comment.