Changeset 1993059
- Timestamp:
- 12/12/2018 06:43:14 PM (7 years ago)
- Location:
- ose-lets-encrypt
- Files:
-
- 3 edited
- 7 copied
-
tags/1.3.2.3 (copied) (copied from ose-lets-encrypt/trunk)
-
tags/1.3.2.3/README.txt (copied) (copied from ose-lets-encrypt/trunk/README.txt) (2 diffs)
-
tags/1.3.2.3/api.php (copied) (copied from ose-lets-encrypt/trunk/api.php)
-
tags/1.3.2.3/assets/css/admin.css (copied) (copied from ose-lets-encrypt/trunk/assets/css/admin.css)
-
tags/1.3.2.3/assets/images/ajax_loading.gif (copied) (copied from ose-lets-encrypt/trunk/assets/images/ajax_loading.gif)
-
tags/1.3.2.3/assets/js/admin.js (copied) (copied from ose-lets-encrypt/trunk/assets/js/admin.js) (1 diff)
-
tags/1.3.2.3/ose-letsencrypt.php (copied) (copied from ose-lets-encrypt/trunk/ose-letsencrypt.php) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/assets/js/admin.js (modified) (1 diff)
-
trunk/ose-letsencrypt.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ose-lets-encrypt/tags/1.3.2.3/README.txt
r1992360 r1993059 5 5 Tested up to: 5.0 6 6 Requires PHP: 5.3 7 Stable tag: 1.3.2. 27 Stable tag: 1.3.2.3 8 8 License: GNU General Public License v3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.txt … … 58 58 59 59 == Changelog == 60 = 1.3.2.3 61 * Update SSL failed return message 62 60 63 = 1.3.2.2 61 64 * Add Bug report Ajax function -
ose-lets-encrypt/tags/1.3.2.3/assets/js/admin.js
r1992360 r1993059 127 127 $('#timer').hide(); 128 128 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>') 130 131 } 131 132 },1000); -
ose-lets-encrypt/tags/1.3.2.3/ose-letsencrypt.php
r1992360 r1993059 16 16 * Plugin URI: https://www.opensource-excellence.com/ose-free-ssl/ 17 17 * 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. 218 * Version: 1.3.2.3 19 19 * Author: Open Source Excellence 20 20 * Author URI: https://www.opensource-excellence.com/ose-free-ssl/ … … 29 29 */ 30 30 if(!defined('OSELETSENCRYPT_PLUGIN_VERSION')) 31 define('OSELETSENCRYPT_PLUGIN_VERSION', '1.3.2. 2');31 define('OSELETSENCRYPT_PLUGIN_VERSION', '1.3.2.3'); 32 32 if(!defined('OSELETSENCRYPT_URL')) 33 33 define('OSELETSENCRYPT_URL', plugin_dir_url( __FILE__ )); -
ose-lets-encrypt/trunk/README.txt
r1992360 r1993059 5 5 Tested up to: 5.0 6 6 Requires PHP: 5.3 7 Stable tag: 1.3.2. 27 Stable tag: 1.3.2.3 8 8 License: GNU General Public License v3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.txt … … 58 58 59 59 == Changelog == 60 = 1.3.2.3 61 * Update SSL failed return message 62 60 63 = 1.3.2.2 61 64 * Add Bug report Ajax function -
ose-lets-encrypt/trunk/assets/js/admin.js
r1992360 r1993059 127 127 $('#timer').hide(); 128 128 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>') 130 131 } 131 132 },1000); -
ose-lets-encrypt/trunk/ose-letsencrypt.php
r1992360 r1993059 16 16 * Plugin URI: https://www.opensource-excellence.com/ose-free-ssl/ 17 17 * 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. 218 * Version: 1.3.2.3 19 19 * Author: Open Source Excellence 20 20 * Author URI: https://www.opensource-excellence.com/ose-free-ssl/ … … 29 29 */ 30 30 if(!defined('OSELETSENCRYPT_PLUGIN_VERSION')) 31 define('OSELETSENCRYPT_PLUGIN_VERSION', '1.3.2. 2');31 define('OSELETSENCRYPT_PLUGIN_VERSION', '1.3.2.3'); 32 32 if(!defined('OSELETSENCRYPT_URL')) 33 33 define('OSELETSENCRYPT_URL', plugin_dir_url( __FILE__ ));
Note: See TracChangeset
for help on using the changeset viewer.