Skip to content

Phosphorus Patch-2

Compare
Choose a tag to compare
@Stoakes Stoakes released this 13 Dec 21:03
· 245 commits to master since this release
460dbee

Just fixing a bug in update notification

Migration

Just run

cd /var/www/Incipio
git checkout master
git pull
git checkout v2.7.2
docker-compose exec web composer clear-cache-prod
docker-compose restart web # to reset permissions on cache
# Be sure to regularly update your server: apt-get update && apt-get dist-upgrade

Changelog

  • Fix update notification always showing after update bug. Thanks @PitouGames for notifying it.