Skip to content

Commit 23ed90d

Browse files
committed
Security Updates
Hardened it a bit. Added a Roundcube update checker.
1 parent c8b0fd5 commit 23ed90d

3 files changed

Lines changed: 218 additions & 48 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Plugin Manager for Roundcube
22

3+
![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/texxasrulez/plugin_manager/total?style=plastic&logo=github&logoColor=white&label=Downloads&labelColor=blue&color=aqua)
34
[![Packagist Downloads](https://img.shields.io/packagist/dt/texxasrulez/plugin_manager?style=plastic&logo=packagist&logoColor=white&label=Downloads&labelColor=blue&color=gold)](https://packagist.org/packages/texxasrulez/plugin_manager)
45
[![Packagist Version](https://img.shields.io/packagist/v/texxasrulez/plugin_manager?style=plastic&logo=packagist&logoColor=white&label=Version&labelColor=blue&color=limegreen)](https://packagist.org/packages/texxasrulez/plugin_manager)
56
[![Github License](https://img.shields.io/github/license/texxasrulez/plugin_manager?style=plastic&logo=github&label=License&labelColor=blue&color=coral)](https://github.com/texxasrulez/plugin_manager/LICENSE)

config.inc.php.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// ===== Core behavior =====
55
$config['pm_debug'] = false;
66
$config['pm_remote_checks'] = true; // query GitHub for remote versions
7+
$config['pm_roundcube_release_channel'] = 'stable'; // 'stable' (final releases only) or 'rc' (include pre-releases)
78
$config['pm_request_timeout'] = 7; // HTTP timeout (seconds)
89
$config['pm_cache_ttl'] = 43200; // remote check cache TTL (seconds)
910
$config['pm_plugin_root'] = null; // override plugins root dir (null = auto)

0 commit comments

Comments
 (0)