diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-04 17:40:13 +0000 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-04 17:40:13 +0000 |
| commit | 6d11acc713d4f95375b06a6ee94d72d5bd0218cf (patch) | |
| tree | 71619a17b544390cc675fbae6fbcdfbae5006e18 /classes/Config.php | |
| parent | d4faf2d3690592e64bd40c2d15d69897a63600a0 (diff) | |
| parent | 4cc40ddaa4552b2be9b696dc7b74e5c5c64fa372 (diff) | |
Merge branch 'plugin-cringe' into 'master'
expose scheduled tasks to plugins, switch cache_starred_images plugin to use...
See merge request tt-rss/tt-rss!129
Diffstat (limited to 'classes/Config.php')
| -rw-r--r-- | classes/Config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Config.php b/classes/Config.php index c413317be..a4d2eb6b3 100644 --- a/classes/Config.php +++ b/classes/Config.php @@ -6,7 +6,7 @@ class Config { const T_STRING = 2; const T_INT = 3; - const SCHEMA_VERSION = 150; + const SCHEMA_VERSION = 151; /** override default values, defined below in _DEFAULTS[], prefixing with _ENVVAR_PREFIX: * |