mirror of
https://github.com/kemko/liquid.git
synced 2026-01-01 15:55:40 +03:00
History and gemspec
This commit is contained in:
10
History.md
10
History.md
@@ -1,14 +1,14 @@
|
||||
# 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]
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "liquid"
|
||||
s.version = "2.5.1"
|
||||
s.version = "2.5.3"
|
||||
s.platform = Gem::Platform::RUBY
|
||||
s.summary = "A secure, non-evaling end user template engine with aesthetic markup."
|
||||
s.authors = ["Tobias Luetke"]
|
||||
|
||||
Reference in New Issue
Block a user