Skip to content

Releases: corcel/corcel

v1.1.0: Merge pull request #169 from jgrossi/dev

01 Jun 18:52

Choose a tag to compare

Merging `dev` into `master` for `v1.1.0`

Decreasing number of SQL queries

30 May 12:48

Choose a tag to compare

Merge pull request #167 from jgrossi/dev

Merging from dev branch to release v1.0.11

v1.0.10: Merge pull request #160 from jgrossi/dev

20 May 18:31

Choose a tag to compare

Merging last dev changes to master

Now compatible with Laravel >=5.2.32

19 May 16:08

Choose a tag to compare

Merge pull request #155 from jgrossi/dev

Fixing compatibility problem with Laravel >= 5.3.32

v1.0.8: Merge pull request #149 from jgrossi/dev

12 May 16:25

Choose a tag to compare

Merging PR #148 to fix issue #146

Bug fixes

07 May 17:39

Choose a tag to compare

Merge pull request #143 from jgrossi/dev

Merging `dev` into `master`

v1.0.6: Merge pull request #133 from jgrossi/dev

29 Apr 19:06

Choose a tag to compare

v1.0.5: Merge pull request #131 from jgrossi/dev

29 Apr 16:11

Choose a tag to compare

  • Fixed #129 issue, when getting image using Corcel\Post::getImageAttribute() method. The Attachment class was not using the correct connection name.

v1.0.4

19 Apr 19:58

Choose a tag to compare

  • Changed how password hashing is made to follow WordPress algorithm;
  • Check for serialized data when returning meta data;
  • Fixed post meta issue for different database connections.

Replaced `phpass` for `illuminate/hashing`

19 Mar 15:55

Choose a tag to compare

  • Created traits to set updatedAt and createdAt logic to models
  • Replaced hautelook/phpass to illuminate/hashing
  • Now PHP 5.4.0 is the minimum requirement to use Corcel, and not PHP 5.6