Skip to content

1.2.2

Compare
Choose a tag to compare
@devfake devfake released this 15 Dec 11:33
· 205 commits to master since this release
  • Increase timeout for bigger imports
  • Allow null value for original_title in items table

To upgrade, run:

git fetch
git checkout 1.2.2
cd backend
composer install
php artisan migrate