Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump wagtailmedia from 0.9.0 to 0.13.0 #734

Open
wants to merge 2 commits into
base: development
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2023

Bumps wagtailmedia from 0.9.0 to 0.13.0.

Release notes

Sourced from wagtailmedia's releases.

v0.13 - Wagtail 4.1 onwards and upwards

This release drops support for Wagtail < 4.1 and tidies up code

What's Changed

New Contributors

Full Changelog: torchbox/wagtailmedia@v0.12.0...v0.13.0

v0.12 - Better comparison and API

This release adds an API viewset and serializer for media items.

API

To expose media items in the API, you can follow the Wagtail documentation guide for API configuration with wagtailmedia specifics:

# api.py
from wagtail.api.v2.router import WagtailAPIRouter
from wagtailmedia.api.views import MediaAPIViewSet
Register the router
api_router = WagtailAPIRouter("wagtailapi")
add any other enpoints you need, plus the wagtailmedia one

Comparison

Media field (that is, ForeignKey to media) and media chooser blocks are rendered in the revision comparison

Screenshot 2022-10-25 at 18 54 21

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from wagtailmedia's changelog.

Changelog

Unreleased

[0.13] - 2023-02-15

Changed

Removed

[0.12] - 2022-11-01

Added

  • Russian translation (#177) by @​vl-tk Note: the authors of this package have nothing against the Russian languge. They do, however condemn the actions of the russian state and their war against Ukraine.
  • Wagtail 4.1 support (#181) by @​zerolab
  • Media field and block comparison (#184) by @​zerolab
  • API viewset and serializer (#185) by @​zerolab and @​hallpower

Fixed

Changed

  • Updated GitHub Actions versions
  • Testing against Python 3.11
  • Expanded PyPI trove classifiers

[0.11.1] - 2021-10-07

Fixed

[0.11.0] - 2021-09-02

Added

  • Added support for Wagtail 4.0 (#169). With thanks to @​th3hamm0r for testing and follow-up fix (#172).

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [wagtailmedia](https://github.com/torchbox/wagtailmedia) from 0.9.0 to 0.13.0.
- [Release notes](https://github.com/torchbox/wagtailmedia/releases)
- [Changelog](https://github.com/torchbox/wagtailmedia/blob/main/CHANGELOG.md)
- [Commits](torchbox/wagtailmedia@v0.9.0...v0.13.0)

---
updated-dependencies:
- dependency-name: wagtailmedia
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/wagtailmedia-0.13.0 branch from 69c2b73 to 3e780d0 Compare February 19, 2023 17:34
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 24, 2023

A newer version of wagtailmedia exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant