Skip to content

Commit 3881de9

Browse files
zsugar version is 1.5.0
1 parent 1fc4b51 commit 3881de9

File tree

7 files changed

+12
-6
lines changed

7 files changed

+12
-6
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@ zSugar allows to add a mail and their attachments into:
1515
You can also create new Leads before exporting an email.
1616

1717
## Compatibility
18-
zSugar has been tested in ZCS 6.x, 7.x and 8.x and SugarCRM v5.5.x and
18+
zSugar has been tested in ZCS 8.8.15 and SugarCRM v5.5.x and
1919
above (At least until 6.1.x). It may or may not work properly
2020
with other versions.
2121

22+
Older zsugar versions (1.4.x) worked with ZCS 6.x, 7.x, 8.6.x and 8.7.x.
23+
This new and improved zsugar version won't work with such old ZCS versions.
24+
2225
## Installing zSugar
2326
- Create a folder named com_irontec_zsugar
2427
- Download zSugar source and uncompress into previously created folder

com_irontec_zsugar.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# zSugar zimlet properties
22
zsugar_name = zsugar
33
zsugar_title = zsugar: Zimbra-SugarCRM Integration
4-
zsugar_version = 1.4.16
4+
zsugar_version = 1.5.0
55
zsugar_tooltip = SugarCRM Integration Zimlet
66
zsugar_powered = http://www.irontec.com
77

com_irontec_zsugar.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<zimlet name="com_irontec_zsugar" version="1.4.16" description="SugarCRM integration">
1+
<zimlet name="com_irontec_zsugar" version="1.5.0" description="SugarCRM integration">
22
<include>md5.js</include>
33
<include>sugarrestapi.js</include>
44
<include>zsugar.js</include>

doc/ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2020-04-10 zsugar 1.5.0
2+
* redirect.jsp was rewritten to work in ZCS 8.8.15
3+
14
2016-08-23 zsugar 1.4.16
25
* Tab between input fields on Lead Creation Dialog.
36
* Also escape JSON characters in subject

doc/INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
zSugar 1.4.16
1+
zSugar 1.5.0
22
SugarCRM integration into Zimbra
33

44
================================

doc/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
zSugar 1.4.16
1+
zSugar 1.5.0
22

33
SugarCRM integration into Zimbra
44
================================

doc/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
zSugar 1.4.16
1+
zSugar 1.5.0
22
SugarCRM integration into Zimbra
33

44
================================

0 commit comments

Comments
 (0)