Banshee
the secure PHP framework

Forum

v7.5 differences between composer and tarball

Joe Schmoe
31 march 2022, 16:55
There are a couple of differences between the composer version and the tarball available for download.

--- banshee-composer/database/mysql.sql
+++ banshee-tarball/database/mysql.sql
@@ -1007,7 +1007,7 @@
-INSERT INTO `settings` VALUES (1,'admin_page_size','integer','25'),(2,'database_version','float','7.4'),
+INSERT INTO `settings` VALUES (1,'admin_page_size','integer','25'),(2,'database_version','float','7.5'),

--- banshee-composer/libraries/helpers/module_list.php
+++ banshee-tarball/libraries/helpers/module_list.php
@@ -25,7 +25,7 @@
- "libraries" => array("directoryindex.php"),
+ "libraries" => array("directoryindex"),
@@ -102,7 +102,7 @@
- "cms/webshop/article", "cms/webshop/category", "cms/webshop/order"),
+ "cms/webshop", "cms/webshop/article", "cms/webshop/category", "cms/webshop/order"),

Message preview

The following BB-codes are available in a message:

  • [b]Bold text[/b]
  • [center]Center text or imagen[/center]
  • [color=color name or #RGB code]Colored text[/color]
  • [i]Italic text[/i]
  • [img]Link to image[/img]
  • [right]Align text or image right[/right]
  • [s]Strike-through text[/s]
  • [size=pixelsize]Big or small text[/size]
  • [u]Underlined text[/u]
  • [url]Link to website[/url]
  • [url=link to website]Link text[/url]