Releases: MrGKanev/Shopify-ops
Releases · MrGKanev/Shopify-ops
1.5.0
Add dateRangePartial and use searchInput Introduce a dateRangePartial helper in src/ViewHelpers.php to encapsulate setup and inclusion of the date-range partial. Refactor many views to call dateRangePartial(...) instead of manually setting partial variables and requiring the partial, preserving optional parameters (extraHtml, submit label, from/to labels). Also replace repeated inline search input markup in several views with the searchInput(...) helper for consistent markup and reduced duplication. No functional changes intended — purely cleanup and DRY refactor.
1.4.0
- Tweak frontend assets and multiple view templates to refine the UI and behavior.
- Removed the commented APP_BRAND lines from .env.example to simplify branding configuration.
- Updated compiled CSS/JS and source styles (assets/app.css, assets/src/app.css, assets/app.js) and applied layout, partial, and feature updates across index.php, src/ViewHelpers.php and several views (hvorders, metafields, partialfulfill, date-range partial, repeatrefunds, run, tagaudit, tagsearch, layout).
- These changes include styling adjustments, partial refactors and minor functional tweaks to improve consistency and UX.