Plugin Directory

Changeset 1666728


Ignore:
Timestamp:
05/29/2017 09:09:55 PM (9 years ago)
Author:
znarfor
Message:

beta4: fix api key submission

Location:
access-watch/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • access-watch/trunk/index.php

    r1666654 r1666728  
    55Description: Understand precisely your website traffic activity and take actions to improve performance and security.
    66Author: Access Watch
    7 Version: 1.0.0-beta3
     7Version: 1.0.0-beta4
    88Author URI: https://access.watch/
    99*/
     
    1515}
    1616
    17 define( 'ACCESS_WATCH__PLUGIN_VERSION', '1.0.0-beta3' );
     17define( 'ACCESS_WATCH__PLUGIN_VERSION', '1.0.0-beta4' );
    1818define( 'ACCESS_WATCH__PLUGIN_FILE', __FILE__ );
    1919
     
    247247
    248248    if (isset($_POST['api_key']) && preg_match('/[a-f0-9]{32}/i', $_POST['api_key'])) {
     249        $api_key = $_POST['api_key'];
    249250        update_option('access_watch_api_key', $api_key);
    250251        access_watch_register_api_key($api_key);
     
    314315        wp_enqueue_style( 'access-watch');
    315316}
    316 
    317317
    318318function access_watch_notices() {
  • access-watch/trunk/readme.txt

    r1666578 r1666728  
    5757== Changelog ==
    5858
    59 = 1.0.0-beta1 =
     59= 1.0.0 =
    6060*Release Date - 29 May 2017*
    6161
Note: See TracChangeset for help on using the changeset viewer.