Skip to content

Commit 2fa4e6d

Browse files
committed
added more features for total count
1 parent 7af98e5 commit 2fa4e6d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

cbxsearchtracker.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22
/**
33
* Plugin Name: CBX Search Tracker
44
* Description: Tracks WordPress search keywords and shows most searched keywords in admin dashboard.
5+
* Plugin URI: https://github.com/codeboxrcodehub/cbxsearchtracker
56
* Version: 1.2.1
67
* Author: Codeboxr
8+
* Author URI: http://codeboxr.com
79
* Text Domain: cbxsearchtracker
810
* Domain Path: /languages
11+
* License: GPL-2.0+
12+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
913
*/
1014

1115
if ( ! defined( 'ABSPATH' ) ) {

readme.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
=== CBX Search Tracker ===
2-
Contributors: codeboxr
2+
Contributors: codeboxr, manchumahara
33
Tags: search, search analytics, keyword tracker, search tracker, admin dashboard
44
Requires at least: 5.8
55
Tested up to: 6.5
@@ -76,6 +76,7 @@ Currently it tracks all searches. Zero-result filtering can be added in a future
7676
= 1.2.1 =
7777
* Added total count for keywords
7878
* Added total count for total search
79+
* Added author and licence information
7980

8081
= 1.2.0 =
8182
* Added delete all feature

0 commit comments

Comments
 (0)