Update dependency timber/timber to v2 #109
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.15.1
->^2.0.0
Release Notes
timber/timber (timber/timber)
v2.2.0
Compare Source
Features
Bug Fixes
Miscellaneous Chores
v2.1.0
Compare Source
Features
$prefs
only (99219a9)Bug Fixes
MenuItem
(#2905) (7e00eeb)Reverts
Miscellaneous Chores
v2.0.0
Compare Source
Timber 2.0 is a big update. There are a lot of breaking changes. You need to thoroughly test your websites in your local development environment before update your live websites.
You can install Timber 2.0 by following the Installation Guide. When installing Timber through Composer, you need to require the
2.0.0
version:Documentation
In case you find errors, please open an issue. In case you’re stuck or have questions, create a discussion.
What’s new in Timber 2.0
For information on what’s new in Timber 2.0, follow the Upgrade Guide.
Dropping plugin support
Timber 2.0 is not available as a WordPress plugin anymore, but will only be available as a Composer package. If you’re still using the plugin version of Timber 1.0, you might want to switch to the Composer version first. You can find more information about this in the following links:
The overall goals of Timber 2.0 include:
High-level changes include:
What’s changed since 2.0.0-rc.1
Here’s what’s changed since the last 2.0.0-rc.1 release. (Full Changelog: timber/timber@2.0.0-rc.1...2.0.0)
Changes
master
branch to1.x
and made2.x
the default branch.Bugfixes
fields
value when returning terms from query by @jrathert in https://github.com/timber/timber/pull/2806ExternalImage::build()
by @jrathert in https://github.com/timber/timber/pull/2818 and @nlemoine in https://github.com/timber/timber/pull/2825Documentation
$filters
instead of$functions
by @niclm in https://github.com/timber/timber/pull/2799Become a sponsor
Do you love using Timber for your projects? Consider supporting us by becoming a sponsor. Your sponsorship helps us maintain & improve Timber for everyone! 💚🌲 Join the Timber family today.
v1.24.1
Compare Source
Security fix
Details
The vulnerability could be exploited if your website processes user file inputs (like a form upload) or sideloaded images directly with one of the Timber image operations like Resize, Letterbox, Retina, ToJpg or ToWebp without prior checks whether the uploaded files are really images. We couldn’t replicate the vulnerability in a default WordPress installation, where a user uploads files through the media library. But there could be cases where your website might be vulnerable if a user can upload files in another way.
What’s changed
Timber\PostPreview::read_more
to accept a boolean value by @gerardo-rodriguez in https://github.com/timber/timber/pull/2578Contributors
Full Changelog: timber/timber@1.24.0...1.24.1
v1.24.0
Compare Source
Bugfixes
New Contributors
Full Changelog: timber/timber@1.23.0...1.24.0
v1.23.1
Compare Source
Security fix
Details
The vulnerability could be exploited if your website processes user file inputs (like a form upload) or sideloaded images directly with one of the Timber image operations like Resize, Letterbox, Retina, ToJpg or ToWebp without prior checks whether the uploaded files are really images. We couldn’t replicate the vulnerability in a default WordPress installation, where a user uploads files through the media library. But there could be cases where your website might be vulnerable if a user can upload files in another way.
What’s changed
Contributors
Full Changelog: timber/timber@1.23.0...1.23.1
v1.23.0
: Deprecating Plugin VersionCompare Source
This release coincides with the final version to the WordPress.org site. To streamline future support and upgrades, the Timber Team is focused on Composer as the formal release channel.
With the upcoming release of Timber 2.0, we will not release a 2.0 version and beyond as a plugin, but only as a Composer package. We advise everyone to switch to the Composer based install as soon as possible.
Switching to the Composer based version
What's Changed
New Contributors
Full Changelog: timber/timber@1.22.1...1.23.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.