We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d2f6a4 + cb440cf commit c0c4f18Copy full SHA for c0c4f18
lib/canvas/checks/valid_liquid_check.rb
@@ -41,7 +41,7 @@ def register_tags!
41
register_tag("currency_switcher", ::Liquid::Tag)
42
register_tag("json", ::Liquid::Block)
43
register_tag("variant_pricing", ::Liquid::Tag)
44
- register_tag("experience_date_search", ::Liquid::Block)
+ register_tag("experience_slot_search", ::Liquid::Block)
45
end
46
47
lib/canvas/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Canvas
4
- VERSION = "4.4.0"
+ VERSION = "4.4.1"
5
0 commit comments