Skip to content

Commit ff76590

Browse files
committed
Bump version
1 parent 323352f commit ff76590

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

admin.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
* Admin-interface for configuring the plugin
77
* via the standard-functions of pluginloader.
88
*
9-
* Version: 1.6.4
10-
* Build: 2017070201
9+
* Version: 1.6.5
10+
* Build: 2020072301
1111
* Copyright: Holger Irmler
1212
1313
* Website: http://CMSimple.HolgerIrmler.de
@@ -80,8 +80,8 @@ function jquery_getMigrateVersions() {
8080
if ($admin == '') {
8181
$o .= "\n" . '<div>';
8282
$o .= "\n" . '<h1>jQuery for CMSimple</h1>';
83-
$o .= "\n" . '<p>Version 1.6.4 - 2017-07-02</p>';
84-
$o .= "\n" . '<p>&copy;2011-2016 <a href="http://cmsimple.holgerirmler.de/" target="_blank">http://CMSimple.HolgerIrmler.de</a></p>';
83+
$o .= "\n" . '<p>Version 1.6.5 - 2020-07-23</p>';
84+
$o .= "\n" . '<p>&copy;2011-2020 <a href="http://cmsimple.holgerirmler.de/" target="_blank">http://CMSimple.HolgerIrmler.de</a></p>';
8585
$o .= "\n" . '<p>';
8686
$o .= "\n" . 'jQuery Version: ';
8787
$o .= '<script>

index.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
/**
44
* jQuery for CMSimple
55
*
6-
* Version: 1.6.4
7-
* Build: 2017070201
6+
* Version: 1.6.5
7+
* Build: 2020072301
88
* Copyright: Holger Irmler
99
1010
* Website: http://CMSimple.HolgerIrmler.de

jquery.inc.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
* to enable jQuery, jQueryUI
88
* and other jQuery-based plugins
99
*
10-
* Version: 1.6.4
11-
* Build: 2017070201
10+
* Version: 1.6.5
11+
* Build: 2020072301
1212
* Copyright: Holger Irmler
1313
1414
* Website: http://CMSimple.HolgerIrmler.de

0 commit comments

Comments
 (0)