Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: morhi/statamic-cms

Tags

v3.0.0-beta.31

Toggle v3.0.0-beta.31's commit message
Merge branch 'pull/1922'

v3.0.0-beta.30

Toggle v3.0.0-beta.30's commit message
Dry up shallow augmentation. Let the objects handle it rather than th…

…e fieldtypes.

v3.0.0-beta.29

Toggle v3.0.0-beta.29's commit message
Handle pipe array syntax when using `in` and `not_in` conditions.

v3.0.0-beta.28

Toggle v3.0.0-beta.28's commit message
fix rule

a mystery how that was ever false. 🤯

v3.0.0-beta.27

Toggle v3.0.0-beta.27's commit message
Don't set sites

v3.0.0-beta.26

Toggle v3.0.0-beta.26's commit message
Update method call where trait was removed in a0b9313

v3.0.0-beta.25

Toggle v3.0.0-beta.25's commit message
Use proper augmentedasset instance

Closes statamic#1482

v3.0.0-beta.24

Toggle v3.0.0-beta.24's commit message
Merge branch 'feature/globals'

v3.0.0-beta.23

Toggle v3.0.0-beta.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes save of existing user for database users (statamic#1574)

* Typecasts $except to int in UniqueUserValue.php

The value of `$except` is a string in a fresh v3 install (for me at least), the identical-to comparison operator therefore means it's not possible to edit an existing user. Typecasting `$except` to an integer fixes this.

* Changes comparison operator to equal to in UniqueUserValue.php

v3.0.0-beta.22

Toggle v3.0.0-beta.22's commit message
Bring across no options style