Fixed
- Fixed a Rails 8.1 boot-order issue where host apps could raise
NameError: uninitialized constant Railspress::CmsHelperwhile Action View loaded
before the engine helper constant was available.
Changed
- Moved the non-view
Railspress::CMSquery/cache API intolib/railspress/cms.rbwhile keeping Action View rendering helpers inapp/helpers/ railspress/cms_helper.rb.