Changeset 1972898
- Timestamp:
- 11/12/2018 10:18:12 AM (7 years ago)
- Location:
- ose-lets-encrypt
- Files:
-
- 4 edited
- 1 copied
-
tags/1.2.6.1 (copied) (copied from ose-lets-encrypt/trunk)
-
tags/1.2.6.1/README.txt (modified) (2 diffs)
-
tags/1.2.6.1/ose-letsencrypt.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/ose-letsencrypt.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ose-lets-encrypt/tags/1.2.6.1/README.txt
r1972893 r1972898 5 5 Tested up to: 4.9.8 6 6 Requires PHP: 5.3 7 Stable tag: 1.2.6 7 Stable tag: 1.2.6.1 8 8 License: GNU General Public License v3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.txt … … 64 64 65 65 == 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 66 75 = 1.2.5.1 67 76 * Update project home page and links in the plugin -
ose-lets-encrypt/tags/1.2.6.1/ose-letsencrypt.php
r1972893 r1972898 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.2.6 18 * Version: 1.2.6.1 19 19 * Author: Open Source Excellence 20 20 * Author URI: https://www.opensource-excellence.com/ose-free-ssl/ … … 279 279 wp_enqueue_style('oseletsencrypt-googleapis', 'https://fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic'); 280 280 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'); 282 282 wp_enqueue_script('oseletsencrypt-bootstrap', OSELETSENCRYPT_URL. 'assets/js/bootstrap.min.js', array(), 1.0); 283 283 wp_enqueue_script('oseletsencrypt-bootbox', OSELETSENCRYPT_URL. 'assets/js/bootbox.min.js', array(), 1.0); -
ose-lets-encrypt/trunk/README.txt
r1972893 r1972898 5 5 Tested up to: 4.9.8 6 6 Requires PHP: 5.3 7 Stable tag: 1.2.6 7 Stable tag: 1.2.6.1 8 8 License: GNU General Public License v3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.txt … … 64 64 65 65 == 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 66 75 = 1.2.5.1 67 76 * Update project home page and links in the plugin -
ose-lets-encrypt/trunk/ose-letsencrypt.php
r1972893 r1972898 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.2.6 18 * Version: 1.2.6.1 19 19 * Author: Open Source Excellence 20 20 * Author URI: https://www.opensource-excellence.com/ose-free-ssl/ … … 279 279 wp_enqueue_style('oseletsencrypt-googleapis', 'https://fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic'); 280 280 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'); 282 282 wp_enqueue_script('oseletsencrypt-bootstrap', OSELETSENCRYPT_URL. 'assets/js/bootstrap.min.js', array(), 1.0); 283 283 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.