Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Jun 10, 2024
1 parent bcc0cc7 commit 09a60be
Show file tree
Hide file tree
Showing 87 changed files with 27,753 additions and 41,489 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [4.4.11] - 2024-06-10
### Fixed
- Updated oEmbed entry points [#537]

## [4.4.10] - 2023-12-10
### Fixed
- PHP 7.4 support
Expand Down Expand Up @@ -228,7 +232,9 @@ Full library refactoring.
[#525]: https://github.com/oscarotero/Embed/issues/525
[#527]: https://github.com/oscarotero/Embed/issues/527
[#529]: https://github.com/oscarotero/Embed/issues/529
[#537]: https://github.com/oscarotero/Embed/issues/537

[4.4.11]: https://github.com/oscarotero/Embed/compare/v4.4.10...v4.4.11
[4.4.10]: https://github.com/oscarotero/Embed/compare/v4.4.9...v4.4.10
[4.4.9]: https://github.com/oscarotero/Embed/compare/v4.4.8...v4.4.9
[4.4.8]: https://github.com/oscarotero/Embed/compare/v4.4.7...v4.4.8
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
<?php
declare(strict_types = 1);

return [
'headers' => [
'server' => [
'CloudFront'
],
'date' => [
'Mon, 10 Jun 2024 15:58:27 GMT',
'Mon, 10 Jun 2024 15:58:28 GMT'
],
'content-type' => [
'text/html',
'text/x-javascript; charset=utf-8'
],
'content-length' => [
'167'
],
'connection' => [
'keep-alive'
],
'location' => [
'https://animoto.com/oembeds/create?url=https%3A%2F%2Fanimoto.com%2Fplay%2FGjsJ1gu0WDRfr4pGw12xZQ&format=json'
],
'x-cache' => [
'Redirect from cloudfront',
'Error from cloudfront'
],
'via' => [
'1.1 ac6c61c5795b4bc9c16e9a11b9a19660.cloudfront.net (CloudFront)',
'1.1 a592869f6e840918be1b6be3060d1632.cloudfront.net (CloudFront)'
],
'x-amz-cf-pop' => [
'MAD51-C3',
'MAD51-C3'
],
'x-amz-cf-id' => [
'4hkX2coie31C4meSfyTtqpBYuWO2HH3iDbZs_vKQTByhl4MqRBlZsw== HTTP/2 404',
'VRXgUyN_zVNYrh-foCbxax5om8a6lA74Z8dV1Cw-W3qdoibg17Nlow=='
],
'vary' => [
'Accept-Encoding'
],
'cache-control' => [
'private,no-cache'
],
'set-cookie' => [
'_animoto.com_session=yY8IVOsuCWFgZsss1e77BHRyU0duQzHg44W%2FHNHxzRXbYN8sb33Kmb0DtMjfKBX2kuPFBTe03NSgTLm2gcBib0EwHFvk8KU%2FPGX%2Fdi3JQFfR3z3s4scM33VLxfU70p6YL3QS3BDIxrTdfrU66c5IEwlLyz7KVSg%3D--unHL5rkQvJ2Ib%2Fqw--A53myJPuqCc0xCeseA43CA%3D%3D; path=/; secure; HttpOnly'
],
'x-request-id' => [
'ceda8b806220223e9f3fe3b7c4924d3c'
],
'x-runtime' => [
'0.083985'
],
'strict-transport-security' => [
'max-age=15724800; includeSubDomains'
],
'x-envoy-upstream-service-time' => [
'85'
],
'content-encoding' => [
'gzip'
],
'Content-Location' => [
'https://animoto.com/oembeds/create?url=https%3A%2F%2Fanimoto.com%2Fplay%2FGjsJ1gu0WDRfr4pGw12xZQ&format=json'
],
'X-Request-Time' => [
'0.748 ms'
]
],
'statusCode' => 404,
'reasonPhrase' => 'Not Found',
'body' => '{"error":"URL not supported or not found"}'
];
Loading

0 comments on commit 09a60be

Please sign in to comment.