This commit is contained in:
erwanlr
2019-03-30 07:20:14 +00:00
parent 1baa3e23b2
commit 07b3826806
509 changed files with 82506 additions and 48 deletions

View File

@@ -0,0 +1,58 @@
Plugin Name: WP Posts Most Read
Description: Display a list of most posts read
Author: iziwebavenir
28-02-2013 Version 1.2
--> Code optimisation
26-02-2013 Version 1.1
--> Problem with directory name - is different of author first version. The Directory folder is now : wp-posts-most-read
--> read the update process in read me file
22-02-2013 Version 1.0
--> First public stable version
21-02-2013 Version 0.4
--> Display list in widget
--> New option : display images
--> New option : choice title value
--> New option : reset all options
--> New option : reset number of views
28-01-2013 Version 0.3
--> add option : count with jQuery
--> if wp super cache is installed, use jQuery allow to have correct count
25-01-2013 Version 0.2.6
--> new option : display or not the number of view after name of post
--> new option : number of post display
--> admin : option page and menu page
--> admin : display 200 posts
24-01-2013 Version 0.2.5
--> css
18-01-2013 Version 0.2.4
--> display from static to non-static
--> admin style
16-01-2013 Version 0.2.3
--> appel css
15-01-2013 Version 0.2.2
--> $table_name_display & $plugin_domain_display in private
14-01-2013 Version 0.2.1
14-01-2013 Version 0.2
--> Change the name of table from wp_articles_most_popular to wp_idealo_articles_most_popular
--> Create Readme.txt file
10-01-2013 Version 0.1.1
--> Use of $this->plugin_url = trailingslashit( WP_PLUGIN_URL.'/'. dirname( plugin_basename( __FILE__ ) ) );
to insert in $plugin_url variable
--> Update Lang Files
--> All Oriented Object
01-01-2013 Version 0.1
--> Plugin Created