Skip to content

Update 2.3

Compare
Choose a tag to compare
@Thomasfds Thomasfds released this 04 Apr 10:09
· 23 commits to main since this release
0352d0e

Intersect CMS Update 2.3

Admin Patch

In this patch we improve and fix somes issues on the Admin Dashboard.

  • Move subfolder theme "Admin" in main Admin folder
  • Remove all subfolder theme "admin" from "Britania" and "Britania R"
  • Users list on Account page is now in cache for 24h (for update need to clear cache folder manually at now)
  • Items is now in cache for 24h by page (for update need to clear cache folder manually at now)

You need to remove folder "admin" and files "admin.html.twig" and "base_admin.html.twig" from themes folders "Britania" and "BritaniaR" for keep your installation clean and ready to update for 2.4 (php 8.x upgrade)

Security Patch

Install the security patch in unzip all in the same folder.

Global

  • Improve Players list page,
    • Add cache for players list (1day)
    • Initial page load time on first load: Between 3 and 5 seconds
    • Page load time after first load : Below 500ms
  • Improve Rank list page,
    • Add cache for rank list
  • Fix bug of pagination on BritaniaR template for Admin items page,
  • Improve admin account list page for all template,
  • Separate admin settings page in three tabs : Website settings, Api settings, Socials settings,
  • Fix some missed translation,
  • Add list of guilds on public page,
  • Add menu for guild in Game,
  • Update translation fr,en,es
  • Add api endpoint for news based on Intersect Connect requirement.

Code rework

  • Separate in multiple controller administration part to facilitate the maintenance of the various pages and systems linked to the api of your games
  • Add Guild page on administration