66 * Admin-interface for configuring the plugin
77 * via the standard-functions of pluginloader.
88 *
9- * Version: 1.6.6
10- * Build: 2023071101
9+ * Version: 1.6.7
10+ * Build: 2024080501
1111 * Copyright: Holger Irmler
1212 * Email: CMSimple@HolgerIrmler.de
1313 * Website: http://CMSimple.HolgerIrmler.de
14+ * Copyright: CMSimple_XH developers
15+ * Website: https://www.cmsimple-xh.org/?About-CMSimple_XH/The-XH-Team
1416 * */
1517if (!defined ('CMSIMPLE_XH_VERSION ' )) {
1618 header ('HTTP/1.0 403 Forbidden ' );
@@ -80,23 +82,24 @@ function jquery_getMigrateVersions() {
8082 $ o .= plugin_admin_common ($ action , $ admin , $ plugin );
8183 }
8284 if ($ admin == '' ) {
83- $ o .= PHP_EOL . '<div> ' ;
84- $ o .= PHP_EOL . '<h1>jQuery for CMSimple</h1> ' ;
85- $ o .= PHP_EOL . '<p>Version 1.6.6 - 2023-06-21</p> ' ;
86- $ o .= PHP_EOL . '<p>©2011-2023 <a href="http://cmsimple.holgerirmler.de/" target="_blank">http://CMSimple.HolgerIrmler.de</a></p> ' ;
87- $ o .= PHP_EOL . '<p> ' ;
88- $ o .= PHP_EOL . 'jQuery Version: ' ;
85+ $ o .= "\n" . '<div> ' ;
86+ $ o .= "\n" . '<h1>jQuery for CMSimple</h1> ' ;
87+ $ o .= "\n" . '<p>Version 1.6.7 - 2024-08-05</p> ' ;
88+ $ o .= "\n" . '<p>©2011-2023 <a href="http://cmsimple.holgerirmler.de/" target="_blank">http://CMSimple.HolgerIrmler.de</a></p> ' ;
89+ $ o .= "\n" . '<p>©2024 <a href="https://www.cmsimple-xh.org/?About-CMSimple_XH/The-XH-Team" target="_blank">The CMSimple_XH developers</a></p> ' ;
90+ $ o .= "\n" . '<p> ' ;
91+ $ o .= "\n" . 'jQuery Version: ' ;
8992 $ o .= '<script>
9093 var migrate = " & Migrate-Plugin";
9194 if (typeof jQuery.migrateWarnings === \'undefined \') {
9295 migrate = "";
9396 }
9497 document.write(jQuery.fn.jquery + migrate)
9598 </script> ' ;
96- $ o .= PHP_EOL . '<br> ' ;
97- $ o .= PHP_EOL . 'jQueryUI Version: ' ;
99+ $ o .= "\n" . '<br> ' ;
100+ $ o .= "\n" . 'jQueryUI Version: ' ;
98101 $ o .= '<script>document.write(jQuery.ui.version)</script> ' ;
99- $ o .= PHP_EOL . '</p> ' ;
100- $ o .= PHP_EOL . '</div> ' ;
102+ $ o .= "\n" . '</p> ' ;
103+ $ o .= "\n" . '</div> ' ;
101104 }
102105}
0 commit comments