Releases: pacoorozco/ssham
Releases · pacoorozco/ssham
Release v0.19.3
Changed
- Bump
spatie/laravel-permission
to 6.4.0 - Bump
yajra/laravel-datatables-oracle
to 10.11.4 - Bump
bensampo/laravel-enum
to 6.10.0
Review CHANGELOG to see changes.
Release v0.19.2
Changed
- Bump
phpseclib/phpseclib
to 3.0.35 - Bump
larastan/larastan
to 2.8.1 - Bump
bensampo/laravel-enum
to 6.8.0 - Bump
laravel/sanctum
to 3.3.3 - Bump
laravel/sail
to 1.27.3 - Bump
laravel/framework
to 10.43.0 - Bump
laravel/ui
to 4.4.0 - Bump
yajra/laravel-datatables-oracle
to 10.11.3 - Bump
brianium/paratest
to 7.4.1 - Bump
doctrine/dbal
to 3.8.1 - Bump
laravel/pint
to 10.13.10 - Bump
laravel/sail
1.27.3 - Bump
phpunit/phpunit
10.5.10 - Bump
spatie/laravel-ignition
to 2.4.2
Fixed
- Error when updating own profile wo/ password change (#457)
Review CHANGELOG to see changes.
Release v0.19.1
Changed
- Bump
aglipanci/laravel-pint-action
to version 2.3.1 - Bump
yajra/laravel-datatables-oracle
to version 10.11.3 - [DEV] Bump
phpunit/phpunit
to version 10.5.5 - Bump
laravel/framework
to version 10.40.0 - Bump
laravel/ui
to version 4.3.0 - Bump
spatie/laravel-permission
to version 6.3.0
Review CHANGELOG to see changes.
Release v0.19.0
Changed
- Important: The required minimum version of PHP is v8.2.
- Bump
bensampo/laravel-enum
from 6.6.0 to 6.7.0 - Bump
laravel-json-api/laravel
from 3.0.0 to 3.2.0 - Bump
laravel/framework
from 10.17.0 to 10.37.0 - Bump
laravel/sanctum
from 3.2.5 to 3.3.2 - Bump
laravel/ui
from 4.2.2 to 4.2.3 - Bump
pacoorozco/openssh
from 0.5.0 to 0.5.1 - Bump
phpseclib/phpseclib
from 3.0.19 to 3.0.34 - Bump
spatie/laravel-permission
from 5.10.0 to 5.11.0 - Bump
yajra/laravel-datatables-oracle
from 10.4.2 to 10.11.2
Review CHANGELOG to see changes.
Release v0.18.1
Changed
- Bump
yajra/laravel-datatables-oracle
from 10.4.0 to 10.4.2 - Bump
laravel/ui
from 4.2.1 to 4.2.2 - Bump
spatie/laravel-ignition
from 2.1.0 to 2.1.3 - Bump
bensampo/laravel-enum
from 6.3.1 to 6.6.0 - Bump
doctrine/dbal
from 3.6.2 to 3.6.5 - [CI] Bump
aglipanci/laravel-pint-action
from 2.1.0 to 2.3.0 - [CI] Bump
fakerphp/faker
from 1.21.0 to 1.23.0 - [CI] Bump
laravel/sail
from 1.21.5 to 1.22.0 - [CI] Bump
brianium/paratest
from 7.1.3 to 7.2.3 - [CI] Bump
laravel/pint
from 1.10.0 to 1.10.5
Review CHANGELOG to see changes.
Release v0.18.0
Added
- Control over the public key comment. Users can customize it with the key's name. (#353)
- Refactor to improve performance when generation
authorized_keys
files.
Changed
- Dependencies are updated to the latest releases.
- Replace
laravelcollective/html
bylaravel-form-components
package. (#394) - [CI] Use
RefreshDatabase
to enable refresh after each test. - [CI] Replace deprecated create release action
Fixed
- Fix broken link on the CONTRIBUTING document.
- [CI] Fix deprecation message on GHA
Removed
- Possibility to set
Deny
rules. Denial is intended by default.
Review CHANGELOG to see changes.
Release v0.17.0
NOTE: This release has non-backwards compatible changes. It may include some changes in the database tables.
Changed
- Important: The required minimum version of PHP is v8.1.
- Important: This application has been upgraded to Laravel 10.x.
- Important: Database schema has been modified in a non-backwards compatible way.
- The
password_resets
table renamed topassword_resets_tokens
.
- The
- Test running against a real database instead of memory (SQLite).
Removed
- Unused
fuitcake/cors
dependency.
Release v0.16.0
Release v0.15.2
Changed
- Updated dependencies to the latest versions.
- The bastion's public key will be created from the private key submitted in the
Settings
page. (#318) - The unused temporary dir has been removed from the
Settings
page. (#165)
Fixed
- Everytime a user logs in, the model is updated (some date) on audit. (#163)
- PHPStan message about Yajra DataTables. (#331)
- Fix flaky test in
Feature/Http/Controllers/AuditDataTablesControllerTest.php
.
Review CHANGELOG to see changes.