Codebase versions: Difference between revisions

From nuBuilderForte
Jump to navigation Jump to search
m (Added Font Awesome link)
No edit summary
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Common Info ==
== Common Info ==
* '''nuBuilder v4''' has evolved over several years through 2020 by [https://github.com/steven-copley/nubuilder4 Steven Copley] and '''updated''' by [https://github.com/apmuthu/nubuilder4 Ap.Muthu] since Dec 2021
* '''nuBuilder v4''' has evolved over several years through 2020 by [https://github.com/steven-copley/nubuilder4 Steven Copley]
* '''nubuilder v4.5''' is the brand new version as of 2021 primarily by [https://github.com/nuBuilder/nuBuilder-4.5 smalos / kev1n]
* '''nubuilder v4.5''' is the brand new version as of 2021 primarily by [https://github.com/nuBuilder/nuBuilder-4.5 smalos / kev1n]
* Each version has their minimum server component version compatibility specifications.
* Each version has their minimum server component version compatibility specifications.
Line 10: Line 10:


== [https://github.com/nuBuilder/nuBuilder-4.5 nuBuilder v4.5] Version ==
== [https://github.com/nuBuilder/nuBuilder-4.5 nuBuilder v4.5] Version ==
* '''nudb aka phpMyAdmin''' [https://github.com/nuBuilder/nuBuilder-4.5/blob/master/core/libs/nudb/ChangeLog v.5.2 snapshot  (2022-01-14)]
* '''nudb aka phpMyAdmin''' [https://github.com/nuBuilder/nuBuilder-4.5/blob/master/core/libs/nudb/ChangeLog v.5.2.0]
* '''ace''' - [https://ace.c9.io/ Ace Editor] | [https://github.com/nuBuilder/nuBuilder-4.5/blob/master/core/libs/ace/ChangeLog.txt 2022-01-26] v1.4.14
* '''ace''' - [https://ace.c9.io/ Ace Editor] | [https://github.com/nuBuilder/nuBuilder-4.5/blob/master/core/libs/ace/ChangeLog.txt v1.5.0]
* '''ApexCharts''' [https://github.com/nuBuilder/nuBuilder-4.5/blob/master/core/libs/apexcharts/apexcharts.min.js v3.22.0]
* '''ApexCharts''' [https://github.com/nuBuilder/nuBuilder-4.5/blob/master/core/libs/apexcharts/apexcharts.min.js v3.35.1]
* '''[https://github.com/PHPMailer/PHPMailer/wiki PHPMailer]''' [https://github.com/nuBuilder/nuBuilder-4.5/blob/master/core/libs/phpmailer/PHPMailer.php v6.3.0] - [[Media:nb45_PHPMailer_6.3.0_long_array_syntax_fixes.zip|fixes for older PHP < 5.5]]
* '''[https://github.com/PHPMailer/PHPMailer/wiki PHPMailer]''' [https://github.com/nuBuilder/nuBuilder-4.5/blob/master/core/libs/phpmailer/PHPMailer.php v6.7.1]  
* '''[https://getbootstrap.com/ Bootstrap]''' [https://github.com/nuBuilder/nuBuilder-4.5/blob/master/core/libs/bootstrap/bootstrap.bundle.min.js v4.3.1]
* '''[https://getbootstrap.com/ Bootstrap]''' [https://github.com/nuBuilder/nuBuilder-4.5/blob/master/core/libs/bootstrap/bootstrap.bundle.min.js v4.3.1]
* '''[https://jquery.com/ jQuery]''' [https://github.com/nuBuilder/nuBuilder-4.5/blob/master/core/libs/jquery/jquery.js v3.6.0]
* '''[https://jquery.com/ jQuery]''' [https://github.com/nuBuilder/nuBuilder-4.5/blob/master/core/libs/jquery/jquery.js v3.6.4]
* '''[https://tcpdf.org/ TCPDF]''' [https://github.com/nuBuilder/nuBuilder-4.5/blob/master/core/libs/tcpdf/CHANGELOG.TXT v6.4.3]
* '''[https://tcpdf.org/ TCPDF]''' [https://github.com/nuBuilder/nuBuilder-4.5/blob/master/core/libs/tcpdf/CHANGELOG.TXT v6.6.2]
* '''Mysqldump.php''' [https://github.com/ifsnop/mysqldump-php/blob/b232c2b6b2e250d716f936b0d11eda6bc2ec3df4/src/Ifsnop/Mysqldump/Mysqldump.php v2.9+] (2020-11-20)
* '''Mysqldump.php''' [https://github.com/ifsnop/mysqldump-php/blob/b232c2b6b2e250d716f936b0d11eda6bc2ec3df4/src/Ifsnop/Mysqldump/Mysqldump.php v2.11]
* '''TinyMCE''' [https://github.com/tinymce/tinymce v5.10.2 (2021-11-17)]
* '''TinyMCE''' [https://github.com/tinymce/tinymce v6.3.0]
* '''[https://quilljs.com/ Quill Editor]''' [https://github.com/nuBuilder/nuBuilder-4.5/blob/master/core/libs/quill/quill.min.js v1.3.7]
* '''[https://select2.org/ Select2]''' [https://github.com/nuBuilder/nuBuilder-4.5/blob/master/core/libs/select2/select2.min.js v4.1.0-rc.0]
* '''[https://select2.org/ Select2]''' [https://github.com/nuBuilder/nuBuilder-4.5/blob/master/core/libs/select2/select2.min.js v4.1.0-rc]
* '''ctxmenu''' [https://github.com/nkappler/ctxmenu v1.5.0]
* '''ctxmenu''' [https://github.com/nkappler/ctxmenu v1.4.3]
* '''Font Awesome''' [https://fontawesome.com/search?m=free v6.1.2]
* '''Font Awesome''' [https://fontawesome.com/search?m=free v6.1.1]
*'''[https://tinyfilemanager.github.io/ Tiny File Manager]''' [https://github.com/prasathmani/tinyfilemanager v2.4.7]


== [https://github.com/apmuthu/nubuilder4 nuBuilder v4] Updated Version ==
* '''nudb aka phpMyAdmin''' [https://github.com/apmuthu/nubuilder4/blob/master/core/nudb/ChangeLog 5.0.2 (2020-03-20)] - use [https://codeload.github.com/phpmyadmin/phpmyadmin/tar.gz/RELEASE_4_0_10_17 v4.10.0.17 (2016-08-16)] for older PHP versions 5 to 7.
* '''ace''' - [https://ace.c9.io/ Ace Editor] | [https://github.com/apmuthu/nubuilder4/blob/master/core/ace/ChangeLog.txt 2016.12.03] Version 1.2.6
* '''[https://github.com/PHPMailer/PHPMailer/wiki PHPMailer]''' [https://github.com/apmuthu/nubuilder4/blob/master/core/phpmailer/PHPMailer.php v6.0.2 (2017-11-02)] - Older PHP versions 5 to 7 can use [https://github.com/PHPMailer/PHPMailer/archive/v5.2.28.tar.gz v5.2.28] (2020-03-19)
* '''[https://jquery.com/ jQuery]''' [https://github.com/apmuthu/nubuilder4/blob/master/core/jquery/jquery.js v3.5.1]
* '''[https://tcpdf.org/ TCPDF]''' [https://github.com/apmuthu/nubuilder4/blob/master/core/tcpdf/CHANGELOG.TXT v6.2.13 (2016-06-10)]


[[Category: Dashboard]]
[[Category: Dashboard]]

Revision as of 19:24, 20 March 2023

Common Info

  • nuBuilder v4 has evolved over several years through 2020 by Steven Copley
  • nubuilder v4.5 is the brand new version as of 2021 primarily by smalos / kev1n
  • Each version has their minimum server component version compatibility specifications.
  • Quite a few libraries are compatible between versions and are limited by their server component version based usability.
  • Any version of nudb (phpMyAdmin) library that suits the server component versions can be deployed except that its config.inc.php file needs to be matched. More Info
  • MediaWiki is used for this wiki
  • PHP 5 through 8 are used with various customisations / alternate versions of library components listed herein
  • JS / CSS Minified library versions are generally distributed and used. Transform a JavaScript into a more readable form by clicking the Pretty-Print icon in Chrome DevTools or Mozilla Firefox. (Other browsers might have a similar functionality or use the Notepad++ plugin JSTool).

nuBuilder v4.5 Version