Plugin Directory

Changeset 2981859

Timestamp:
10/20/2023 07:18:44 PM (10 months ago)
Author:
jarednova
Message:

updating to 1.23.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • timber-library/trunk/readme.txt

    r2974947 r2981859  
    22Contributors: jarednova
    33Tags: template engine, templates, twig
    4 Tested up to: 6.3.1
    5 Stable tag: 1.22.1
     4Tested up to: 6.3.
     5Stable tag: 1.2
    66Requires PHP: 7.2.5
    77Requires at least: 5.3.0
     
    1212
    1313== Description ==
    14 
    15 ### Important info about future support
    16 
    17 > With the release of Timber 2.0, Composer is the only supported install method. We are unable to continue releasing or supporting Timber as a plugin on WordPress.org. We advise everyone to switch to the Composer based install of Timber 1 as a first step](https://timber.github.io/docs/getting-started/setup/#via-github-for-developers) as soon as possible. If you need PHP 8.2 support you will have to switch to Timber 2.0.
    18 
    19 > * Announcement: [Dropping support for the plugin version of Timber](https://github.com/timber/timber/discussions/2804)
     14With 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.
     15You will find an extensive list with guides and the reasons why we are not going to release Timber 2.0 as a plugin anymore.
     16
     17### Switching to the Composer based version
     18* Announcement: [Dropping support for the plugin version of Timber](https://github.com/timber/timber/discussions/2804)
     19* Guide: [How do I switch over from the plugin version to the Composer based version of Timber?](https://timber.github.io/docs/getting-started/switch-to-composer/)
     20* Backstory: [Why we are dropping support for the plugin in the first place](https://github.com/timber/timber/pull/2005)
     21* GitHub issue: [Roadmap for Timber 2.0](https://github.com/timber/timber/issues/2741)
    2022
    2123Timber helps you create fully-customized WordPress themes faster with more sustainable code. With Timber, you write your HTML using the [Twig Template Engine](http://twig.sensiolabs.org/) separate from your PHP files. This cleans up your theme code so, for example, your PHP file can focus on being the data/logic, while your Twig file can focus 100% on the HTML and display.
     
    4042== Changelog ==
    4143
    42 = Develop (next release) =
    43 
    44 **Changes for Theme Developers**
    45 
    46 **Fixes and improvements**
     44= 1.23.0 =
     45
     46## What's Changed
     47* Improve GitHub pull request template by @gchtr in https://github.com/timber/timber/pull/2641
     48* Update bug report template and CODEOWNERS by @gchtr in https://github.com/timber/timber/pull/2711
     49* Add Erik to Contributors List by @jarednova in https://github.com/timber/timber/pull/2735
     50* Fix PHPDoc typo by @LogicEveryWhere in https://github.com/timber/timber/pull/2709
     51* Add sponsorship information to Readme by @gchtr in https://github.com/timber/timber/pull/2777
     52* doc: Add drop support notice to issue template by @nlemoine in https://github.com/timber/timber/pull/2810
     53* Add documentation and plugin notice about the end of the plugin version by @Levdbas in https://github.com/timber/timber/pull/2800
     54* Workflow: fix path to guide by @Levdbas in https://github.com/timber/timber/pull/2823
     55
     56## New Contributors
     57* @LogicEveryWhere made their first contribution in https://github.com/timber/timber/pull/2709
     58
     59**Full Changelog**: https://github.com/timber/timber/compare/1.22.1...1.23.0
    4760
    4861= 1.22.1 =
Note: See TracChangeset for help on using the changeset viewer.