- Changed composer.json and updated composer.lock

- Added new PostgreSQL types in application/core/DB_Model.php
- Updated the includes in application/views/*
- Added new view template application/views/templates/FHC-Common.php
- Moved JS includes in application/views/templates/FHC-Footer.php
- Updated JS and CSS includes in application/views/templates/FHC-Footer.php and application/views/templates/FHC-Header.php
- Updated public/js/bootstrapper.js
- Changed global variable names in application/views/templates/FHC-Common.php to include the version of the included source
This commit is contained in:
Paolo
2022-05-23 18:45:29 +02:00
parent 3d0bdcf95a
commit a603081544
53 changed files with 824 additions and 685 deletions
+3 -3
View File
@@ -308,9 +308,9 @@
"type": "package",
"package": {
"name": "twbs/bootstrap5",
"version": "5.0.2",
"version": "5.1.3",
"dist": {
"url": "https://github.com/twbs/bootstrap/releases/download/v5.0.2/bootstrap-5.0.2-dist.zip",
"url": "https://github.com/twbs/bootstrap/archive/refs/tags/v5.1.3.zip",
"type": "zip"
}
}
@@ -364,7 +364,7 @@
"tinymce/tinymce5": "5.10.*",
"twbs/bootstrap3": "3.4.*",
"twbs/bootstrap5": "5.0.*",
"twbs/bootstrap5": "5.1.*",
"vuejs/vuejs3": "3.2.33",