Skip to content

Commit

Permalink
update readme, changelog and version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
cornelRaiu committed Jul 20, 2021
1 parent d670acb commit ac5fccb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions admin/includes/class.stats.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ public function render_stats_page() {
<li>Bugfix: Users can not see the statistics page in some cases. <a href="https://github.com/cornelRaiu/search-analytics/issues/3">Bug Report</a></li>
<li>Bugfix: Database error on term delete success page</li>
<li>Optimization: <strong>Compatibility with WP versions up to 5.8</strong></li>
<li>Optimization: <strong>Compatibility with PHP versions between 5.6 - 8.0</strong></li>
<li>Optimization: Security improvements and general code optimization</li>
<li>Optimization: Remove filters and groups on the term delete success page</li>
<li>Others: Add more "Useful Links"</li>
Expand Down
6 changes: 3 additions & 3 deletions mwt-search-analytics.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/*
Plugin Name: Search Analytics
Plugin URI: https://www.cornelraiu.com/wordpress-plugins/mwt-search-analytics/
Description: Search Analytics will keep history of the search terms used by your users and group them in a set of statistics including the number of posts resulted from that search.
Version: 1.3.5
Description: Search Analytics will store and display the search terms used on your website. No third-party service is used!
Version: 1.3.6
Author: Cornel Raiu
Author URI: https://www.cornelraiu.com/
Text Domain: search-analytics
Expand All @@ -22,7 +22,7 @@

final class MWTSA {

public $version = '1.3.5';
public $version = '1.3.6';
public $db_version = '1.1.1';

public $plugin_dir;
Expand Down
3 changes: 2 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ You can use the [Support Forum](https://wordpress.org/support/plugin/search-anal
* Bugfix: Users can not see the statistics page in some cases. [Bug report](https://github.com/cornelRaiu/search-analytics/issues/3)
* Bugfix: Database error on term delete success page
* Optimization: **Compatibility with WP versions up to 5.8**
* Optimization: **Compatibility with PHP versions between 5.6 - 8.0**
* Optimization: Security improvements and general code optimization
* Optimization: Remove filters and groups on the term delete success page
* Others: Add more "Useful Links"
Expand Down Expand Up @@ -229,4 +230,4 @@ You can use the [Support Forum](https://wordpress.org/support/plugin/search-anal
== Upgrade Notice ==

= 1.3.5 =
Ensured full compatibility with WP versions up to 5.8 and other bugfixes and optimizations
Ensured full compatibility with WP versions up to 5.8 and with PHP versions 5.6 to 8.0 and other bugfixes and optimizations

0 comments on commit ac5fccb

Please sign in to comment.