Plugin Directory

Changeset 3302583


Ignore:
Timestamp:
05/29/2025 02:37:53 AM (7 months ago)
Author:
jarednova
Message:

Update to Twig 1.44.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • timber-library/tags/1.23.3/vendor/twig/twig/src/Environment.php

    r3301829 r3302583  
    4242class Environment
    4343{
    44     public const VERSION = '1.44.7';
    45     public const VERSION_ID = 14407;
     44    public const VERSION = '1.44.8';
     45    public const VERSION_ID = 14408;
    4646    public const MAJOR_VERSION = 1;
    4747    public const MINOR_VERSION = 44;
    48     public const RELEASE_VERSION = 7;
     48    public const RELEASE_VERSION = 8;
    4949    public const EXTRA_VERSION = '';
    5050
Note: See TracChangeset for help on using the changeset viewer.