Plugin Directory

Changeset 1993059


Ignore:
Timestamp:
12/12/2018 06:43:14 PM (7 years ago)
Author:
oseuk
Message:

Update to version 1.3.2.3

Location:
ose-lets-encrypt
Files:
3 edited
7 copied

Legend:

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

    r1992360 r1993059  
    55Tested up to: 5.0
    66Requires PHP: 5.3
    7 Stable tag: 1.3.2.2
     7Stable tag: 1.3.2.3
    88License: GNU General Public License v3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.txt
     
    5858
    5959== Changelog ==
     60= 1.3.2.3
     61* Update SSL failed return message
     62
    6063= 1.3.2.2
    6164* Add Bug report Ajax function
  • ose-lets-encrypt/tags/1.3.2.3/assets/js/admin.js

    r1992360 r1993059  
    127127                $('#timer').hide();
    128128                clearInterval(downloadTimer);
    129                 $('#ssl-request-response').html('The SSL certificate was not created successfully, please click this button to report a bug request:<br><button type="button" onclick="sendBugReport();">Report Bug Request</button>')
     129                $('#ssl-request-response').text('The SSL certificate was not created successfully, please make sure that the .well-known/ and the .well-known/acme-challenge directories are accessible through URL.')
     130                //$('#ssl-request-response').html('The SSL certificate was not created successfully, please click this button to report a bug request:<br><button type="button" onclick="sendBugReport();">Report Bug Request</button>')
    130131            }
    131132        },1000);
  • ose-lets-encrypt/tags/1.3.2.3/ose-letsencrypt.php

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

    r1992360 r1993059  
    55Tested up to: 5.0
    66Requires PHP: 5.3
    7 Stable tag: 1.3.2.2
     7Stable tag: 1.3.2.3
    88License: GNU General Public License v3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.txt
     
    5858
    5959== Changelog ==
     60= 1.3.2.3
     61* Update SSL failed return message
     62
    6063= 1.3.2.2
    6164* Add Bug report Ajax function
  • ose-lets-encrypt/trunk/assets/js/admin.js

    r1992360 r1993059  
    127127                $('#timer').hide();
    128128                clearInterval(downloadTimer);
    129                 $('#ssl-request-response').html('The SSL certificate was not created successfully, please click this button to report a bug request:<br><button type="button" onclick="sendBugReport();">Report Bug Request</button>')
     129                $('#ssl-request-response').text('The SSL certificate was not created successfully, please make sure that the .well-known/ and the .well-known/acme-challenge directories are accessible through URL.')
     130                //$('#ssl-request-response').html('The SSL certificate was not created successfully, please click this button to report a bug request:<br><button type="button" onclick="sendBugReport();">Report Bug Request</button>')
    130131            }
    131132        },1000);
  • ose-lets-encrypt/trunk/ose-letsencrypt.php

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