Plugin Directory

Changeset 2541566


Ignore:
Timestamp:
06/02/2021 08:18:35 PM (5 years ago)
Author:
tynor
Message:

Release 3.0.4

Location:
lockr/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lockr/trunk/lockr.php

    r2455112 r2541566  
    1010Plugin URI: https://lockr.io/
    1111Description: Integrate with the Lockr hosted secrets management platform. Secure all your plugin passwords, API tokens and encryption keys according to industry best practices. With Lockr, secrets management is easy.
    12 Version: 3.0.3
     12Version: 3.0.4
    1313Author: Lockr
    1414Author URI: htts://lockr.io/
     
    430430    }
    431431
    432     if ( MCRYPT_RIJNDAEL_256 === $cipher ) {
     432    if ( defined('MCRYPT_RIJNDAEL_256') && MCRYPT_RIJNDAEL_256 === $cipher ) {
    433433        if ( ! isset( $parts['mode'] ) ) {
    434434            return null;
  • lockr/trunk/readme.txt

    r2455110 r2541566  
    33Tags: encrypt, secrets management, secrets, encryption, security, API, key, password, security, secure, locker
    44Requires at least: 2.7
    5 Tested up to: 5.4
     5Tested up to: 5.7
    66Requires PHP: 5.5
    77Stable tag: trunk
     
    7979== Changelog ==
    8080
     81= 3.0.4 =
     82This is a minor fix that cleans up an undefined constant for a deprecated extension.
     83
    8184= 3.0.3 =
    8285This is a minor fix that cleans up an incompatibility with upcoming versions of PHP.
Note: See TracChangeset for help on using the changeset viewer.