Plugin Directory

Changeset 2070861


Ignore:
Timestamp:
04/18/2019 04:47:58 PM (7 years ago)
Author:
rmanaf
Message:

1.1.3

Location:
heimdall/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • heimdall/trunk/heimdall.php

    r2070772 r2070861  
    2323    Plugin URI: https://wordpress.org/plugins/heimdall
    2424    Description: A simple way to tracking clients activities.
    25     Version: 1.1.2
     25    Version: 1.1.3
    2626    Author: Arman Afzal
    2727    Author URI: https://github.com/Rmanaf
     
    208208                        'blog' => get_current_blog_id(),
    209209                        'user' => get_current_user_id(),
    210                         'hook' => null,
     210                        'hook' => 'pre_get_posts',
    211211                        'meta' => esc_html( esc_sql( get_search_query() ) )
    212212                    ]
  • heimdall/trunk/readme.txt

    r2070772 r2070861  
    55Tested up to: 5.1.1
    66Requires PHP: 5.2.4
    7 Stable tag: 1.1.2
     7Stable tag: 1.1.3
    88License: Apache License, Version 2.0
    99License URI: https://github.com/Rmanaf/wp-heimdall/blob/master/LICENSE
Note: See TracChangeset for help on using the changeset viewer.