Changeset 2070861
- Timestamp:
- 04/18/2019 04:47:58 PM (7 years ago)
- Location:
- heimdall/trunk
- Files:
-
- 2 edited
-
heimdall.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
heimdall/trunk/heimdall.php
r2070772 r2070861 23 23 Plugin URI: https://wordpress.org/plugins/heimdall 24 24 Description: A simple way to tracking clients activities. 25 Version: 1.1. 225 Version: 1.1.3 26 26 Author: Arman Afzal 27 27 Author URI: https://github.com/Rmanaf … … 208 208 'blog' => get_current_blog_id(), 209 209 'user' => get_current_user_id(), 210 'hook' => null,210 'hook' => 'pre_get_posts', 211 211 'meta' => esc_html( esc_sql( get_search_query() ) ) 212 212 ] -
heimdall/trunk/readme.txt
r2070772 r2070861 5 5 Tested up to: 5.1.1 6 6 Requires PHP: 5.2.4 7 Stable tag: 1.1. 27 Stable tag: 1.1.3 8 8 License: Apache License, Version 2.0 9 9 License URI: https://github.com/Rmanaf/wp-heimdall/blob/master/LICENSE
Note: See TracChangeset
for help on using the changeset viewer.