Skip to content

Commit

Permalink
Version 1.6.8 2024-10-14
Browse files Browse the repository at this point in the history
 Update jQuery migrate to 3.5.2
 Update jQuery ui to 1.14.0

 Remove jQuery 1.11.3
 Remove jQuery 3.1.1
 Remove jQuery 3.2.1
 Remove jQuery 3.5.1
 Remove jQuery 3.6.0
 Remove jQuery 3.7.0

 Remove jQuery ui 1.11.4
 Remove jQuery ui 1.12.1
 Remove jQuery ui 1.13.2
 Remove jQuery ui 1.13.3

 Remove jQuery migrate 3.0.0
 Remove jQuery migrate 3.3.0
 Remove jQuery migrate 3.4.0
 Remove jQuery migrate 3.4.1
 Remove jQuery migrate 3.5.0
  • Loading branch information
olape-git committed Oct 22, 2024
1 parent f5d8dfb commit a15161d
Show file tree
Hide file tree
Showing 81 changed files with 20,151 additions and 3,499 deletions.
7 changes: 4 additions & 3 deletions admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
* Admin-interface for configuring the plugin
* via the standard-functions of pluginloader.
*
* Version: 1.6.7
* Build: 2024080501
* Version: 1.6.8
* Build: 2024101401
* Copyright: Holger Irmler
* Email: [email protected]
* Website: http://CMSimple.HolgerIrmler.de
* Copyright: CMSimple_XH developers
* Website: https://www.cmsimple-xh.org/?About-CMSimple_XH/The-XH-Team
* */

if (!defined('CMSIMPLE_XH_VERSION')) {
header('HTTP/1.0 403 Forbidden');
exit;
Expand Down Expand Up @@ -84,7 +85,7 @@ function jquery_getMigrateVersions() {
if ($admin == '') {
$o .= "\n" . '<div>';
$o .= "\n" . '<h1>jQuery for CMSimple</h1>';
$o .= "\n" . '<p>Version 1.6.7 - 2024-08-05</p>';
$o .= "\n" . '<p>Version 1.6.8 - 2024-10-14</p>';
$o .= "\n" . '<p>&copy;2011-2023 <a href="http://cmsimple.holgerirmler.de/" target="_blank">http://CMSimple.HolgerIrmler.de</a></p>';
$o .= "\n" . '<p>&copy;2024 <a href="https://www.cmsimple-xh.org/?About-CMSimple_XH/The-XH-Team" target="_blank">The CMSimple_XH developers</a></p>';
$o .= "\n" . '<p>';
Expand Down
25 changes: 25 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@ Full history since v.1.6.6 is now available on GitHub https://github.com/cmsimpl

========================================================================================

Version 1.6.8 2024-10-14

Update jQuery migrate to 3.5.2
Update jQuery ui to 1.14.0

Remove jQuery 1.11.3
Remove jQuery 3.1.1
Remove jQuery 3.2.1
Remove jQuery 3.5.1
Remove jQuery 3.6.0
Remove jQuery 3.7.0

Remove jQuery ui 1.11.4
Remove jQuery ui 1.12.1
Remove jQuery ui 1.13.2
Remove jQuery ui 1.13.3

Remove jQuery migrate 3.0.0
Remove jQuery migrate 3.3.0
Remove jQuery migrate 3.4.0
Remove jQuery migrate 3.4.1
Remove jQuery migrate 3.5.0

------------------------------------------------------------------------------------------------------------------

Version 1.6.7 2024-08-05

Update jQuery to 3.7.1
Expand Down
17 changes: 15 additions & 2 deletions config/config.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
<?php

/**
* jQuery for CMSimple
*
* Version: 1.6.8
* Build: 2024101401
* Copyright: Holger Irmler
* Email: [email protected]
* Website: http://CMSimple.HolgerIrmler.de
* Copyright: CMSimple_XH developers
* Website: https://www.cmsimple-xh.org/?About-CMSimple_XH/The-XH-Team
* */

$plugin_cf['jquery']['version_core']="3.7.1";
$plugin_cf['jquery']['version_ui']="1.13.3";
$plugin_cf['jquery']['version_migrate']="jquery-migrate-3.5.0.min.js";
$plugin_cf['jquery']['version_ui']="1.14.0";
$plugin_cf['jquery']['version_migrate']="jquery-migrate-3.5.2.min.js";
$plugin_cf['jquery']['load_migrate']="";
$plugin_cf['jquery']['autoload']="";
$plugin_cf['jquery']['autoload_libraries']="jQuery";
11 changes: 4 additions & 7 deletions config/defaultconfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@
/**
* jQuery for CMSimple
*
* Admin-interface for configuring the plugin
* via the standard-functions of pluginloader.
*
* Version: 1.6.7
* Build: 2024080501
* Version: 1.6.8
* Build: 2024101401
* Copyright: Holger Irmler
* Email: [email protected]
* Website: http://CMSimple.HolgerIrmler.de
Expand All @@ -17,8 +14,8 @@
* */

$plugin_cf['jquery']['version_core']="3.7.1";
$plugin_cf['jquery']['version_ui']="1.13.3";
$plugin_cf['jquery']['version_migrate']="jquery-migrate-3.5.0.min.js";
$plugin_cf['jquery']['version_ui']="1.14.0";
$plugin_cf['jquery']['version_migrate']="jquery-migrate-3.5.2.min.js";
$plugin_cf['jquery']['load_migrate']="";
$plugin_cf['jquery']['autoload']="";
$plugin_cf['jquery']['autoload_libraries']="jQuery";
7 changes: 2 additions & 5 deletions config/metaconfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@
/**
* jQuery for CMSimple
*
* Admin-interface for configuring the plugin
* via the standard-functions of pluginloader.
*
* Version: 1.6.7
* Build: 2024080501
* Version: 1.6.8
* Build: 2024101401
* Copyright: Holger Irmler
* Email: [email protected]
* Website: http://CMSimple.HolgerIrmler.de
Expand Down
2 changes: 1 addition & 1 deletion help/help.htm
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h1><a class="mozTocH1" name="mozTocId902206"></a>jQuery
a CMSimple installation and make the libraries available to use with
other CMSimple-Plugins. </p>

<p class="additional">Version 1.6.7 - 2024-08-05<br>
<p class="additional">Version 1.6.8 - 2024-10-14<br>
<span class="additional">&copy; 2011-2023 </span><a class="additional" target="_blank" href="http://cmsimple.holgerirmler.de">Holger Irmler</a>.<br>
<span class="additional">&copy; 2024 </span><a class="additional" target="_blank" href="https://www.cmsimple-xh.org/?About-CMSimple_XH/The-XH-Team">CMSimple_XH developers</a>.
</p>
Expand Down
2 changes: 1 addition & 1 deletion help/help_de.htm
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h1><a class="mozTocH1" name="mozTocId902206"></a>jQuery
einer CMSimple Installation beifügt und die Bibliotheken anderen
CMSimple-Plugins zur Verfügung stellt. </p>

<p class="additional">Version 1.6.7 - 2024-08-05<br>
<p class="additional">Version 1.6.8 - 2024-10-14<br>
<span class="additional">&copy; 2011-2023 </span><a class="additional" target="_blank" href="http://cmsimple.holgerirmler.de">Holger Irmler</a>.<br>
<span class="additional">&copy; 2024 </span><a class="additional" target="_blank" href="https://www.cmsimple-xh.org/?About-CMSimple_XH/The-XH-Team">CMSimple_XH developers</a>.
</p>
Expand Down
5 changes: 3 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
/**
* jQuery for CMSimple
*
* Version: 1.6.7
* Build: 2024080501
* Version: 1.6.8
* Build: 2024101401
* Copyright: Holger Irmler
* Email: [email protected]
* Website: http://CMSimple.HolgerIrmler.de
* Copyright: CMSimple_XH developers
* Website: https://www.cmsimple-xh.org/?About-CMSimple_XH/The-XH-Team
* */

if (!defined('CMSIMPLE_XH_VERSION')) {
header('HTTP/1.0 403 Forbidden');
exit;
Expand Down
5 changes: 3 additions & 2 deletions jquery.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@
* to enable jQuery, jQueryUI
* and other jQuery-based plugins
*
* Version: 1.6.7
* Build: 2024080501
* Version: 1.6.8
* Build: 2024101401
* Copyright: Holger Irmler
* Email: [email protected]
* Website: http://CMSimple.HolgerIrmler.de
* Copyright: CMSimple_XH developers
* Website: https://www.cmsimple-xh.org/?About-CMSimple_XH/The-XH-Team
* */

if (!defined('CMSIMPLE_XH_VERSION')) {
header('HTTP/1.0 403 Forbidden');
exit;
Expand Down
2 changes: 2 additions & 0 deletions languages/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
order deny,allow
deny from all
13 changes: 13 additions & 0 deletions languages/de.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
<?php

/**
* jQuery for CMSimple
*
* Version: 1.6.8
* Build: 2024101401
* Copyright: Holger Irmler
* Email: [email protected]
* Website: http://CMSimple.HolgerIrmler.de
* Copyright: CMSimple_XH developers
* Website: https://www.cmsimple-xh.org/?About-CMSimple_XH/The-XH-Team
* */

$plugin_tx['jquery']['cf_autoload']="Sollen die JS Bibliotheken automatisch auf allen Seiten geladen werden?";
$plugin_tx['jquery']['cf_autoload_libraries']="Soll nur jQuery, oder jQuery zusammen mit jQueryUI automatisch geladen werden?";
$plugin_tx['jquery']['cf_load_migrate']="Soll das Migrate-Plugin geladen werden? Mehr Informationen unter <a target=\"_blank\" href=\"https://jquery.com/download/#jquery-migrate-plugin\">https://jquery.com/download/#jquery-migrate-plugin</a>.";
13 changes: 13 additions & 0 deletions languages/default.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
<?php

/**
* jQuery for CMSimple
*
* Version: 1.6.8
* Build: 2024101401
* Copyright: Holger Irmler
* Email: [email protected]
* Website: http://CMSimple.HolgerIrmler.de
* Copyright: CMSimple_XH developers
* Website: https://www.cmsimple-xh.org/?About-CMSimple_XH/The-XH-Team
* */

$plugin_tx['jquery']['cf_autoload']="Check to auto-load the libraries on every page.";
$plugin_tx['jquery']['cf_autoload_libraries']="Whether to auto-load only jQuery or jQuery together with jQueryUI.";
$plugin_tx['jquery']['cf_load_migrate']="Whether to load the Migrate-plugin or not. See <a target=\"_blank\" href=\"https://jquery.com/download/#jquery-migrate-plugin\">https://jquery.com/download/#jquery-migrate-plugin</a> for more informations.";
13 changes: 13 additions & 0 deletions languages/en.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
<?php

/**
* jQuery for CMSimple
*
* Version: 1.6.8
* Build: 2024101401
* Copyright: Holger Irmler
* Email: [email protected]
* Website: http://CMSimple.HolgerIrmler.de
* Copyright: CMSimple_XH developers
* Website: https://www.cmsimple-xh.org/?About-CMSimple_XH/The-XH-Team
* */

$plugin_tx['jquery']['cf_autoload']="Check to auto-load the libraries on every page.";
$plugin_tx['jquery']['cf_autoload_libraries']="Whether to auto-load only jQuery or jQuery together with jQueryUI.";
$plugin_tx['jquery']['cf_load_migrate']="Whether to load the Migrate-plugin or not. See <a target=\"_blank\" href=\"https://jquery.com/download/#jquery-migrate-plugin\">https://jquery.com/download/#jquery-migrate-plugin</a> for more informations.";
4 changes: 4 additions & 0 deletions languages/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?php

die('access denied');

5 changes: 0 additions & 5 deletions lib/jquery/1.11.3/jquery.min.js

This file was deleted.

4 changes: 0 additions & 4 deletions lib/jquery/3.1.1/jquery.min.js

This file was deleted.

4 changes: 0 additions & 4 deletions lib/jquery/3.2.1/jquery.min.js

This file was deleted.

2 changes: 0 additions & 2 deletions lib/jquery/3.5.1/jquery.min.js

This file was deleted.

2 changes: 0 additions & 2 deletions lib/jquery/3.6.0/jquery.min.js

This file was deleted.

2 changes: 0 additions & 2 deletions lib/jquery/3.7.0/jquery.min.js

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
7 changes: 0 additions & 7 deletions lib/jquery_ui/1.11.4/css/jquery-ui.min.css

This file was deleted.

13 changes: 0 additions & 13 deletions lib/jquery_ui/1.11.4/jquery-ui.min.js

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
7 changes: 0 additions & 7 deletions lib/jquery_ui/1.12.1/css/jquery-ui.min.css

This file was deleted.

13 changes: 0 additions & 13 deletions lib/jquery_ui/1.12.1/jquery-ui.min.js

This file was deleted.

Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
7 changes: 0 additions & 7 deletions lib/jquery_ui/1.13.2/css/jquery-ui.min.css

This file was deleted.

6 changes: 0 additions & 6 deletions lib/jquery_ui/1.13.2/jquery-ui.min.js

This file was deleted.

7 changes: 0 additions & 7 deletions lib/jquery_ui/1.13.3/css/jquery-ui.min.css

This file was deleted.

6 changes: 0 additions & 6 deletions lib/jquery_ui/1.13.3/jquery-ui.min.js

This file was deleted.

Loading

0 comments on commit a15161d

Please sign in to comment.