-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
42 lines (33 loc) · 1.46 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# v0.2.2
# 10/12/2024
1. [](#new)
* `wp2grav-site` now generates a site.yaml in the EXPORT/config directory based on the WP site information.
2. [](#improved)
* Export plugins are now dynamically loaded. New plugins should be placed in this plugins's plugin folder alongside the other ones.
* Example: Filename should be `wp2grav-<EXPORT_TYPE>`, where <EXPORT_TYPE> is hyphenated, and the main php function should be `wp2grav_export_<EXPORT_TYPE>`, underscored.
3. [](#bugfix)
* Issue #11 - Inline media wasn't being processed by Grav image cache generation, so resizing was being ignored.
* Taxonomy (Categories/ tags) should no longer export duplicated
# v0.2.1
## 10/12/2024
1. [](#new)
* Image media (featured, attached, and in-line) now exports properly!
2. [](#improved)
* Single posts can be exported via `wp wp2grav-posts --id=<ID>
* Lots of phpcs fixes across the board.
# v0.1.1
## 10/09/2024
1. [](#new)
* ACF image field now exports to Grav page type.
2. [](#improved)
* Built-in wordpress password generator replaces custom one.
* Added more user meta fields: first_name, last_name, description,
* Grav `Full Name` now follows the preferred name in Wordpress.
* PHPCS coding standard cleanups
3. [](#bugfix)
* Exported user locale now defaults to English if another pairing isn't found.
* All user roles can now login to the grav admin portal.
# v0.1.0
## 11/06/2020
1. [](#new)
* ChangeLog started...