Changeset 1608840
- Timestamp:
- 03/06/2017 04:20:53 PM (9 years ago)
- Location:
- vaultpress/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
vaultpress.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vaultpress/trunk/readme.txt
r1582921 r1608840 4 4 Requires at least: 3.2 5 5 Tested up to: 4.7.2 6 Stable tag: 1.8. 66 Stable tag: 1.8.7 7 7 License: GPLv2 8 8 … … 48 48 49 49 == Changelog == 50 = 1.8.7 - 6 March 2017 = 51 * Security fix for https://wpvulndb.com/vulnerabilities/8745 52 50 53 = 1.8.6 - 26 January 2016 = 51 54 * Compatibility updates -
vaultpress/trunk/vaultpress.php
r1582914 r1608840 19 19 var $auto_register_option = 'vaultpress_auto_register'; 20 20 var $db_version = 4; 21 var $plugin_version = '1.8. 6';21 var $plugin_version = '1.8.7'; 22 22 23 23 function __construct() {
Note: See TracChangeset
for help on using the changeset viewer.