Skip to content

Commit

Permalink
Merge pull request #59 from easolhq/register_experience_date_tag
Browse files Browse the repository at this point in the history
Register experience date tag
  • Loading branch information
CatalinaTudor committed Aug 15, 2023
2 parents 26b9764 + fe54e4d commit 6d2f6a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/canvas/checks/valid_liquid_check.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def register_tags!
register_tag("currency_switcher", ::Liquid::Tag)
register_tag("json", ::Liquid::Block)
register_tag("variant_pricing", ::Liquid::Tag)
register_tag("experience_date_search", ::Liquid::Block)
end
end
end
2 changes: 1 addition & 1 deletion lib/canvas/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Canvas
VERSION = "4.3.0"
VERSION = "4.4.0"
end

0 comments on commit 6d2f6a4

Please sign in to comment.