Plugin Directory

Changeset 1972898


Ignore:
Timestamp:
11/12/2018 10:18:12 AM (7 years ago)
Author:
oseuk
Message:

Update to version 1.2.6.1

Location:
ose-lets-encrypt
Files:
4 edited
1 copied

Legend:

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

    r1972893 r1972898  
    55Tested up to: 4.9.8
    66Requires PHP: 5.3
    7 Stable tag: 1.2.6
     7Stable tag: 1.2.6.1
    88License: GNU General Public License v3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.txt
     
    6464
    6565== Changelog ==
     66
     67= 1.2.6.1
     68* Update change log
     69* Update version tags
     70* Fixed ACME testing bug
     71
     72= 1.2.6
     73* Add certificate content boxes to simplify the SSL update
     74
    6675= 1.2.5.1
    6776* Update project home page and links in the plugin
  • ose-lets-encrypt/tags/1.2.6.1/ose-letsencrypt.php

    r1972893 r1972898  
    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.2.6
     18 * Version:           1.2.6.1
    1919 * Author:            Open Source Excellence
    2020 * Author URI:        https://www.opensource-excellence.com/ose-free-ssl/
     
    279279        wp_enqueue_style('oseletsencrypt-googleapis', 'https://fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic');
    280280        wp_enqueue_style('oseletsencrypt-normalize', OSELETSENCRYPT_URL. 'assets/css/normalize.css', array(), 1.0);
    281         wp_enqueue_style('oseletsencrypt-admin', OSELETSENCRYPT_URL. 'assets/css/admin.css' ,array(), '1.2.4');
     281        wp_enqueue_style('oseletsencrypt-admin', OSELETSENCRYPT_URL. 'assets/css/admin.css' ,array(), '1.2.6');
    282282        wp_enqueue_script('oseletsencrypt-bootstrap', OSELETSENCRYPT_URL. 'assets/js/bootstrap.min.js', array(), 1.0);
    283283        wp_enqueue_script('oseletsencrypt-bootbox', OSELETSENCRYPT_URL. 'assets/js/bootbox.min.js', array(), 1.0);
  • ose-lets-encrypt/trunk/README.txt

    r1972893 r1972898  
    55Tested up to: 4.9.8
    66Requires PHP: 5.3
    7 Stable tag: 1.2.6
     7Stable tag: 1.2.6.1
    88License: GNU General Public License v3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.txt
     
    6464
    6565== Changelog ==
     66
     67= 1.2.6.1
     68* Update change log
     69* Update version tags
     70* Fixed ACME testing bug
     71
     72= 1.2.6
     73* Add certificate content boxes to simplify the SSL update
     74
    6675= 1.2.5.1
    6776* Update project home page and links in the plugin
  • ose-lets-encrypt/trunk/ose-letsencrypt.php

    r1972893 r1972898  
    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.2.6
     18 * Version:           1.2.6.1
    1919 * Author:            Open Source Excellence
    2020 * Author URI:        https://www.opensource-excellence.com/ose-free-ssl/
     
    279279        wp_enqueue_style('oseletsencrypt-googleapis', 'https://fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic');
    280280        wp_enqueue_style('oseletsencrypt-normalize', OSELETSENCRYPT_URL. 'assets/css/normalize.css', array(), 1.0);
    281         wp_enqueue_style('oseletsencrypt-admin', OSELETSENCRYPT_URL. 'assets/css/admin.css' ,array(), '1.2.4');
     281        wp_enqueue_style('oseletsencrypt-admin', OSELETSENCRYPT_URL. 'assets/css/admin.css' ,array(), '1.2.6');
    282282        wp_enqueue_script('oseletsencrypt-bootstrap', OSELETSENCRYPT_URL. 'assets/js/bootstrap.min.js', array(), 1.0);
    283283        wp_enqueue_script('oseletsencrypt-bootbox', OSELETSENCRYPT_URL. 'assets/js/bootbox.min.js', array(), 1.0);
Note: See TracChangeset for help on using the changeset viewer.