mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-19 02:40:41 -07:00
History and gemspec
This commit is contained in:
+5
-5
@@ -1,14 +1,14 @@
|
|||||||
# Liquid Version History
|
# Liquid Version History
|
||||||
|
|
||||||
## 2.5.3
|
## 2.5.3 / branch "2.5-stable"
|
||||||
|
|
||||||
* #232, #234, #237: Fix Map filter bugs [Florian Weingarten, fw42]
|
* #232, #234, #237: Fix map filter bugs [Florian Weingarten, fw42]
|
||||||
|
|
||||||
## 2.5.2
|
## 2.5.2 / 2013-09-03 / deleted
|
||||||
|
|
||||||
#### Yanked from rubygems, as it contained too much changes, those changes will be on major releases
|
Yanked from rubygems, as it contained too many changes that broke compatibility. Those changes will be on following major releases.
|
||||||
|
|
||||||
## 2.5.1
|
## 2.5.1 / 2013-07-24
|
||||||
|
|
||||||
* #230: Fix security issue with map filter, Use invoke_drop in map filter [Florian Weingarten, fw42]
|
* #230: Fix security issue with map filter, Use invoke_drop in map filter [Florian Weingarten, fw42]
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = "liquid"
|
s.name = "liquid"
|
||||||
s.version = "2.5.1"
|
s.version = "2.5.3"
|
||||||
s.platform = Gem::Platform::RUBY
|
s.platform = Gem::Platform::RUBY
|
||||||
s.summary = "A secure, non-evaling end user template engine with aesthetic markup."
|
s.summary = "A secure, non-evaling end user template engine with aesthetic markup."
|
||||||
s.authors = ["Tobias Luetke"]
|
s.authors = ["Tobias Luetke"]
|
||||||
|
|||||||
Reference in New Issue
Block a user