-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathchangelog.txt
136 lines (100 loc) · 4.61 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
== Changelog ==
= 2.3.1 - DEC 24 2024 =
- Added: Compatibility: WordPress: Bottom margin styles for wp.components.SelectControl is deprecated since 6.7 and will be removed in version 7.0.
- Added: Compatibility: WordPress: Bottom margin styles for wp.components.BaseControl is deprecated since 6.7 and will be removed in version 7.0.
- Added: Compatibility: WordPress: Bottom margin styles for wp.components.TextControl is deprecated since 6.7 and will be removed in version 7.0.
- Added: Compatibility: WordPress: Bottom margin styles for wp.components.RangeControl is deprecated since 6.7 and will be removed in version 7.0.
= 2.3.0 - OCT 16 2024 =
- NEW: Customizer: Library upgraded to default WordPress ReactJS.
- NEW: Customizer: Customizer Controls.
- NEW: Customizer: User Interface.
- NEW: Customizer: Reorganized settings for improved user experience.
- Removed: Customizer: Legacy PHP Controls.
= 2.2.3 - OCT 11 2024 =
- Added: Conditional checks for future updates.
- Updated: Compatibility: WordPress version number.
= 2.2.2 - MAY 20 2024 =
- Updated: Compatibility: WordPress version number.
= 2.2.1 - APR 29 2024 =
- Updated: Accessibility: Modal closing button link and text.
- Fixed: Metabox settings default values not displayed.
= 2.2.0 - SEP 6 2023 =
- NEW: Metabox Settings Interface: https://docs.oceanwp.org/category/826-oceanwp-settings
- Updated: Compatibility: WordPress version number.
= 2.1.0 - MAY 23 2023 =
- New: Option to load modal window content on specific pages only.
- Added: Compatibility: SiteOrigin: Custom templates support.
- Added: Compatibility: PHP 8.2.6: Creation of dynamic property Ocean_Modal_Window::$plugin_path and Ocean_Modal_Window::$plugin_url is deprecated.
= 2.0.9 - MAR 29 2023 =
- Updated: Version numbers for compatibility.
= 2.0.8 - NOV 9 2022 =
- Added: Option to choose modal title tag in metabox settings.
- Updated: Plugin description.
= 2.0.7 =
- Fixed: My Library: Custom Template: dynamic blocks is not rendering in custom template.
= 2.0.6 =
- Fixed: Custom Templates: Content display issues when templates used on Elementor pages.
= 2.0.5 =
- Added: Metabox settings to enable/disable the modal window at page level.
- Added: Block editor support Modal Window post type.
- Fixed: Custom Template is not rendering perfectly for custom locations.
= 2.0.4 =
- Updated: WordPress version number for compatibility.
= 2.0.3 =
- Fixed: Scripts: load issue.
= 2.0.2 =
- Improved: Fade and Slide transition effects.
- Fixed: Background Overlay: main page scrolls to top in background.
= 2.0.1 =
- Fixed: close button issue.
= 2.0.0 =
- Added: Vanilla JS.
= 1.1.0 =
- Added: Version updated for WordPress 5.4.
= 1.0.14 =
- Added: Codes for the Freemius switch.
= 1.0.13 =
- Added: Polish translation, thanks to Fin Fafarafiel.
- Tweak: Better approch for calling the metabox scripts.
= 1.0.12 =
- Added: Spanish language, thank you to Angel Julian Mena.
- Deleted: Admin notice if OceanWP is not the theme used.
= 1.0.11 =
- Added: Close modal on ESC key.
- Fixed: Z-index issue with the close button.
- Fixed: Capabilities issue in the metabox.
- Removed: Deprecated fields.
= 1.0.10 =
- Tweak: Elementor instance.
= 1.0.9 =
- Added: New field to select template created from Theme Panel > My Library, now compatible with all page builders.
- Added: French translation, thanks a lot to Jean of freepixel.net.
= 1.0.8 =
- Tweak: Some code improvements for the metabox.
= 1.0.7 =
- Fixed: Customizer options issue.
= 1.0.6.2 =
- Added: All sanitize_callback for the customizer options.
= 1.0.6.1 =
- Fixed: Issue when you had lots of modals, they were not all displayed in front end.
= 1.0.6 =
- Added: New field to allow you to select your template created in Elementor > My Library that will replace your modal content, thanks to Munir Kamal who giving me this great idea..
= 1.0.5 =
- Added: Modal Window section in customizer to allow global customization of modals.
- Added: New Tablet & Mobile Device tabs to customize modals in responsive.
= 1.0.4.1 =
- Fixed: Issue with the overlay color option.
= 1.0.4 =
- Added: New option to add your own color for the overlay.
- Added: New option to enter your own padding.
- Added: New options to add a boder width, border style and border color.
- Added: New option to add a border radius.
- Added: New Typography tab to add your own font size, font family, font weight, font style, text transform, line height and letter spacing.
= 1.0.3 =
- Added: New option to add an height to the modal.
= 1.0.2 =
- Tweak: Video stops playing when you close your modal.
= 1.0.1 =
- Added: You can open a modal with a button created with your page builder.
= 1.0.0 =
- Initial release.