Plugin Directory

Changeset 1987482


Ignore:
Timestamp:
12/07/2018 06:36:57 AM (7 years ago)
Author:
oseuk
Message:

Update to version 1.3.2

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

Legend:

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

    r1987477 r1987482  
    33Tags: https, ssl, free ssl, lets encrypt, wordpress https
    44Requires at least: 4.2
    5 Tested up to: 4.9.8
     5Tested up to: 5.0
    66Requires PHP: 5.3
    7 Stable tag: 1.3.2
     7Stable tag: 1.3.2.1
    88License: GNU General Public License v3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.txt
     
    5858
    5959== Changelog ==
     60= 1.3.2.1
     61* Add WordPress 5.0 upport
     62
     63= 1.3.2
     64* Add bug report function
     65
    6066= 1.3.1.4
    6167* Improve web domain cleanup function to support www domain style
  • ose-lets-encrypt/tags/1.3.2/trunk/ose-letsencrypt.php

    r1987477 r1987482  
    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.2
     18 * Version:           1.3.2.1
    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.2');
     31    define('OSELETSENCRYPT_PLUGIN_VERSION', '1.3.2.1');
    3232if(!defined('OSELETSENCRYPT_URL'))
    3333    define('OSELETSENCRYPT_URL', plugin_dir_url( __FILE__ ));
  • ose-lets-encrypt/trunk/README.txt

    r1987477 r1987482  
    33Tags: https, ssl, free ssl, lets encrypt, wordpress https
    44Requires at least: 4.2
    5 Tested up to: 4.9.8
     5Tested up to: 5.0
    66Requires PHP: 5.3
    7 Stable tag: 1.3.2
     7Stable tag: 1.3.2.1
    88License: GNU General Public License v3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.txt
     
    5858
    5959== Changelog ==
     60= 1.3.2.1
     61* Add WordPress 5.0 upport
     62
     63= 1.3.2
     64* Add bug report function
     65
    6066= 1.3.1.4
    6167* Improve web domain cleanup function to support www domain style
  • ose-lets-encrypt/trunk/ose-letsencrypt.php

    r1987477 r1987482  
    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.2
     18 * Version:           1.3.2.1
    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.2');
     31    define('OSELETSENCRYPT_PLUGIN_VERSION', '1.3.2.1');
    3232if(!defined('OSELETSENCRYPT_URL'))
    3333    define('OSELETSENCRYPT_URL', plugin_dir_url( __FILE__ ));
Note: See TracChangeset for help on using the changeset viewer.