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 06862eb + 9fec819 commit d5b8c5dCopy full SHA for d5b8c5d
lib/canvas/checks/valid_liquid_check.rb
@@ -46,6 +46,7 @@ def register_tags!
46
register_tag("package_availability", Liquid::Block)
47
register_tag("input", ::Liquid::Tag)
48
register_tag("label", ::Liquid::Tag)
49
+ register_tag("package_step_product_search", ::Liquid::Block)
50
end
51
52
lib/canvas/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Canvas
4
- VERSION = "4.11.0"
+ VERSION = "4.12.0"
5
0 commit comments