-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
51 lines (30 loc) · 1.07 KB
/
changelog.txt
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
43
44
45
46
47
48
49
50
51
# 0.2.1
- Plugin getPath and getUrl function
# 0.2.0
- Breaking Change: Assets accepts base path and url parameters instead of Plugin class
- Breaking Change:
# 0.1.0
- Added: TextdomainConfig property to plugin
- Added: Assets helper abstract class
# 0.0.9
- Bugfix: onActivation and onDeactivation are not receiving a bool on wp cli (de)activation fix
# 0.0.8
- If you do not update the version in packages composer.json file git tag versions are ignored.
# 0.0.7
- Added: Helper functions for multisite plugin (de)activation
# 0.0.6
- Added: Posts table column helper
# 0.0.5
- Added: Helper class interfaces for term meta fields are matching now.
- Changed: Helper class interfaces for attachment
# 0.0.4
- Added: helper classes for attachment meta fields
# 0.0.3
- Added: abstract class Plugin can now hold one singleton instances for each implementation
# 0.0.2
- Removed: Component class because that does not work as expected
- Modified: some changes to Plugin abstract class
# 0.0.1
- Added: Plugin abstract class
- Added: Component class
- Added: TermMeta helpers