Subversion-Projekte lars-tiefland.laravel_shop

Revision

Revision 1464 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 1464 Revision 1663
Zeile 73... Zeile 73...
73
    /**
73
    /**
74
     * @var array<string, bool>
74
     * @var array<string, bool>
75
     */
75
     */
76
    private static array $freshCache = [];
76
    private static array $freshCache = [];
Zeile 77... Zeile 77...
77
 
77
 
78
    public const VERSION = '6.2.9';
78
    public const VERSION = '6.2.10';
79
    public const VERSION_ID = 60209;
79
    public const VERSION_ID = 60210;
80
    public const MAJOR_VERSION = 6;
80
    public const MAJOR_VERSION = 6;
81
    public const MINOR_VERSION = 2;
81
    public const MINOR_VERSION = 2;
82
    public const RELEASE_VERSION = 9;
82
    public const RELEASE_VERSION = 10;
Zeile 83... Zeile 83...
83
    public const EXTRA_VERSION = '';
83
    public const EXTRA_VERSION = '';
84
 
84