Skip to content

Commit c229421

Browse files
committed
Fix version information
1 parent 98ffcff commit c229421

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

mod_smartsupp/css/default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Plugin Name: Smartsupp Live Chat
1111
* Plugin URI: http://www.smartsupp.com
1212
* Description: Adds Smartsupp Live Chat code to Joomla.
13-
* Version: 1.0.0
13+
* Version: 3.0.0
1414
* Author: Smartsupp
1515
* Author URI: http://www.smartsupp.com
1616
* Text Domain: smartsupp

mod_smartsupp/helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Plugin Name: Smartsupp
1212
* Plugin URI: http://www.smartsupp.com
1313
* Description: Adds Smartupp Live Chat code to Joomla.
14-
* Version: 1.0.0
14+
* Version: 3.0.0
1515
* Author: Smartsupp
1616
* Author URI: http://www.smartsupp.com
1717
* Text Domain: smartlook

mod_smartsupp/mod_smartsupp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Plugin Name: Smartsupp
1212
* Plugin URI: http://www.smartsupp.com
1313
* Description: Adds Smartupp Live Chat code to Joomla.
14-
* Version: 1.0.0
14+
* Version: 3.0.0
1515
* Author: Smartsupp
1616
* Author URI: http://www.smartsupp.com
1717
* Text Domain: smartlook

mod_smartsupp/mod_smartsupp.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<extension type="module" version="1.0.0" client="site" method="upgrade">
2+
<extension type="module" version="3.0.0" client="site" method="upgrade">
33
<name>Smartsupp Live Chat</name>
44
<author>Smartsupp.com</author>
55
<creationDate>July 31, 2016</creationDate>
6-
<copyright>Copyright (C) 2016 Smartlook.com</copyright>
6+
<copyright>Copyright (C) 2016+ Smartlook.com</copyright>
77
<license>http://www.gnu.org/licenses/gpl-2.0.txt</license>
88
<authorEmail>vladimir@smartsupp.com</authorEmail>
99
<authorUrl>www.smartsupp.com</authorUrl>
10-
<version>1.0.0</version>
10+
<version>3.0.0</version>
1111
<description>COM_MOD_SMARTSUPP_DESCRIPTION</description>
1212
<files>
1313
<folder>css</folder>

mod_smartsupp/tmpl/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Plugin Name: Smartsupp Live Chat
1212
* Plugin URI: http://www.smartsupp.com
1313
* Description: Adds Smartsupp Live Chat code to Joomla.
14-
* Version: 1.0.0
14+
* Version: 3.0.0
1515
* Author: Smartsupp
1616
* Author URI: http://www.smartsupp.com
1717
* Text Domain: smartsupp

0 commit comments

Comments
 (0)