Changeset 1987482
- Timestamp:
- 12/07/2018 06:36:57 AM (7 years ago)
- Location:
- ose-lets-encrypt
- Files:
-
- 2 edited
- 6 copied
-
tags/1.3.2/trunk (copied) (copied from ose-lets-encrypt/trunk)
-
tags/1.3.2/trunk/README.txt (copied) (copied from ose-lets-encrypt/trunk/README.txt) (2 diffs)
-
tags/1.3.2/trunk/api.php (copied) (copied from ose-lets-encrypt/trunk/api.php)
-
tags/1.3.2/trunk/assets/css/admin.css (copied) (copied from ose-lets-encrypt/trunk/assets/css/admin.css)
-
tags/1.3.2/trunk/assets/js/admin.js (copied) (copied from ose-lets-encrypt/trunk/assets/js/admin.js)
-
tags/1.3.2/trunk/ose-letsencrypt.php (copied) (copied from ose-lets-encrypt/trunk/ose-letsencrypt.php) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/ose-letsencrypt.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ose-lets-encrypt/tags/1.3.2/trunk/README.txt
r1987477 r1987482 3 3 Tags: https, ssl, free ssl, lets encrypt, wordpress https 4 4 Requires at least: 4.2 5 Tested up to: 4.9.85 Tested up to: 5.0 6 6 Requires PHP: 5.3 7 Stable tag: 1.3.2 7 Stable tag: 1.3.2.1 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.1 61 * Add WordPress 5.0 upport 62 63 = 1.3.2 64 * Add bug report function 65 60 66 = 1.3.1.4 61 67 * Improve web domain cleanup function to support www domain style -
ose-lets-encrypt/tags/1.3.2/trunk/ose-letsencrypt.php
r1987477 r1987482 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 18 * Version: 1.3.2.1 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 ');31 define('OSELETSENCRYPT_PLUGIN_VERSION', '1.3.2.1'); 32 32 if(!defined('OSELETSENCRYPT_URL')) 33 33 define('OSELETSENCRYPT_URL', plugin_dir_url( __FILE__ )); -
ose-lets-encrypt/trunk/README.txt
r1987477 r1987482 3 3 Tags: https, ssl, free ssl, lets encrypt, wordpress https 4 4 Requires at least: 4.2 5 Tested up to: 4.9.85 Tested up to: 5.0 6 6 Requires PHP: 5.3 7 Stable tag: 1.3.2 7 Stable tag: 1.3.2.1 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.1 61 * Add WordPress 5.0 upport 62 63 = 1.3.2 64 * Add bug report function 65 60 66 = 1.3.1.4 61 67 * Improve web domain cleanup function to support www domain style -
ose-lets-encrypt/trunk/ose-letsencrypt.php
r1987477 r1987482 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 18 * Version: 1.3.2.1 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 ');31 define('OSELETSENCRYPT_PLUGIN_VERSION', '1.3.2.1'); 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.