kopia lustrzana https://github.com/wagtail/wagtail
Fix oEmbed Spotify URL
- Update URL to latest documentation & remove trailing slash - https://developer.spotify.com/documentation/embeds/tutorials/using-the-oembed-api - https://developer.spotify.com/documentation/embeds/reference/oembed - Fixes #10942pull/10897/head
rodzic
86ed0ab9f7
commit
598aae78c5
|
@ -42,6 +42,7 @@ Changelog
|
|||
* Fix: Ensure the admin login template correctly displays all `non_fields_errors` for any custom form validation (Sébastien Corbin)
|
||||
* Fix: Ensure 'mark as active' label in workflow bulk action set active form can be translated (Rohit Sharma)
|
||||
* Fix: Ensure the panel title for a user's settings correctly reflects the `WAGTAIL_EMAIL_MANAGEMENT_ENABLED` setting by not showing 'email' if disabled (Omkar Jadhav)
|
||||
* Fix: Update Spotify oEmbed provider URL parsing to resolve correctly (Dhrűv)
|
||||
* Docs: Document `WAGTAILADMIN_BASE_URL` on "Integrating Wagtail into a Django project" page (Shreshth Srivastava)
|
||||
* Docs: Replace incorrect screenshot for authors listing on tutorial (Shreshth Srivastava)
|
||||
* Docs: Add documentation for building non-model-based choosers using the _queryish_ library (Matt Westcott)
|
||||
|
|
|
@ -737,6 +737,7 @@
|
|||
* Sandra Ashipala
|
||||
* Omkar Jadhav
|
||||
* Charlie Sue
|
||||
* Dhrűv
|
||||
|
||||
## Translators
|
||||
|
||||
|
|
|
@ -57,6 +57,7 @@ depth: 1
|
|||
* Ensure the admin login template correctly displays all `non_fields_errors` for any custom form validation (Sébastien Corbin)
|
||||
* Ensure 'mark as active' label in workflow bulk action set active form can be translated (Rohit Sharma)
|
||||
* Ensure the panel title for a user's settings correctly reflects the `WAGTAIL_EMAIL_MANAGEMENT_ENABLED` setting by not showing 'email' if disabled (Omkar Jadhav)
|
||||
* Update Spotify oEmbed provider URL parsing to resolve correctly (Dhrűv)
|
||||
|
||||
### Documentation
|
||||
|
||||
|
|
|
@ -520,7 +520,7 @@ speakerdeck = {
|
|||
|
||||
|
||||
spotify = {
|
||||
"endpoint": "https://embed.spotify.com/oembed/",
|
||||
"endpoint": "https://open.spotify.com/oembed",
|
||||
"urls": [
|
||||
r"^https?://open\.spotify\.com/.+$",
|
||||
r"^https?://spoti\.fi/.+$",
|
||||
|
|
Ładowanie…
Reference in New Issue