Changeset 1666728
- Timestamp:
- 05/29/2017 09:09:55 PM (9 years ago)
- Location:
- access-watch/trunk
- Files:
-
- 2 edited
-
index.php (modified) (4 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
access-watch/trunk/index.php
r1666654 r1666728 5 5 Description: Understand precisely your website traffic activity and take actions to improve performance and security. 6 6 Author: Access Watch 7 Version: 1.0.0-beta 37 Version: 1.0.0-beta4 8 8 Author URI: https://access.watch/ 9 9 */ … … 15 15 } 16 16 17 define( 'ACCESS_WATCH__PLUGIN_VERSION', '1.0.0-beta 3' );17 define( 'ACCESS_WATCH__PLUGIN_VERSION', '1.0.0-beta4' ); 18 18 define( 'ACCESS_WATCH__PLUGIN_FILE', __FILE__ ); 19 19 … … 247 247 248 248 if (isset($_POST['api_key']) && preg_match('/[a-f0-9]{32}/i', $_POST['api_key'])) { 249 $api_key = $_POST['api_key']; 249 250 update_option('access_watch_api_key', $api_key); 250 251 access_watch_register_api_key($api_key); … … 314 315 wp_enqueue_style( 'access-watch'); 315 316 } 316 317 317 318 318 function access_watch_notices() { -
access-watch/trunk/readme.txt
r1666578 r1666728 57 57 == Changelog == 58 58 59 = 1.0.0 -beta1=59 = 1.0.0 = 60 60 *Release Date - 29 May 2017* 61 61
Note: See TracChangeset
for help on using the changeset viewer.