|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## 1.9.0 (2025-10-31) |
4 | | - |
5 | | -### What's improved |
6 | | -* Improve support for Gutenberg quotes #115 by @duncanmcclean |
7 | | - |
8 | | - |
9 | | - |
10 | | -## 1.8.5 (2025-10-02) |
11 | | - |
12 | | -### What's fixed |
13 | | -* Fix issue where missing key might break import #113 by @pierrepavlov |
14 | | -* Bump axios from 1.8.2 to 1.12.0 #112 by @dependabot |
15 | | - |
16 | | - |
17 | | - |
18 | | -## 1.8.4 (2025-07-02) |
19 | | - |
20 | | -### What's fixed |
21 | | -* Fixed error when importing file dictionary field #111 by @duncanmcclean |
22 | | -* Fixed importing bard assets #109 by @jacksleight |
23 | | - |
24 | | - |
25 | | - |
26 | | -## 1.8.3 (2025-06-18) |
27 | | - |
28 | | -### What's fixed |
29 | | -* Fix: SQLite "too many SQL variables" error in Importer #97 by @pixelastronauts |
30 | | -* Handle nested fieldsets in `FieldUpdater` #108 by @duncanmcclean |
31 | | -* Fix undefined array key error from `FieldUpdater` #107 by @duncanmcclean |
32 | | - |
33 | | - |
34 | | - |
35 | | -## 1.8.2 (2025-06-04) |
36 | | - |
37 | | -### What's fixed |
38 | | -* Uppercase `TRUE` & `FALSE` values are now supported by the toggle transformer's "boolean" format #107 by @duncanmcclean |
39 | | -* Fixed failing tests #105 by @duncanmcclean |
40 | | - |
41 | | - |
42 | | - |
43 | | -## 1.8.1 (2025-04-07) |
44 | | - |
45 | | -### What's fixed |
46 | | -* Refactored XML parsing to use XMLReader #99 by @pixelastronauts |
47 | | -* Fixed error when importing Gutenberg `core/embed` block #101 by @duncanmcclean |
48 | | -* Fixed error when importing toggle fields with no matching value #100 by @duncanmcclean |
49 | | -* Fixed entry querying in `ImportItemJob` for multi-site installations #98 by @pixelastronauts |
50 | | - |
51 | | - |
52 | | - |
53 | | -## 1.8.0 (2025-03-26) |
54 | | - |
55 | | -### What's new |
56 | | -* Supports Laravel 12 #92 by @duncanmcclean |
57 | | - |
58 | | -### What's fixed |
59 | | -* Fixed field value of "0" not being imported #95 by @duncanmcclean |
60 | | -* Fixed flaky tests #93 by @duncanmcclean |
61 | | -* Bump axios from 0.28.0 to 1.8.2 #94 by @dependabot[bot] |
62 | | - |
63 | | - |
64 | | - |
65 | | -## 1.7.5 (2025-02-24) |
66 | | - |
67 | | -### What's fixed |
68 | | -* Added fallback config values when checking job batches database config #91 by @duncanmcclean |
69 | | - |
70 | | - |
71 | | - |
72 | | -## 1.7.4 (2025-02-19) |
73 | | - |
74 | | -### What's fixed |
75 | | -* Hide blueprint dropdown for user imports #89 by @duncanmcclean |
76 | | - |
77 | | - |
78 | | - |
79 | | -## 1.7.3 (2025-01-29) |
80 | | - |
81 | | -### What's fixed |
82 | | -* Fixed issue where deeply nested images in Bard fields were not being imported correctly #85 by @tdondich |
83 | | - |
84 | | - |
85 | | - |
86 | | -## 1.7.2 (2025-01-14) |
87 | | - |
88 | | -### What's fixed |
89 | | -* Fixed taxonomy terms not being imported correctly #83 by @duncanmcclean |
90 | | - |
91 | | - |
92 | | - |
93 | | -## 1.7.1 (2025-01-09) |
94 | | - |
95 | | -### What's fixed |
96 | | -* Fixed formatting issues when importing Classic Editor content from WordPress #81 by @duncanmcclean |
97 | | -* Reverted "Fix import issue with Bard" #79 by @duncanmcclean |
98 | | - |
99 | | - |
100 | | - |
101 | | -## 1.7.0 (2025-01-07) |
102 | | - |
103 | | -### What's new |
104 | | -* Added support for the List fieldtype #75 by @carstenjaksch |
105 | | -* Added support for importing date ranges #78 by @duncanmcclean |
106 | | -* Added support for importing alt text for multiple assets at once #74 by @carstenjaksch |
107 | | -* Now, only the Bard buttons used by your content will be enabled #77 by @duncanmcclean |
108 | | -* Added note to the docs about importing multiple values #70 by @carstenjaksch |
109 | | - |
110 | | -### What's fixed |
111 | | -* Fixed existing assets check when using the "Folder" option #73 by @carstenjaksch |
112 | | - |
113 | | - |
114 | | - |
115 | | -## 1.6.0 (2024-12-20) |
| 3 | +## 2.0.0 (2025-xx-xx) |
116 | 4 |
|
117 | 5 | ### What's new |
118 | | -- Multi-site taxonomy support #67 by @duncanmcclean |
119 | | -- Added "Blueprint" option when configuring entry & term imports #64 by @duncanmcclean |
120 | | -- Downloaded assets can now be processed using your asset container's source preset #59 by @duncanmcclean |
121 | | -- Added a progress indicator when saving / running an import by @duncanmcclean |
122 | | -- Added a tooltip when hovering over a field name in the mappings table by @duncanmcclean |
123 | | -- The "Unique Field" option has been removed from term & user imports. The Slug and Email will be used instead #66 by @duncanmcclean |
124 | | - |
125 | | -### What's fixed |
126 | | -- Fixed import issue with Bard #65 by @duncanmcclean |
127 | | - |
128 | | - |
129 | | - |
130 | | -## 1.5.1 (2024-12-10) |
131 | | - |
132 | | -### What's fixed |
133 | | -* Fixed error when importing structured collection without mapping "Parent" field #58 by @duncanmcclean |
134 | | -* A banner will now be displayed when a database hasn't been configured #56 by @duncanmcclean |
135 | | - |
136 | | - |
137 | | - |
138 | | -## 1.5.0 (2024-11-29) |
139 | | - |
140 | | -### What's new |
141 | | -* You can now import asset alt text #50 by @duncanmcclean |
142 | | -* The current file is now shown in the edit form #47 by @duncanmcclean |
143 | | -* PHP 8.4 Support #41 by @duncanmcclean |
144 | | - |
145 | | -### What's fixed |
146 | | -* Null values are now filtered out when saving mappings #48 by @duncanmcclean |
147 | | -* Bumped `cross-spawn` from 7.0.3 to 7.0.6 #46 by @dependabot[bot] |
148 | | -* Fixed error when updating Bard configs inside fieldsets #22 by @duncanmcclean |
149 | | - |
150 | | - |
151 | | - |
152 | | -## 1.4.1 (2024-11-21) |
153 | | - |
154 | | -### What's fixed |
155 | | -* Fixed error when saving XML import #39 by @duncanmcclean |
156 | | - |
157 | | - |
158 | | - |
159 | | -## 1.4.0 (2024-11-18) |
160 | | - |
161 | | -### What's new |
162 | | -* Added support for Dictionary fields #37 by @duncanmcclean |
163 | | - |
164 | | - |
165 | | - |
166 | | -## 1.3.0 (2024-11-12) |
167 | | - |
168 | | -### What's new |
169 | | -* Allow selecting a folder for downloaded assets #31 by @duncanmcclean |
170 | | -* Made more strings translatable and fixed issue when string matches name of lang file #33 by @duncanmcclean |
171 | | -* JSON arrays now get parsed when importing relationships #32 by @duncanmcclean |
172 | | - |
173 | | - |
174 | | - |
175 | | -## 1.2.0 (2024-11-08) |
176 | | - |
177 | | -### What's new |
178 | | -* UX Improvements #24 by @duncanmcclean |
179 | | -* Added "CSV Delimiter" option #29 by @duncanmcclean |
180 | | -* You can now import publish states (& toggle fields) #30 by @duncanmcclean |
181 | | - |
182 | | - |
183 | | - |
184 | | -## 1.1.2 (2024-11-06) |
185 | | - |
186 | | -### What's fixed |
187 | | -* Fixed validation error when creating an import in a multi-site #27 by @duncanmcclean |
188 | | - |
189 | | - |
190 | | - |
191 | | -## 1.1.1 (2024-11-04) |
192 | | - |
193 | | -### What's fixed |
194 | | -* Fixed error when importing a Gutenberg block without content by @duncanmcclean |
195 | | - |
196 | | - |
197 | | - |
198 | | -## 1.1.0 (2024-11-01) |
199 | | - |
200 | | -### What's new |
201 | | -* Multi-site Support #13 by @duncanmcclean |
202 | | -* Entry parents can now be imported #20 by @duncanmcclean |
203 | | -* Import jobs are now processed in batches #16 by @duncanmcclean |
204 | | -* Transformers now have access to the `Import` object by @duncanmcclean |
205 | | -* Added a `messages` translation file for longer strings by @duncanmcclean |
206 | | -* You can now determine whether items should be created or updated when creating an import #11 by @duncanmcclean |
207 | | - |
208 | | -### What's fixed |
209 | | -* Fixed `Unexpected data found` error when importing dates by @duncanmcclean |
210 | | -* Fix incorrect namespaces in tests by @duncanmcclean |
211 | | - |
212 | | - |
213 | | - |
214 | | -## 1.0.2 (2024-10-28) |
215 | | - |
216 | | -### What's fixed |
217 | | -* WordPress: `attachment` posts are now filtered out #7 by @duncanmcclean |
218 | | -* Gutenberg: Handle cases where `core/video` block might not be a `<video>` by @duncanmcclean |
219 | | -* Refactored how assets are handled in Bard fields #6 by @duncanmcclean |
220 | | -* Fixed confirmation modal not closing after deleting an import by @duncanmcclean |
221 | | -* Bumped `axios` from 0.21.4 to 0.28.0 #3 by @dependabot |
222 | | - |
223 | | - |
224 | | - |
225 | | -## 1.0.1 (2024-10-28) |
226 | | - |
227 | | -### What's fixed |
228 | | -* Fixed release workflow by @duncanmcclean |
229 | | - |
230 | | - |
231 | | - |
232 | | -## 1.0.0 (2024-10-28) |
| 6 | +- Updated the Control Panel for Statamic 6 #116 by @duncanmcclean |
233 | 7 |
|
234 | | -Initial release! 🚀 |
| 8 | +### Breaking changes |
| 9 | +- Dropped support and Laravel 10 |
| 10 | +- Removed string typehint from `Transformer::transform()` method #118 by @duncanmcclean |
0 commit comments