Changeset 1981238
- Timestamp:
- 11/27/2018 10:58:37 AM (7 years ago)
- Location:
- ose-lets-encrypt
- Files:
-
- 6 edited
- 2 copied
-
assets/banner-772x250.png (modified) (previous)
-
assets/screenshot-1.png (modified) (previous)
-
tags/1.3.1.3 (copied) (copied from ose-lets-encrypt/tags/1.3.1.2)
-
tags/1.3.1.3/README.txt (modified) (2 diffs)
-
tags/1.3.1.3/ose-letsencrypt.php (modified) (2 diffs)
-
trunk (copied) (copied from ose-lets-encrypt/tags/1.3.1.2)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/ose-letsencrypt.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ose-lets-encrypt/tags/1.3.1.3/README.txt
r1981233 r1981238 5 5 Tested up to: 4.9.8 6 6 Requires PHP: 5.3 7 Stable tag: 1.3.1. 17 Stable tag: 1.3.1.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.1.3 61 * Fixed SVN error 62 60 63 = 1.3.1.1 61 64 * Fixed ACME-Challenge not functioning on Digital Ocean WordPress images -
ose-lets-encrypt/tags/1.3.1.3/ose-letsencrypt.php
r1981233 r1981238 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.1. 118 * Version: 1.3.1.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.1. 1');31 define('OSELETSENCRYPT_PLUGIN_VERSION', '1.3.1.3'); 32 32 if(!defined('OSELETSENCRYPT_URL')) 33 33 define('OSELETSENCRYPT_URL', plugin_dir_url( __FILE__ )); -
ose-lets-encrypt/trunk/README.txt
r1981233 r1981238 5 5 Tested up to: 4.9.8 6 6 Requires PHP: 5.3 7 Stable tag: 1.3.1. 17 Stable tag: 1.3.1.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.1.3 61 * Fixed SVN error 62 60 63 = 1.3.1.1 61 64 * Fixed ACME-Challenge not functioning on Digital Ocean WordPress images -
ose-lets-encrypt/trunk/ose-letsencrypt.php
r1981233 r1981238 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.1. 118 * Version: 1.3.1.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.1. 1');31 define('OSELETSENCRYPT_PLUGIN_VERSION', '1.3.1.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.