Changeset 1966376
- Timestamp:
- 10/31/2018 11:08:32 AM (7 years ago)
- Location:
- ose-lets-encrypt
- Files:
-
- 4 edited
- 1 copied
-
tags/1.2.3 (copied) (copied from ose-lets-encrypt/trunk)
-
tags/1.2.3/README.txt (modified) (2 diffs)
-
tags/1.2.3/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.3/README.txt
r1966344 r1966376 6 6 Tested up to: 4.9.8 7 7 Requires PHP: 5.3 8 Stable tag: 1.2. 28 Stable tag: 1.2.3 9 9 License: GNU General Public License v3 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.txt … … 65 65 66 66 == Changelog == 67 = 1.2.3 68 * Change clear all option cache to clear ose-lets-encrypt cache data 69 67 70 = 1.2.2 68 71 * Fixed bug: token not match caused by options cache -
ose-lets-encrypt/tags/1.2.3/ose-letsencrypt.php
r1966344 r1966376 16 16 * Plugin URI: https://www.opensource-excellence.com/ 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. 218 * Version: 1.2.3 19 19 * Author: Open Source Excellence 20 20 * Author URI: https://www.opensource-excellence.com/ … … 85 85 } 86 86 private function getData(){ 87 wp_cache_delete ( 'alloptions', 'options' );87 wp_cache_delete ( $this->option_name, 'options' ); 88 88 return get_option($this->option_name, array()); 89 89 } -
ose-lets-encrypt/trunk/README.txt
r1966344 r1966376 6 6 Tested up to: 4.9.8 7 7 Requires PHP: 5.3 8 Stable tag: 1.2. 28 Stable tag: 1.2.3 9 9 License: GNU General Public License v3 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.txt … … 65 65 66 66 == Changelog == 67 = 1.2.3 68 * Change clear all option cache to clear ose-lets-encrypt cache data 69 67 70 = 1.2.2 68 71 * Fixed bug: token not match caused by options cache -
ose-lets-encrypt/trunk/ose-letsencrypt.php
r1966344 r1966376 16 16 * Plugin URI: https://www.opensource-excellence.com/ 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. 218 * Version: 1.2.3 19 19 * Author: Open Source Excellence 20 20 * Author URI: https://www.opensource-excellence.com/ … … 85 85 } 86 86 private function getData(){ 87 wp_cache_delete ( 'alloptions', 'options' );87 wp_cache_delete ( $this->option_name, 'options' ); 88 88 return get_option($this->option_name, array()); 89 89 }
Note: See TracChangeset
for help on using the changeset viewer.