mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-18 18:30:40 -07:00
Bump to 5.11
This commit is contained in:
+4
-6
@@ -1,13 +1,11 @@
|
|||||||
# Liquid Change Log
|
# Liquid Change Log
|
||||||
|
|
||||||
|
## 5.11.0
|
||||||
|
* Revert the Inline Snippets tag (#2001), treats its inclusion in the latest Liquid release as a bug, and aims to allow feedback on RFC#1916 for better support Liquid developers [Guilherme Carreiro]
|
||||||
|
* Rename `:rigid` error mode to `:strict2` and display a warning when users use the `:rigid` mode [Guilherme Carreiro]
|
||||||
|
|
||||||
## 5.10.0
|
## 5.10.0
|
||||||
* Introduce support for Inline Snippets [Julia Boutin]
|
* Introduce support for Inline Snippets [Julia Boutin]
|
||||||
```
|
|
||||||
{%- snippet snowdevil -%}
|
|
||||||
Snowdevil
|
|
||||||
{%- endsnippet -%}
|
|
||||||
{% render snowdevil %}
|
|
||||||
```
|
|
||||||
|
|
||||||
## 5.9.0
|
## 5.9.0
|
||||||
* Introduce `:rigid` error mode for stricter, safer parsing of all tags [CP Clermont, Guilherme Carreiro]
|
* Introduce `:rigid` error mode for stricter, safer parsing of all tags [CP Clermont, Guilherme Carreiro]
|
||||||
|
|||||||
@@ -2,5 +2,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Liquid
|
module Liquid
|
||||||
VERSION = "5.10.0"
|
VERSION = "5.11.0"
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user