4.3.1 - 2024-11-05
- Typos (#86, #87)
4.3.0 - 2024-10-30
- Removed justbetter/statamic-eloquent-driver-globalset-migration-generator (#83)
- Performance optimizations (#77)
4.2.0 - 2024-09-26
- License change GPL-3.0 > GPL-3.0-or-later (59b86c5)
- Replaced spatie/statamic-responsive-images with justbetter/statamic-glide-directive (#75)
- Don't load removed views (#76)
4.1.0 - 2024-09-09
- Cache the globals in memory (#73)
- Page builder form template error fix (#72)
4.0.1 - 2024-08-27
- Clear the correct site cache when globals change (#70)
4.0.0 - 2024-08-13
In this release we've added compatibility with Statamic 5. This forces you to configure your sites in the new resources/sites.yaml
. You can still use your old config by referencing it in the resources/sites.yaml
, see: https://github.com/rapidez/statamic#magento-store-id
- Statamic 5 support + install command (#69)
3.5.1 - 2024-07-09
- Brand page container (#64)
- Use the selected site in the control panel (#66)
3.5.0 - 2024-05-14
- Get site based on Magento store ID (#65)
3.4.2 - 2024-05-02
- Only push head when not running in console (#63)
3.4.1 - 2024-05-02
- Move globals to getGlobals function instead of constructor (#62)
3.4.0 - 2024-05-01
- Brandlist styling (#61)
3.3.0 - 2024-04-12
- Download images from Amasty brands if they're present (#60)
3.2.0 - 2024-03-25
- Brand pages and overview (#59)
3.1.0 - 2024-02-27
- Moved responsive image observer to head stack (#52)
3.0.2 - 2024-02-22
- Guarantee includeFirstSafe receives array (#56)
3.0.1 - 2024-02-20
- Make sure the page collection has the site configured (#55)
3.0.0 - 2024-02-14
See the upgrade notes: https://github.com/rapidez/statamic#upgrading
- Implement optionalDeep (#53)
- Correct config path location (#54)
2.9.0 - 2024-01-16
If you're listening to the events you should now use Eventy:
-Event::listen('rapidez-statamic:category-entry-data', fn($category) => [
+Eventy::addFilter('rapidez.statamic.category.entry.data', fn($category) => [
-Event::listen('rapidez-statamic:product-entry-data', fn($product) => [
+Eventy::addFilter('rapidez.statamic.product.entry.data', fn($product) => [
-Event::listen('rapidez-statamic:brand-entry-data', fn($brand) => [
+Eventy::addFilter('rapidez.statamic.brand.entry.data', fn($brand) => [
- Use Eventy for import commands (#50)
2.8.2 - 2024-01-04
- Use Rapidez core select component (#49)
2.8.1 - 2024-01-02
- Use the current site instead of the selected site (#48)
2.8.0 - 2023-12-20
- Move config file to Rapidez folder (#44)
2.7.0 - 2023-12-15
- Brands collection and import (#47)
2.6.0 - 2023-12-12
- Product import command & add utility to start imports (#46)
- Remove deprecated HasMany table mode (#45)
2.5.0 - 2023-11-28
- Disabled site option (#43)
2.4.2 - 2023-10-26
- Remove ambiguous keys from query (#41)
2.4.1 - 2023-10-25
- Only use the base site url for the homepage (f1d331d)
2.4.0 - 2023-10-25
- Command to import Magento categories into Statamic (#38)
- Always alternate href lang tags on home and filter option by group (0512f42)
2.3.0 - 2023-09-22
- Honeypot to form template (#40)
2.2.0 - 2023-07-06
- Automatic alternate hreflang link tags (9613e21)
2.1.2 - 2023-07-04
- Overwrite the findByUrl method as it used on multiple places (589708e)
2.1.1 - 2023-07-04
- Enabled localizable and propagate everywhere by default (871912d)
- Use url helpers (#37)
2.1.0 - 2023-06-29
- Use Blade directives from
rapidez/blade-directives
(#36) - Determine the site by
MAGE_RUN_CODE
(7342d7e)
2.0.0 - 2023-06-26
- Statamic 4 compatibility (#35)
1.2.0 - 2023-06-07
- Conditional fields support (#34)
1.1.1 - 2023-06-06
- Fallback when validation doesn't exist & rename forms to form (#33)
1.1.0 - 2023-05-25
- Forms integration (0b6eca3)
1.0.2 - 2023-05-04
- Page builder include fallback fix (1023025, 1929cb3)
1.0.1 - 2023-05-04
- @includeFirst fallback (f7fcb88)
1.0.0 - 2023-05-04
- Refactor (#28)
0.9.6 - 2023-03-06
- Fix locale -> site (#26)
0.9.5 - 2023-02-24
- Query instead of using a collection (#25)
0.9.4 - 2023-02-17
- Query with site instead of locale (#24)
0.9.3 - 2023-02-08
- Slugs should not start/end with a slash (521a0b2)
0.9.2 - 2023-02-08
- Removed unused uses (#23)
- Query with site instead of locale (d7705ef)
- Refactored deletes (641739e)
0.9.1 - 2023-02-08
- Use trait instead of overwriting the entry repository (bf44710)
- Removed unique from CreateProducts Job (#22)
0.9.0 - 2023-02-07
- Add product visibility to product import and optimized updateOrCreate (#21)
- Use Cache::forever (#20)
0.8.2 - 2023-02-06
- Fixed cache not actually updating on save (#19)
0.8.1 - 2023-01-30
- Fixed bug with route cache and return of statamic view (#18)
0.8.0 - 2023-01-27
- Added caching for product page entries (#17)
0.7.0 - 2023-01-27
- Refactored Product import and added separate delete job (#16)
0.6.0 - 2022-12-01
- Refactored routing (#15)
0.5.0 - 2022-11-28
- Only index indexable products (#14)
- Fixed url path name (#12)
- Fixed override bug (#13)
0.4.0 - 2022-11-17
- Product sync (#7)
- Added Magento product and category imports (#9)
- Globals everywhere via singleton (#10)
- Cleaner syntax (dbb95ec)
- Product collection data for the correct locale (ca4131e)
0.3.0 - 2022-10-20
- Improved readability of code and data collection that is returned (#6)
0.2.1 - 2022-10-03
- Give data as a Statamic values object to templates (#5)
0.2.0 - 2022-08-10
- Globals support (#4)
0.1.0 - 2022-07-28
Initial release