Skip to content

Releases: Distilleries/Expendable

2.24.1: Merge pull request #34 from intraordinaire/master

10 Jul 15:34
0dc40d5
Compare
Choose a tag to compare

2.24.0: Merge pull request #33 from intraordinaire/feature/laravel-5.8

10 Jul 10:00
dd97a59
Compare
Choose a tag to compare

2.23.0: Merge pull request #31 from Distilleries/scrutinizer-patch-1

20 Feb 17:12
badfdab
Compare
Choose a tag to compare

❇️ Externilize Security

  • Externalize security package
  • Tu enable it make sur you publish the new config file
return [
       'xss_enable'=> env('SECURITY_XSS_ENABLE',true),
       'html_purifier'=> env('SECURITY_HTML_PURIFIER_ENABLE',true)
];

🐳 Introduce to run all test on docker file

Use make file just run

make test

🐛 Fix bug on check permission if user dosn't have role.

v2.19.2

06 Feb 09:31
Compare
Choose a tag to compare
:bug: Fixing redirect empty url when user without permission come and…

v2.18.9

06 Feb 09:31
Compare
Choose a tag to compare
:bug: Fixing redirect empty url when user without permission come and…

2.22.1: Merge pull request #30 from intraordinaire/feature/phpspreadsheet

04 Feb 13:08
5d18d5e
Compare
Choose a tag to compare

:up: Update laravel-excel dependency in order to be php 7+ compliant

04 Feb 09:42
c2310db
Compare
Choose a tag to compare

🆙 Update laravel-excel dependency in order to be php 7+ compliant

PHP extension php_zip enabled
PHP extension php_xml enabled
PHP extension php_gd2 enabled

2.21.3

23 Jan 13:15
Compare
Choose a tag to compare
:bug: Fixing a bug on existing translation

2.18.8: :bug: Fixing a bug on existing translation

23 Jan 13:17
Compare
Choose a tag to compare
(cherry picked from commit 49d50b497943bd046dca23f8dcb50815b9f1a3cd)

:sparkles: Introducing TranslatableObserverContract.

17 Dec 11:47
Compare
Choose a tag to compare
2.21.2

:wrench: Changing scrutinizer thread waiting