File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 1.3.0
2+ * Fix closed client (issue #1 )[ https://github.com/emailjs-com/emailjs-flutter/issues/1 ]
3+
14## 1.2.1
25* Fix the environment SDK version
36
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ class EmailJS {
5454 validateParams (pubKey, serviceID, templateID);
5555
5656 final Map <String , dynamic > params = {
57- 'lib_version' : '1.2.1 ' ,
57+ 'lib_version' : '1.3.0 ' ,
5858 'user_id' : pubKey,
5959 'accessToken' : prKey,
6060 'service_id' : serviceID,
Original file line number Diff line number Diff line change 11name : emailjs
22description : EmailJS helps sending emails directly from the Flutter app. No server is required.
3- version : 1.2.1
3+ version : 1.3.0
44homepage : https://www.emailjs.com
55repository : https://github.com/emailjs-com/emailjs-flutter
66
You can’t perform that action at this time.
0 commit comments