-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
119 lines (76 loc) · 3.36 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
# Change log
## [[1.3.6]](https://github.com/lightspeeddevelopment/to-specials/releases/tag/1.3.6) - 2023-08-09
### Fixes
- Fixing the spacing above the "more" p tag.
### Security
- General testing to ensure compatibility with latest WordPress version (6.3).
## [[1.3.5]](https://github.com/lightspeeddevelopment/to-specials/releases/tag/1.3.5) - 2023-04-20
### Security
- General testing to ensure compatibility with latest WordPress version (6.2).
## [[1.3.4]](https://github.com/lightspeeddevelopment/to-specials/releases/tag/1.3.4) - 2022-12-23
### Security
- General testing to ensure compatibility with latest WordPress version (6.1.1).
## [[1.3.3]](https://github.com/lightspeeddevelopment/to-specials/releases/tag/1.3.3) - 2022-09-12
### Security
- General testing to ensure compatibility with latest WordPress version (6.0).
## [[1.3.2]](https://github.com/lightspeeddevelopment/to-specials/releases/tag/1.3.2) - 2020-01-15
### Added
- Allowing the block editor for the single specials description area.
### Updated
- Documentation and support links
### Security
- General testing to ensure compatibility with latest WordPress version (5.6).
## [[1.3.1]](https://github.com/lightspeeddevelopment/to-specials/releases/tag/1.3.1) - 2019-12-19
### Added
- Enabled the sorting of the gallery field.
- General testing to ensure compatibility with latest WordPress version (5.3).
- Checking compatibility with LSX 2.6 release.
## [[1.3.0]](https://github.com/lightspeeddevelopment/to-specials/releases/tag/1.3.0) - 2019-09-27
### Added
- Added in the option to disable the view more button on the widget template.
- Adding the .gitattributes file to remove unnecessary files from the WordPress version.
- Added in the Offer Schema to the plugin, which integrates with Yoast WordPress SEO.
- Enabled the sorting of the gallery field.
### Fixed
- Fix the double button on widget template.
## [[1.2.1]](https://github.com/lightspeeddevelopment/to-specials/releases/tag/1.2.1) - 2019-08-06
### Security
- Updating dependencies.
## [[1.1.0]]()
### Added
- Support LSX Theme 2.0 new designs.
- Added compatibility with LSX 2.0.
- Added compatibility with Tour Operator 1.
- New project structure.
- Updated the the way the post type registers to match the refactored TO plugin.
- Updated the registering of the metaboxes.
### Fixed
- Fixed scripts/styles loading order.
- Fixed small issues.
- Replaced 'global $tour_operators' by 'global $tour_operator'.
## [[1.0.4]]()
### Added
- Standardized the Gallery and Video fields.
## [[1.0.3]]()
### Added
- Fixed menu navigation improved.
- Metadata: calendar info moved to the next line.
- Metadata: term "price" change to "price from".
- Metadata: term “duration” added to duration meta.
### Fixed
- Make the addon compatible with the latest version from TO Search addon.
- API key and email grabbed from the correct settings tab.
- Added TO Search as subtab on LSX TO settings page.
- Code refactored to follow the latest Tour Operator plugin workflow.
- Small fixes on front-end fields.
- Fixed content_part filter for plugin and add-ons.
## [[1.0.2]]()
### Fixed
* Fix - Fixed all prefixes replaces (to_ > lsx_to_, TO_ > LSX_TO_).
## [[1.0.1]]()
### Fixed
- Reduced the access to server (check API key status) using transients.
- Made the API URLs dev/live dynamic using a prefix "dev-" in the API KEY.
## [[1.0.0]]()
### Added
- First Version