-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.txt
141 lines (91 loc) · 3.17 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
== Changelog ==
= 4.0.10 =
*Release Date - 11 Oct 2024*
- Changed: Use Vue production js file.
= 4.0.9 =
*Release Date - 25 May 2023*
- Changed: Improve release plugin workflow.
= 4.0.8 =
*Release Date - 14 October 2022*
- Fixed: Fix setting json path is not working.
= 4.0.7 =
*Release Date - 07 September 2022*
- Fixed: Fix conflict class names.
- Fixed: Remove PHP warning notices.
= 4.0.6 =
*Release Date - 25 August 2022*
- Fixed: Fix issue return wrong SVG path.
= 4.0.5 =
*Release Date - 24 August 2022*
- Fixed: Check icon multicolor before output SVG.
= 4.0.4 =
*Release Date - 23 August 2022*
- Fixed: Fix issue Uncaught TypeError: Cannot access offset of type string on string in acf-icomoon/includes/fields/acf-field-icomoon.php:146.
= 4.0.3 =
*Release Date - 23 August 2022*
- New: Return SVG: Support multiColor.
- New: Return multiple types: icon class, SVG, Array, HTML.
= 4.0.2 =
*Release Date - 10 May 2022*
- Fixed: compatible with Gutenberg blocks.
= 4.0.1 =
*Release Date - 22 April 2022*
- Fixed: wrong output on ACF field.
= 4.0.0 =
*Release Date - 21 April 2022*
- New: Mass upgrade with VueJS and a brand-new layout.
= 3.4.0 =
*Release Date - 06 December 2021*
- Changed: Refactor HTML, CSS, JS
- New: Search icons inside popup
= 3.3 =
*Release Date - 11 September 2021*
- Fixed: Error when activate plugin without WPBakery Page Builder installed
- Added: Notice when Advanced Custom Fields is not activated
= 3.2 =
*Release Date - 03 September 2021*
- Revise and cleanup code to publish plugin
- Fixed: Custom selection.json path is not working
- New: Add WPBakery Page Builder Icomoon Param Type for developers
= 3.1 =
*Release Date - 24 August 2021*
* Add selected icon using PHP instead of JS.
= 3.0 =
*Release Date - 03 August 2021*
- Fix bug: not re-init script on dynamic elements (after duplicating or in ACF tabs)
- Refactor js
= 2.2 =
*Release Date - 08 June 2021*
- Update CSS for VC Param
- Exit function when element is not visible
= 2.0.1 =
*Release Date - 28 January 2021*
- Fix popup not show when add more item in ACF repeater (due to ACF always has a pre-appended clone item)
= 2.0.0 =
*Release Date - 11 January 2021*
- Re-build the whole plugin to use the same structure with VC Param Icomoon
- Check popup position left/right
- Update UI
= 1.0.5 =
*Release Date - 31 December 2020*
- Update UI
= 1.0.4 =
*Release Date - 25 December 2020*
- Check array key exists to prevent PHP Warning
= 1.0.3 =
*Release Date - 12 August 2020*
- Replace get_stylesheet_directory_uri with get_stylesheet_directory to get the file path
- Add conditional logic file_exists in $path variable
= 1.0.2 =
*Release Date - 05 August 2020*
- Check file exists before get file content.
- Replace get_template_directory_uri with get_stylesheet_directory_uri.
= 1.0.1 =
*Release Date - 04 June 2020*
- Auto get selection.json path if value is empty
= 1.0.0 =
*Release Date - 20 May 2020*
- Remove all fields that have not worked yet.
- Add option to return icon class.
- Auto get selection.json path.
- Fix error when using with ACF repeater.