File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Unreleased
22----------
3- - [ Patch] Validate host param in generated HomeController template to prevent open redirect
4- - [ Patch] Fix sorbet errors in generated webhook handlers
3+
4+ 23.0.2 (May 22, 2026)
5+ ----------
6+ - Validate host param in generated HomeController template to prevent open redirect [ #2059 ] ( https://github.com/Shopify/shopify_app/pull/2059 )
7+ - Fix sorbet errors in generated webhook handlers [ #2047 ] ( https://github.com/Shopify/shopify_app/pull/2047 )
58
6923.0.1 (December 22, 2025)
710- Fix engine initialization [ #2040 ] ( https://github.com/Shopify/shopify_app/pull/2040 )
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- shopify_app (23.0.1 )
4+ shopify_app (23.0.2 )
55 addressable (~> 2.7 )
66 rails (>= 7.1 , < 9 )
77 redirect_safely (~> 1.0 )
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module ShopifyApp
4- VERSION = "23.0.1 "
4+ VERSION = "23.0.2 "
55end
Original file line number Diff line number Diff line change 11{
22 "name" : " shopify_app" ,
3- "version" : " 23.0.1 " ,
3+ "version" : " 23.0.2 " ,
44 "repository" : " git@github.com:Shopify/shopify_app.git" ,
55 "author" : " Shopify" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments