From 1479ed9ad8af42ef60891ce6046c14b8c0c9ebce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 16:49:29 +0000 Subject: [PATCH] chore(2.x): release 2.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 147 ++++++++++++++++++++++++++++++++++ src/Timber.php | 2 +- 3 files changed, 149 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3d972bfc7..a549f59d0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.3.3" + ".": "2.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e90dfaafc..cdb97c038 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,152 @@ # Changelog +## [2.4.0](https://github.com/fatk/timber/compare/v2.3.3...v2.4.0) (2026-01-06) + + +### Features + +* add filter to cache methods ([#2878](https://github.com/fatk/timber/issues/2878)) ([b347677](https://github.com/fatk/timber/commit/b34767750ba5e1e3dc67942d4f42bf0def3e28aa)) +* Add ancestors method to Timber\Post ([#3158](https://github.com/fatk/timber/issues/3158)) ([a4e02a9](https://github.com/fatk/timber/commit/a4e02a9f77abdfe54f7bde2e02010db8e2778174)) +* add filter for sideloaded images basename ([a602ec5](https://github.com/fatk/timber/commit/a602ec5e8c42ebbe8c35ca3b05dc2c53ee8bfd3f)) +* add filter for sideloaded images basename ([e4ff72f](https://github.com/fatk/timber/commit/e4ff72f451e11b05887179086e4bb5a82d799184)) +* add filter to $output before it is cached ([#2910](https://github.com/fatk/timber/issues/2910)) ([d1356fd](https://github.com/fatk/timber/commit/d1356fd550ccb9b2f9679789e345e22283f8c33c)) +* Add ImageHelper filters to customize paths ([ebc54fc](https://github.com/fatk/timber/commit/ebc54fce4bfb74429b1608f7643121e848eb9a13)) +* add is_current and profile_link methods ([#2924](https://github.com/fatk/timber/issues/2924)) ([b048da8](https://github.com/fatk/timber/commit/b048da899df98ecdcfc8a04c25819fec489251a2)) +* Add support for avif image format [#3015](https://github.com/fatk/timber/issues/3015) ([#3019](https://github.com/fatk/timber/issues/3019)) ([92716c1](https://github.com/fatk/timber/commit/92716c1b2a9ecee090df9bebfcfcf5acf3192fc5)) +* Add WP escapers via Twig filters ([#2933](https://github.com/fatk/timber/issues/2933)) ([a88aa00](https://github.com/fatk/timber/commit/a88aa006fe18cc329170859707462c6a1927b500)) +* Allow pagination object to be generated using `$prefs` only ([99219a9](https://github.com/fatk/timber/commit/99219a97f328ff5369510996c5cc0d15d551e42e)) +* allow pagination object to be generated using $prefs only ([2834fd4](https://github.com/fatk/timber/commit/2834fd457375f4e8467839505cdd91fe5198c39c)) +* bump php-stubs/acf-pro-stubs to ^6.0 ([829c3c3](https://github.com/fatk/timber/commit/829c3c362186c7a81f4607f668b9cc6cae1bea05)) +* bump php-stubs/acf-pro-stubs to ^6.0 ([ac17052](https://github.com/fatk/timber/commit/ac17052787d2d97eb0f37d477ea14e15b74b00f7)) +* Introduce Rector to upgrade code for PHP 8.1 ([#2977](https://github.com/fatk/timber/issues/2977)) ([9edf999](https://github.com/fatk/timber/commit/9edf999a6d4a12f6a0e96ffaaa38b3e48dc3ea2f)) +* update ECS config and apply standards ([#2893](https://github.com/fatk/timber/issues/2893)) ([71111e1](https://github.com/fatk/timber/commit/71111e1dc0eabc78b11f45b095c638fa45374044)) +* Upgrade Timber requirements and testing (PHP 8.1/WP 6.2/Twig 3.5) ([#2970](https://github.com/fatk/timber/issues/2970)) ([a2f0f07](https://github.com/fatk/timber/commit/a2f0f07e9423f66c1998b3aabccfc2d803512c33)) + + +### Bug Fixes + +* add more default arguments to PagesMenu::build method ([#3050](https://github.com/fatk/timber/issues/3050)) ([c7aea5d](https://github.com/fatk/timber/commit/c7aea5d9b800836bfa51ef11f2b7493d5a8ce91b)) +* Add note about PostsIterator and removal of timber/class/posts_iterator filter ([9f90df5](https://github.com/fatk/timber/commit/9f90df508d117eb872f3c5df330dbf100ad64603)) +* Add patch for PHAR deserialization vulnerability for Timber 2.x (security advisory GHSA-6363-v5m4-fvq3) ([13c6b0f](https://github.com/fatk/timber/commit/13c6b0f60346304f2eed4da1e0bb51566518de4a)) +* adding classes in `MenuItem` ([#2905](https://github.com/fatk/timber/issues/2905)) ([7e00eeb](https://github.com/fatk/timber/commit/7e00eeba682e54f13a9064359306580e0e628f52)) +* Allow overwrite of default avatar in comments. ([#2786](https://github.com/fatk/timber/issues/2786)) ([9c6e0e3](https://github.com/fatk/timber/commit/9c6e0e3035b6312de63609c65a7d38b5735d8721)), closes [#2468](https://github.com/fatk/timber/issues/2468) +* allow Timber\PostExcerpt::read_more to accept bool value ([#2937](https://github.com/fatk/timber/issues/2937)) ([85e2a32](https://github.com/fatk/timber/commit/85e2a32e79616f937a19f1521c1378755c0e5014)) +* Apply Rector code standard on MenuItem.php ([5d64d9a](https://github.com/fatk/timber/commit/5d64d9a390664de0e32aa51a7c69c5c4964f9559)) +* Attachment size doc block ([58d6719](https://github.com/fatk/timber/commit/58d671992c45a2b6b62c48e25337e4ef9de34688)) +* Attachment size doc block ([0bd5791](https://github.com/fatk/timber/commit/0bd5791ed4b7239dec8088f262956ed3c7d7fae1)) +* consider 'fields' when returning terms from query, incl. tests ([fd95ebb](https://github.com/fatk/timber/commit/fd95ebba4b072b1ec409ab765dabe4ecd6a8d220)) +* **docs:** Fix classname for `Timber\Helper` in performance docs ([#3156](https://github.com/fatk/timber/issues/3156)) ([1798ba9](https://github.com/fatk/timber/commit/1798ba98c5b92e841bcce41e43e3e1c9ce061f48)) +* **docs:** Simplify an if-check in the ACF docs ([96d2874](https://github.com/fatk/timber/commit/96d287470a16cab3cc4b14aa373c88423816b3cb)) +* Exclude docs folder for PHPStan ([6fbf274](https://github.com/fatk/timber/commit/6fbf2748043d5302a493efdc55ab636e60f6b010)) +* exclude tests from PHPStan ([fae8554](https://github.com/fatk/timber/commit/fae8554f5c813bb232288f842b6d0d838448a476)) +* External attachment alt/caption ([e85013f](https://github.com/fatk/timber/commit/e85013ff098844f8e1d3e42f36cbfce731743ed2)) +* failing tests for WP <6.4 ([f4a233e](https://github.com/fatk/timber/commit/f4a233ec6b3afacee5db592725090d775d654de1)) +* file permissions ([#2842](https://github.com/fatk/timber/issues/2842)) ([337d54d](https://github.com/fatk/timber/commit/337d54d2727d3c1a511377e1b1a3c367a6ed006b)) +* Fix a bug with URL check for avatars ([#3002](https://github.com/fatk/timber/issues/3002)) ([456c24e](https://github.com/fatk/timber/commit/456c24e7a438569d9e7fefd351f4f68cd3f7394d)) +* fix avatar test ([#3071](https://github.com/fatk/timber/issues/3071)) ([0e65e54](https://github.com/fatk/timber/commit/0e65e54897fead31d3ba5eb3065242e294dcf51b)) +* Fix bug with Attachment::path() method ([#3073](https://github.com/fatk/timber/issues/3073)) ([5434dde](https://github.com/fatk/timber/commit/5434dde5889f174bf1d36c0686b94b180d93fa5d)) +* Fix deprecation notice in `trim_words` method when `null` is passed. ([#3131](https://github.com/fatk/timber/issues/3131)) ([78d928d](https://github.com/fatk/timber/commit/78d928d792af7113bc032b96571ce8560a366e9c)) +* Fix deprecation notice since twig 3.10 to now use EscaperRuntime instead of EscaperExtension ([#2997](https://github.com/fatk/timber/issues/2997)) ([295349b](https://github.com/fatk/timber/commit/295349b0316640014a0841acef0f185bbdb8bd2e)) +* Fix failing tests for WP 6.4 ([5938c64](https://github.com/fatk/timber/commit/5938c64ec72f7b0e948850cf3814eb777848cc9d)) +* fix get location by id in Timber::get_menu_location() ([#3066](https://github.com/fatk/timber/issues/3066)) ([5b33ba8](https://github.com/fatk/timber/commit/5b33ba8475361e1e31974ee42a7e9a27e34e8b65)) +* Fix incorrect ACF user filter ([#3121](https://github.com/fatk/timber/issues/3121)) ([6f0a6dd](https://github.com/fatk/timber/commit/6f0a6dd0bc24cee4468f16e374c590401be13492)) +* Fix menu location compatibility with WPML ([#2733](https://github.com/fatk/timber/issues/2733)) ([8603855](https://github.com/fatk/timber/commit/86038557c683fa65e0564e078c600ea2fc3ea446)) +* Fix MenuItem::is_external() returning false positives for relative URLs ([#3089](https://github.com/fatk/timber/issues/3089)) ([2a14525](https://github.com/fatk/timber/commit/2a145250d3ad2ea88f7fdabc20a649720e5e3cec)) +* fix minor codestyle issue in loader.php to make easy-coding-standard happy ([#2950](https://github.com/fatk/timber/issues/2950)) ([6e8b6ab](https://github.com/fatk/timber/commit/6e8b6ab375df317207ea658cccb12cfb4710e64b)) +* Fix problem when an empty ACF taxonomy relationship field transform loads all terms instead of none. ([#2960](https://github.com/fatk/timber/issues/2960)) ([f95b82a](https://github.com/fatk/timber/commit/f95b82af7cc8fa79ef8e10a75dbf62477b073ada)) +* fix regression where crops with the default crop setting would s… ([#2998](https://github.com/fatk/timber/issues/2998)) ([8090247](https://github.com/fatk/timber/commit/809024798d720fc743fac807431144605bb1cea3)) +* Fix some anchors ([b57670d](https://github.com/fatk/timber/commit/b57670de799e1728b031e48b7347f122f6a5f4a5)) +* Fix timezone bug when transforming ACF date fields ([#3163](https://github.com/fatk/timber/issues/3163)) ([513fc62](https://github.com/fatk/timber/commit/513fc62fb70e7c57d388a954057ca4dffe34c7f5)) +* Fix typos in codebase ([#2968](https://github.com/fatk/timber/issues/2968)) ([e40ceb3](https://github.com/fatk/timber/commit/e40ceb3a72c7decaa597f6e2cdb27b4d1f3f5420)) +* Fix typos in source code([#3077](https://github.com/fatk/timber/issues/3077)) ([d7b3b80](https://github.com/fatk/timber/commit/d7b3b804c3244083f6ae60e9f760f86aa512b054)) +* Fix URI to FS parsing in ImageHelper ([#3027](https://github.com/fatk/timber/issues/3027)) ([87d3ef4](https://github.com/fatk/timber/commit/87d3ef4e81f55ddb783ad6eb7da4c96ca9c643aa)), closes [#3024](https://github.com/fatk/timber/issues/3024) +* fixes an issue where in some cases images would not be rouned properly by image operations. This could lead to artifacts in the generated images. ([#3046](https://github.com/fatk/timber/issues/3046)) ([10ab23d](https://github.com/fatk/timber/commit/10ab23d5cfcd1b1e777a5f4a65f8e983e272b73d)) +* ignore acf_get_field_type void errors ([441ef9e](https://github.com/fatk/timber/commit/441ef9e82478cb250373938972bc09c0c1acf154)) +* Improve doing_it_wrong messages for using deprecated parameters in Timber::get_attachment() and Timber::get_image() ([#2999](https://github.com/fatk/timber/issues/2999)) ([e6cdf7e](https://github.com/fatk/timber/commit/e6cdf7ef584f43de585d0b437cb250179d1a0045)) +* initialize typed properties correctly ([747b089](https://github.com/fatk/timber/commit/747b0898a8220bae58228fac1d146241215833ad)) +* make PostIterator->last_post nullable ([#2918](https://github.com/fatk/timber/issues/2918)) ([064dde7](https://github.com/fatk/timber/commit/064dde77998288c10cd39c26914a7e5ea934e04b)) +* Make sure Post(s) exists before we call setup() ([#3114](https://github.com/fatk/timber/issues/3114)) ([54cf691](https://github.com/fatk/timber/commit/54cf69191a4a1a50089da8f244972203a780ec68)) +* minor typo in Core method docs ([c80047d](https://github.com/fatk/timber/commit/c80047d168114f890f38d6e52d500787226bc22c)) +* now changed the correct url.. ([aab9a30](https://github.com/fatk/timber/commit/aab9a30005faba0c85bdee87506807f00877a754)) +* overwrite magic __call method in Site.php ([20dd75e](https://github.com/fatk/timber/commit/20dd75efd1407aaa15c2c1cdb47aa684ddbef8c6)) +* PHP 8.5 `null` index deprecations ([86a6b44](https://github.com/fatk/timber/commit/86a6b4403ebd540749cdac170f28bd82b2724c23)) +* phpstan issues & use fully qualified imports ([f587cef](https://github.com/fatk/timber/commit/f587ceffab5f232a5888e9f2f6bcdee717abf00f)) +* phpstan issues & use fully qualified imports ([4d0d3d7](https://github.com/fatk/timber/commit/4d0d3d7ad9ab7f12106089ad7c9ae557d98e9aca)) +* Prevent unneeded blog switching in multisite env. ([#2781](https://github.com/fatk/timber/issues/2781)) ([d81f995](https://github.com/fatk/timber/commit/d81f9951ae41b27e1134b8bf6ae7354a9bae0546)) +* Prevent ValueError for faulty or empty sideloaded image URLs ([#3125](https://github.com/fatk/timber/issues/3125)) ([c2accc4](https://github.com/fatk/timber/commit/c2accc44fee762adce061696ab3dea5050d9ff9e)) +* Refactor ACF transform hooks ([279e932](https://github.com/fatk/timber/commit/279e9320ea7f852aa7cfc7290915dfd606c1e49b)) +* Remove security patch not needed in PHP 8 ([#2983](https://github.com/fatk/timber/issues/2983)) ([8a30865](https://github.com/fatk/timber/commit/8a30865b753b51771b524cf8745f5ee362a7de85)) +* Run CS fixes on codebase ([#3047](https://github.com/fatk/timber/issues/3047)) ([48dc3fc](https://github.com/fatk/timber/commit/48dc3fc5a9104251f440af6b65f6a622660a91dc)) +* **security:** Bump minimum required Twig version to fix security issue in Twig ([#3104](https://github.com/fatk/timber/issues/3104)) ([9766a9c](https://github.com/fatk/timber/commit/9766a9c1ac58b82dc2433536ab2a1a8442bc3ffa)) +* setup composite action ([6c8d0bf](https://github.com/fatk/timber/commit/6c8d0bfa250d6f1fa0cf2d5ab966679518f47213)) +* split test running for integrations (plugins) ([#2904](https://github.com/fatk/timber/issues/2904)) ([8d03809](https://github.com/fatk/timber/commit/8d03809fe2ded38f497dab7c2347fa48a8de10b9)) +* tests failing since Twig 3.8.0 ([#2895](https://github.com/fatk/timber/issues/2895)) ([f4a233e](https://github.com/fatk/timber/commit/f4a233ec6b3afacee5db592725090d775d654de1)) +* **tests:** fix missing constants in static analysis test ([ae50ccd](https://github.com/fatk/timber/commit/ae50ccd25db099d18a93c96b20ecfc82e86a5c58)) +* **test:** update used filter transient test ([32e594f](https://github.com/fatk/timber/commit/32e594f0a98bdf9ccebad1a18fb6f16d0cbf9519)) +* **test:** use new filter in tests ([c12e9af](https://github.com/fatk/timber/commit/c12e9af6027f5bed6c418c2c933c3492e7d68d3e)) +* timber::get_menu(0) returns alphabetically first menu instead of nothing ([#3070](https://github.com/fatk/timber/issues/3070)) ([d278f95](https://github.com/fatk/timber/commit/d278f954f672c0f3bb56e0a40e5d0acf40fc0608)) +* undefined property ([9e8409e](https://github.com/fatk/timber/commit/9e8409e69985925e256d7d48bb855dd95708f84f)) +* unnecessary lowercasing parameters ([#2877](https://github.com/fatk/timber/issues/2877)) ([664ea62](https://github.com/fatk/timber/commit/664ea625504a0d781ac2efeb5e2b8a39c5ac3e70)) +* Update admin notice for minimum required WordPress version ([#3001](https://github.com/fatk/timber/issues/3001)) ([66e92a5](https://github.com/fatk/timber/commit/66e92a526622afeb3eba3da52f47db2b8ae6735e)) +* Update documentation for 2.0 release ([ded4599](https://github.com/fatk/timber/commit/ded4599ce880c114b0037eb27abe5a000c92f842)) +* Update Helper::deprecated to use E_USER_DEPRECATED instead of the default E_USER_NOTICE ([#3113](https://github.com/fatk/timber/issues/3113)) ([3cabe81](https://github.com/fatk/timber/commit/3cabe81be179b943a709648a9bb1e5113bc4de2e)) +* Update static analysis workflow to correctly handle changed files ([533181b](https://github.com/fatk/timber/commit/533181b8d1d0beb7b420c8f7dd26046847310d0f)) +* update twig & twig/cache-extra dependency to version 3.17 to fix unit tests ([cbac2e0](https://github.com/fatk/timber/commit/cbac2e0fcf0b01c3bc3eaaf7de01bc721003b926)) +* Use correct deprecation_info for Twig callables ([#3064](https://github.com/fatk/timber/issues/3064)) ([72a013e](https://github.com/fatk/timber/commit/72a013e604ea098cb2819906a7be3454f4a3802d)) + + +### Reverts + +* revert changing property name ([a7b019b](https://github.com/fatk/timber/commit/a7b019b75d5358c35b4237c39817d5a830e8dce2)) + + +### Miscellaneous Chores + +* **2.x:** release 2.1.0 ([#2913](https://github.com/fatk/timber/issues/2913)) ([d353d19](https://github.com/fatk/timber/commit/d353d1912a1a051f47ba2d3f2e3ae1af1e5bed53)) +* **2.x:** release 2.2.0 ([#2965](https://github.com/fatk/timber/issues/2965)) ([5fc65f2](https://github.com/fatk/timber/commit/5fc65f235323e8119fddc3cadbfef39ec97a663a)) +* **2.x:** release 2.3.0 ([#3003](https://github.com/fatk/timber/issues/3003)) ([55acea4](https://github.com/fatk/timber/commit/55acea4414eac6ea9d0a11a102af37cf13f219b2)) +* **2.x:** release 2.3.1 ([#3058](https://github.com/fatk/timber/issues/3058)) ([3f6e73f](https://github.com/fatk/timber/commit/3f6e73feadf5d547dff4992f645805da7fbc4d3a)) +* **2.x:** release 2.3.2 ([#3076](https://github.com/fatk/timber/issues/3076)) ([08ce601](https://github.com/fatk/timber/commit/08ce601167a03ed7a4fa7da740481c17ed650ef0)) +* **2.x:** release 2.3.3 ([#3107](https://github.com/fatk/timber/issues/3107)) ([7a87ac2](https://github.com/fatk/timber/commit/7a87ac27c0b9deedffe419388b63a0c95d8798ca)) +* Add script descriptions in composer file ([#2951](https://github.com/fatk/timber/issues/2951)) ([5785128](https://github.com/fatk/timber/commit/5785128c1fbb817e146bbf5fdecc270c1856bae8)) +* add several files to export-ignore ([0cd0cdf](https://github.com/fatk/timber/commit/0cd0cdf3e09438f54b8e65bc408b08a98e42cdd7)) +* add Timber authors ([567475e](https://github.com/fatk/timber/commit/567475eb396eec7d3c80715e7db7880d2875f338)) +* commit composer.lock file ([#3119](https://github.com/fatk/timber/issues/3119)) ([e974e25](https://github.com/fatk/timber/commit/e974e252851af262426319aca4991fb09afbe6b1)) +* Create SECURITY.md ([#2939](https://github.com/fatk/timber/issues/2939)) ([be36065](https://github.com/fatk/timber/commit/be360651eedad4e99a59d185ecaf04d7ab6a3b11)) +* **deps:** bump actions/checkout from 4 to 5 ([#3134](https://github.com/fatk/timber/issues/3134)) ([97ad233](https://github.com/fatk/timber/commit/97ad2339dfe3c2c21a9bdf124d721c3b82a1a42c)) +* **deps:** bump actions/checkout from 4 to 6 ([f1efafd](https://github.com/fatk/timber/commit/f1efafd67ad4bc7715c2708bbe9ddb0a81d631cb)) +* **deps:** bump actions/checkout from 5 to 6 ([#3160](https://github.com/fatk/timber/issues/3160)) ([4d6b9a6](https://github.com/fatk/timber/commit/4d6b9a6986366dc7fb6e41ec301bc5c6ff255536)) +* **deps:** bump lycheeverse/lychee-action from 1.10.0 to 2.0.2 ([#3053](https://github.com/fatk/timber/issues/3053)) ([480534f](https://github.com/fatk/timber/commit/480534fc95cf7d0b92af0ffc1f64805a352406ea)) +* **deps:** bump lycheeverse/lychee-action from 1.8.0 to 1.9.1 ([4f16233](https://github.com/fatk/timber/commit/4f16233db533a43ab949aad52f631523af9036b9)) +* **deps:** bump lycheeverse/lychee-action from 1.8.0 to 1.9.1 ([1ca79af](https://github.com/fatk/timber/commit/1ca79aff20b5ac821cded348a2e4ed151bb58777)) +* **deps:** bump lycheeverse/lychee-action from 1.9.1 to 1.9.3 ([#2907](https://github.com/fatk/timber/issues/2907)) ([eecfb03](https://github.com/fatk/timber/commit/eecfb039dd7fbf3020cdf0310f6f96b6306616b0)) +* **deps:** bump lycheeverse/lychee-action from 1.9.3 to 1.10.0 ([#2980](https://github.com/fatk/timber/issues/2980)) ([dd34720](https://github.com/fatk/timber/commit/dd3472030a25ee59f760abe95c48c5fabcf54abb)) +* **deps:** bump lycheeverse/lychee-action from 2.0.2 to 2.2.0 ([#3078](https://github.com/fatk/timber/issues/3078)) ([11a74ba](https://github.com/fatk/timber/commit/11a74ba68cd05a109eff14d6fcf19119743626d9)) +* **deps:** bump lycheeverse/lychee-action from 2.2.0 to 2.4.1 ([#3108](https://github.com/fatk/timber/issues/3108)) ([edbd398](https://github.com/fatk/timber/commit/edbd39809fb2d47390744cdff432b16b16950f78)) +* **deps:** bump lycheeverse/lychee-action from 2.4.1 to 2.5.0 ([#3133](https://github.com/fatk/timber/issues/3133)) ([ffe9901](https://github.com/fatk/timber/commit/ffe9901580d4aba1bfe2398a6d7c5e4b3f7f6f44)) +* **deps:** bump lycheeverse/lychee-action from 2.5.0 to 2.6.1 ([#3137](https://github.com/fatk/timber/issues/3137)) ([fbafff9](https://github.com/fatk/timber/commit/fbafff9263fc33b35ce77130dc60e9119c34ff2d)) +* **deps:** bump lycheeverse/lychee-action from 2.6.1 to 2.7.0 ([#3157](https://github.com/fatk/timber/issues/3157)) ([4f7bde4](https://github.com/fatk/timber/commit/4f7bde4b9580652274d259b5c514e0cad5394ea9)) +* **deps:** bump peter-evans/create-issue-from-file from 4 to 5 ([#2906](https://github.com/fatk/timber/issues/2906)) ([64703f8](https://github.com/fatk/timber/commit/64703f86ae16d68b5706cd3bfd001a34ec821153)) +* **deps:** bump peter-evans/create-issue-from-file from 5 to 6 ([#3154](https://github.com/fatk/timber/issues/3154)) ([1bfd169](https://github.com/fatk/timber/commit/1bfd169533393cbc169bbfd72a814089cbd911ac)) +* **deps:** bump ramsey/composer-install from 2 to 3 ([#2941](https://github.com/fatk/timber/issues/2941)) ([97010c4](https://github.com/fatk/timber/commit/97010c47a27788c262b214a62d69a530a802b6c0)) +* **deps:** bump tj-actions/changed-files from 39 to 42 ([2e877e4](https://github.com/fatk/timber/commit/2e877e4367e85b3817dcd0da959011666454b943)) +* **deps:** bump tj-actions/changed-files from 39 to 42 ([964f11a](https://github.com/fatk/timber/commit/964f11aa496f577179e03f1afadbd1da1e7a5d1b)) +* **deps:** bump tj-actions/changed-files from 42 to 44 ([#2959](https://github.com/fatk/timber/issues/2959)) ([66eabe2](https://github.com/fatk/timber/commit/66eabe28a32b40d9eadaae6864c6bf7c3f8144c4)) +* **deps:** bump tj-actions/changed-files from 44 to 45 ([#3031](https://github.com/fatk/timber/issues/3031)) ([880c0ff](https://github.com/fatk/timber/commit/880c0ff23df5e7952cc6499d0043996a4d2c89bf)) +* **deps:** bump tj-actions/changed-files from 45 to 46 ([#3105](https://github.com/fatk/timber/issues/3105)) ([d8535cf](https://github.com/fatk/timber/commit/d8535cf693a5bbdae55b1396b2fa24471dad22d9)) +* **deps:** bump tj-actions/changed-files from 46 to 47 ([#3147](https://github.com/fatk/timber/issues/3147)) ([cee39ed](https://github.com/fatk/timber/commit/cee39edf85d37d3790eca371549f7dad1b566cf3)) +* **deps:** update .lock file and update ci steps ([af8c48f](https://github.com/fatk/timber/commit/af8c48f1dc480c8c730f91d51bfb2c49d097e592)) +* **deps:** Update Composer dependencies ([#3165](https://github.com/fatk/timber/issues/3165)) ([31c78f9](https://github.com/fatk/timber/commit/31c78f9ee73952d9b7eebd749633f2fc71e15cb6)) +* inherit Funding from .github repo ([5623a79](https://github.com/fatk/timber/commit/5623a797483542f496df0c3002cc211d9838960e)) +* remove Lando config ([#2899](https://github.com/fatk/timber/issues/2899)) ([6fa8ffc](https://github.com/fatk/timber/commit/6fa8ffcdb51d286169b47e29ddf54f26568da95a)) +* set proper return types on build methods ([#2976](https://github.com/fatk/timber/issues/2976)) ([6b72908](https://github.com/fatk/timber/commit/6b72908d473188aa756d0b8ebb6641fae747e0b4)) +* Update all links in the codebase and documentation to https ([#2947](https://github.com/fatk/timber/issues/2947)) ([05af54f](https://github.com/fatk/timber/commit/05af54f7f5463c737299fb9b0512f79b334d2e94)) +* Update CODEOWNERS ([#3166](https://github.com/fatk/timber/issues/3166)) ([aa38e98](https://github.com/fatk/timber/commit/aa38e984b5b21974ac8790d698c10cfe2914b60c)) +* Update Composer dependencies ([#3130](https://github.com/fatk/timber/issues/3130)) ([46942a3](https://github.com/fatk/timber/commit/46942a34833c44fcd2ec5f747d9e82d8e4a7f48d)) +* Update composer.lock file with PHP 8.1 ([#3132](https://github.com/fatk/timber/issues/3132)) ([184d99a](https://github.com/fatk/timber/commit/184d99a6767992c40467d0a625564cfe06dd611f)) +* update links in contributing.md ([3b2c855](https://github.com/fatk/timber/commit/3b2c855495b7877a6967537c68054aaebf972eea)) +* Upgrade dev dependencies ([#3118](https://github.com/fatk/timber/issues/3118)) ([8293d1a](https://github.com/fatk/timber/commit/8293d1aae15a1907543fe28f2db9419e73c6acee)) + ## [2.3.3](https://github.com/timber/timber/compare/v2.3.2...v2.3.3) (2025-09-17) diff --git a/src/Timber.php b/src/Timber.php index 61d2e66d4..f8d13dbf2 100644 --- a/src/Timber.php +++ b/src/Timber.php @@ -42,7 +42,7 @@ */ class Timber { - public static $version = '2.3.3'; // x-release-please-version + public static $version = '2.4.0'; // x-release-please-version public static $locations;