-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathchangelog
212 lines (175 loc) · 4.88 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
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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
2013-06-23
----
Alon
1) WooCommerce initial commit, includes bottom line in category and product page, widget in tab and footer, disable native reivew in product page tab, send MAP when shop admin mark order as complete, and allow shop admin to submit past orders.
2013-06-23
----
Alon
1) Changes in admin design
2) Bug fix in past purchases.
3) Add conversion tracking code to thank you page.
2013-06-25
----
Alon
1) Re arrange code.
2) Small bug fixes.
3) Add some css.
2013-06-25
----
Alon
1) Make all functions start with wc_
2) redirect user to settings page after activating yotpo plugin.
2013-06-25
----
Alon
1) Design changes.
2) Add b2b dashboard link in admin page.
3) Add checkbox which diasbles native review system.
2013-06-26
----
Alon
1) Add option to export local reviews.
2) archive yotpo-php lib into single phar file.
2013-06-26
----
Alon
1) Small changes in reviews export.
2013-06-27
----
Alon
1) Disable export review button and submit past orders in case there is no app key or secret.
2) add explanation to what is bottomline in settings page.
3) add terms of use link in registration page.
4) Add export order explanation link to register and settings page.
5) small tweaks to settings page.
2013-06-27
----
Alon
1) In case the user enabled bottom line in category page then disable his native reviews rating.
2013-06-27
----
Alon
1) Small change in terms of use sentence and use word press function to ease things.
2013-06-27
----
Alon
1) Small bug fixes.
2013-06-27
----
Alon
1) Change file names and diractory names to include woocomerce initials.
2013-06-27
----
Alon
1) Add links , change bug in css.
2013-07-01
----
Alon
1) Fix bug: when sending past orders, then the export review eplain link disappeard.
2013-07-04
----
Alon
1) Add screen shoots, banner and readme file to plugin before uploading to wordpress.
2013-07-21
----
Alon
1) Change plugin to work with the new yotpo-php lib, This version will support PHP 5.2.0
2013-07-21
----
Alon
1) Check that php 5.2.0 and above and curl are installed on server, in case not the settings page will display proper message and yotpo will be disabled on store front end.
2013-07-21
----
Alon
1) Add flag of install step done when new user is registered.
31-07-2013
----
Alon
1) Disable Mail after purchase and widget from products which are not checked with 'Enable reviews' checkbox.
2) Fix bug: remove short codes html tags and HTML entities from fields which contain data from users in the exported reviews.
3) Fix bug: Replace <br> tags with new line, when exporting reveiews.
4) Fix bug: Past orders issues.
11-08-2013
----
Alon
1) Disable woocommerce ratings upon activation and restore value of woocommerce ratings when deactivating.
2) Fix bug: in some situations we were disabling woocommerce review ratings.
3) Send MAP even if review is disabled for product.
14-08-2013
----
Alon
1) Add support to Tab manager extension.
2) Bug fix in removing native review system.
2014-01-09
----
Nimrod
1) Added b2c2b registration support.
2) Load yQuery asynchronously.
2014-02-05
----
Alon
1) Make the order status complete hook to work regardless if it is an admin page(compatible with shipstation and other remote order clients).
2) Fix bug in bottomline in product pages.
3) Fix bug in tabmanager.
2014-02-25
----
Alon
1) Allow language code to be up to 5 letters.
2014-03-13
----
Alon
1) Bug fix: 0001924: Woocommerce new version 2.1.4: Currencies not pulled
2014-03-24
----
Alon
1) Bug fix: 0001985: typo on yotpo settings on woocommerce.
2014-05-14
----
Alon
1) Fix export review bug.
2014-05-21
----
Alon
1) Change the way the exported reviews file is downloaded.
2014-06-02
----
Nimrod
1) Change in javascript and review div to work with the new widget.
2016-11-10
----
Ohad
1) Update new conversion pixel
2018-01-18
----
Haroon
1) Fixed a bug with Woocommerce 3.1.0 and 3.1.1 affecting Yotpo's widget
2) Added the ability to add and customize additional specs and unique identifiers per product (Brand, ISBN, MPN, UPC) .
3) Added the ability to pull orders and send MAPs according to additional order statuses (other than "complete").
4) Added star rating for the product category page.
5) Fixed "review export" method on Yotpo's integration page.
2018-01-18
----
Haroon
1) Reverted default order status to 'Completed'
2018-10-14
Paul:
1) Added support for Wordpress Version 4.9.8
2) Added support for Woocommerce Version 3.5.0
3) Added Price & currency metadata in widget for Rich Snippets.
4) Added custom order status into account when retrieving past orders.
5) Added Q&A bottom line in storefront and Yotpo settings
6) Added debug mode
7) Bug Fixes
2023-06-27
----
1) Bug fix in method fatal_error_handler
2023-08-22
---
1) Support CRUD objects in submit past order feature flow to support HPOS feature
2) Flagged that HPOS is supported
2023-08-22
---
1) Fix broken submit past order flow
2024-09-05
---
1) Change default settings of widget version to v3