Releases: dsoares/roundcube-rcguard
Roundcube plugin rcguard 1.3.2
Roundcube plugin rcguard 1.3.1
Minor README and composer update. See release 1.3.0 description for changelog.
Roundcube plugin rcguard 1.3.0
- Fix recaptcha UI issue #31 .
- Remove deprecated config variable name
$rcmail_config
inconfig.inc.php
. - Add some default values to
config->get()
. - Require PHP >= 5.4; CS fixes.
IMPORTANT: If upgrading from previous versions, you must rename the config variable $rcmail_config
to $config
in config.inc.php
. See config.inc.php.dist
.
Roundcube plugin rcguard 1.2.2
Use specific HTML and CSS for the elastic skin to address #30.
NOTE: in elastic skin, the g-recaptcha widget can not be inside a #login-form TABLE TR
because it produces a JS error; see the code after the comment // Make logon form prettier
in skins/elastic/ui.js
Roundcube plugin rcguard 1.2.1
Fix previous release to avoid errors when still using the deprecated config parameters.
Roundcube plugin rcguard 1.2.0
Roundcube plugin rcguard 1.1.4
Put back the plugin-installer requirement in composer.json.
Roundcube plugin rcguard 1.1.3
Remove plugin-installer from composer.json to test a fix against composer install problems.
Roundcube plugin rcguard 1.1.2
Merge pull request #25 from @evandrofisico: add whitelist network patch.
Fix previous merge (missing a $ in a var); small performance improvement.
Roundcube plugin rcguard 1.1.1
Fix getting unixtimestamp field in sqlite.
Remove unneeded rcguard.js.
Use the default config values from the config-dist file.