Skip to content

Releases: Vinelab/cdn

v1.1.5

26 May 23:58
Compare
Choose a tag to compare
  • Support caching headers, metadata, expiry.

v1.1.4

26 May 23:57
Compare
Choose a tag to compare
  • Add the cdn:empty command to clears the bucket.

v1.1.3

25 May 22:55
Compare
Choose a tag to compare

Fixes issue #57

v1.1.2

24 May 21:26
Compare
Choose a tag to compare

Fix Issue #54 (Update git attributes file to keep the /tests directory when export-ignore is used with git).

v1.1.1

22 May 19:09
Compare
Choose a tag to compare
  • Support CloudFront
  • Update the coding style

Up to L5

28 Feb 16:35
Compare
Choose a tag to compare

Upgrade to Laravel 5.

Laravel 4.2 (Last suport for L 4.2)

26 Nov 14:56
Compare
Choose a tag to compare

Last time we support Laravel 4.2.

update the following dependencies:

  • "symfony/finder": "2.5.*@dev" "symfony/finder": "2.5.7",
  • "guzzlehttp/guzzle": "~4.0" "guzzlehttp/guzzle": "~5.0",
  • "aws/aws-sdk-php": "2.6." "aws/aws-sdk-php": "2.7."
  • "phpunit/phpunit": "4.2." "phpunit/phpunit": "4.3.",

v1.0.0

13 Oct 15:29
Compare
Choose a tag to compare

Add bypass option to make it easy to load local assets during development.

v1.0.0-beta.3

24 Sep 12:26
Compare
Choose a tag to compare

Fix the empty bucket name bug.

v1.0.0-beta.2

22 Sep 14:39
Compare
Choose a tag to compare

Add Path() function to allow full path assets loading (outside the public directory).
Update docs.