dieterholvoet / oc-updatewidget-plugin
A report widget showing available updates to installed plugins
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Type:october-plugin
Requires
- php: >=7.0.8
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2024-12-11 15:39:01 UTC
README
A report widget showing available updates to installed plugins
Installation
This OctoberCMS plugin requires PHP 7.0.8 or higher. It can be installed using Composer:
composer require dieterholvoet/oc-updatewidget-plugin
How does it work?
This plugin provides a dashboard widget showing available updates to installed plugins. If a plugin has an update available, you can click on Update now to start updating immediately.
Permissions
Make sure users who want to use this widget are granted the View dashboard widget permission.
Configuration
To configure the plugin, go to the settings page in the backend. This plugin's settings can be found under the Backend section.
Configuration can also be provided through code by creating a configuration
file config/dieterholvoet/updatewidget/config.php
, or config/dieterholvoet/updatewidget/dev/config.php
for environment-specific configuration. Inside the overridden configuration file you can return only values you want to override.
<?php return [ 'show_all' => true, ];
Security
If you discover any security-related issues, please email dieter.holvoet@gmail.com instead of using the issue tracker.
License
Distributed under the MIT License. See the LICENSE file for more information.