Plugin Directory

Changeset 1981238


Ignore:
Timestamp:
11/27/2018 10:58:37 AM (7 years ago)
Author:
oseuk
Message:

Update to version 1.3.1.3

Location:
ose-lets-encrypt
Files:
6 edited
2 copied

Legend:

Unmodified
Added
Removed
  • ose-lets-encrypt/tags/1.3.1.3/README.txt

    r1981233 r1981238  
    55Tested up to: 4.9.8
    66Requires PHP: 5.3
    7 Stable tag: 1.3.1.1
     7Stable tag: 1.3.1.3
    88License: GNU General Public License v3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.txt
     
    5858
    5959== Changelog ==
     60= 1.3.1.3
     61* Fixed SVN error
     62
    6063= 1.3.1.1
    6164* Fixed ACME-Challenge not functioning on Digital Ocean WordPress images
  • ose-lets-encrypt/tags/1.3.1.3/ose-letsencrypt.php

    r1981233 r1981238  
    1616 * Plugin URI:        https://www.opensource-excellence.com/ose-free-ssl/
    1717 * Description:       OSE Free SSL is an easy-to-use plugin to create SSL certificates from Let’s Encrypt (https://letsencrypt.org) platform which provides free SSL certificates for everyone to turn on https protocol.
    18  * Version:           1.3.1.1
     18 * Version:           1.3.1.3
    1919 * Author:            Open Source Excellence
    2020 * Author URI:        https://www.opensource-excellence.com/ose-free-ssl/
     
    2929 */
    3030if(!defined('OSELETSENCRYPT_PLUGIN_VERSION'))
    31     define('OSELETSENCRYPT_PLUGIN_VERSION', '1.3.1.1');
     31    define('OSELETSENCRYPT_PLUGIN_VERSION', '1.3.1.3');
    3232if(!defined('OSELETSENCRYPT_URL'))
    3333    define('OSELETSENCRYPT_URL', plugin_dir_url( __FILE__ ));
  • ose-lets-encrypt/trunk/README.txt

    r1981233 r1981238  
    55Tested up to: 4.9.8
    66Requires PHP: 5.3
    7 Stable tag: 1.3.1.1
     7Stable tag: 1.3.1.3
    88License: GNU General Public License v3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.txt
     
    5858
    5959== Changelog ==
     60= 1.3.1.3
     61* Fixed SVN error
     62
    6063= 1.3.1.1
    6164* Fixed ACME-Challenge not functioning on Digital Ocean WordPress images
  • ose-lets-encrypt/trunk/ose-letsencrypt.php

    r1981233 r1981238  
    1616 * Plugin URI:        https://www.opensource-excellence.com/ose-free-ssl/
    1717 * Description:       OSE Free SSL is an easy-to-use plugin to create SSL certificates from Let’s Encrypt (https://letsencrypt.org) platform which provides free SSL certificates for everyone to turn on https protocol.
    18  * Version:           1.3.1.1
     18 * Version:           1.3.1.3
    1919 * Author:            Open Source Excellence
    2020 * Author URI:        https://www.opensource-excellence.com/ose-free-ssl/
     
    2929 */
    3030if(!defined('OSELETSENCRYPT_PLUGIN_VERSION'))
    31     define('OSELETSENCRYPT_PLUGIN_VERSION', '1.3.1.1');
     31    define('OSELETSENCRYPT_PLUGIN_VERSION', '1.3.1.3');
    3232if(!defined('OSELETSENCRYPT_URL'))
    3333    define('OSELETSENCRYPT_URL', plugin_dir_url( __FILE__ ));
Note: See TracChangeset for help on using the changeset viewer.