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.13.0 to 0.14.4 #175

Merged
merged 1 commit into from
Aug 4, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2023

Bumps wagtailmedia from 0.13.0 to 0.14.4.

Release notes

Sourced from wagtailmedia's releases.

v0.14.4 - The silencing of DeprecationWarnings

What's Changed

Full Changelog: torchbox/wagtailmedia@v0.14.3...v0.14.4

v0.14.3 - Keeping up with core

What's Changed

Full Changelog: torchbox/wagtailmedia@v0.14.2...v0.14.3

v0.14.2 - chooser edit button

This release fixes a regression from switching to modern chooser base classes.

And expands the ruff linting rules to be more opinionated

What's Changed

Full Changelog: torchbox/wagtailmedia@v0.14.1...v0.14.2

v0.14.1 - The silence of the Wagtail 5+ partial_matches

This release keeps your logs clean(er) ♻️ with Wagtail 5+

What's Changed

New Contributors

Full Changelog: torchbox/wagtailmedia@v0.14.0...v0.14.1

v0.14 - Wagtail 5.0, iconified

This release:

  • 🚀 switches to using ruff instead of isort/flake8
  • 📦 switches to flit for packaging
  • 🛠️ adds support for for Wagtail 5.0 (chiefly by switching to using BaseChoose instead of the now removed AdminChooser)
    • also tests against Python 3.11, and Django 4.2 with Wagtail 5.0
  • 🎨 adds audio/video icons (usable via their ids: wagtailmedia-audio, wagtailmedia-video)

Relevant PRs: torchbox/wagtailmedia#199 and torchbox/wagtailmedia#201

... (truncated)

Changelog

Sourced from wagtailmedia's changelog.

[0.14.4] - 2023-08-01

Changed

[0.14.3] - 2023-07-19

Added

  • Support for Wagtail 5.1

Changed

  • Switched to trusted PyPI publishing
  • Clarified the defaults for WAGTAILMEDIA in README
  • Improved coverage configuration

Fixed

  • Long-running buttons for Wagtail 5+
  • Tag field initialisation when using the generic media chooser
  • Title population from file name.

[0.14.2] - 2023-06-08

Changed

[0.14.1] - 2023-05-05

Changed

[0.14.0] - 2023-04-23

Added

  • Audio/Video icons. you can use them with {% icon "wagtailmedia-audio" %} and {% icon "wagtailmedia-video" %}
  • Support for Wagtail 5.0

Changed

  • Started using ruff instead of isort/flake8
  • Switched to flit for packaging
Commits
  • 8614c1f Update CHANGELOG and bump version to 0.14.4
  • 8007157 Change insert_editor_css to insert_global_admin_css (#218)
  • a469ce2 Update instructions to run specific tests with tox
  • 0a565ea [pre-commit.ci] pre-commit autoupdate
  • 72cb7cb Bump version to 0.14.3
  • a302b4c Update CHANGELOG
  • 91485f9 Add Wagtail 5.1 to the test matrix
  • ae77a20 Fix title population from file name in media chooser / add media
  • 99a2693 Fix search form in media modal
  • acfc8e4 Tweak header search for Wagtail 5.1
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 1, 2023
@tbrlpld tbrlpld enabled auto-merge August 4, 2023 02:18
Bumps [wagtailmedia](https://github.com/torchbox/wagtailmedia) from 0.13.0 to 0.14.4.
- [Release notes](https://github.com/torchbox/wagtailmedia/releases)
- [Changelog](https://github.com/torchbox/wagtailmedia/blob/main/CHANGELOG.md)
- [Commits](torchbox/wagtailmedia@v0.13.0...v0.14.4)

---
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.14.4 branch from 04266e0 to 14d07a0 Compare August 4, 2023 02:23
@tbrlpld tbrlpld merged commit f6e5bba into main Aug 4, 2023
1 check passed
@tbrlpld tbrlpld deleted the dependabot/pip/wagtailmedia-0.14.4 branch August 4, 2023 02:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant