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

Commit e25a217

Browse files
Add twig extension (#7)
* 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
1 parent b200e03 commit e25a217

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

releases.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,16 @@
4242
"downloadUrl": "https://github.com/venveo/craft-elixir/releases/download/v1.0.4/elixir-1.0.4.zip",
4343
"date": "2016-10-27 10:00:00",
4444
"notes": [
45-
"# New Features",
4645
"[Added] Added the use of twig filters and functions for Elixir.",
4746
"[Improved] Cleaned up some bugs and general logic."
4847
]
48+
},
49+
{
50+
"version": "1.0.5",
51+
"downloadUrl": "https://github.com/venveo/craft-elixir/releases/download/v1.0.5/elixir-1.0.5.zip",
52+
"date": "2016-10-27 11:00:00",
53+
"notes": [
54+
"[Fixed] Automagically register the Twig extension to use it, might be a great idea."
55+
]
4956
}
5057
]

0 commit comments

Comments
 (0)