Skip to content

Commit

Permalink
Release the version 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius786 committed Jan 3, 2017
1 parent 6f0821b commit 6791857
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 12 deletions.
2 changes: 1 addition & 1 deletion toplytics/inc/class-toplytics-admin.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
/* Copyright 2014-2015 Presslabs SRL <[email protected]>
/* Copyright 2014-2017 Presslabs SRL <[email protected]>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2, as
Expand Down
2 changes: 1 addition & 1 deletion toplytics/inc/class-toplytics-help.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
/* Copyright 2014-2015 Presslabs SRL <[email protected]>
/* Copyright 2014-2017 Presslabs SRL <[email protected]>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2, as
Expand Down
2 changes: 1 addition & 1 deletion toplytics/inc/class-toplytics-menu.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
/* Copyright 2014-2015 Presslabs SRL <[email protected]>
/* Copyright 2014-2017 Presslabs SRL <[email protected]>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2, as
Expand Down
2 changes: 1 addition & 1 deletion toplytics/inc/class-toplytics-shortcode.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
/* Copyright 2014-2015 Presslabs SRL <[email protected]>
/* Copyright 2014-2017 Presslabs SRL <[email protected]>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2, as
Expand Down
2 changes: 1 addition & 1 deletion toplytics/inc/class-toplytics-submenu-configure.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
/* Copyright 2014-2015 Presslabs SRL <[email protected]>
/* Copyright 2014-2017 Presslabs SRL <[email protected]>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2, as
Expand Down
2 changes: 1 addition & 1 deletion toplytics/inc/class-toplytics-submenu-settings.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
/* Copyright 2014-2015 Presslabs SRL <[email protected]>
/* Copyright 2014-2017 Presslabs SRL <[email protected]>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2, as
Expand Down
2 changes: 1 addition & 1 deletion toplytics/inc/class-toplytics-update.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
/* Copyright 2014-2015 Presslabs SRL <[email protected]>
/* Copyright 2014-2017 Presslabs SRL <[email protected]>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2, as
Expand Down
2 changes: 1 addition & 1 deletion toplytics/inc/class-toplytics-wp-widget.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
/* Copyright 2014-2015 Presslabs SRL <[email protected]>
/* Copyright 2014-2017 Presslabs SRL <[email protected]>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2, as
Expand Down
19 changes: 17 additions & 2 deletions toplytics/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: PressLabs
Donate link: http://www.presslabs.com/
Tags: presslabs, analytics, posts, top, most visited, most viewed posts, top content, toplytics, popular, google analytics, high traffic, popular posts, oauth, server resources, settings, widget, embed code, javascript, json, json file, simple, post views
Requires at least: 3.9
Tested up to: 4.5
Stable tag: 3.0
Tested up to: 4.6
Stable tag: 3.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -231,6 +231,21 @@ If the site domain is `http://www.example.com/` then the file url is `http://www

== Changelog ==

= 3.1 =

* Allow multiple post types via filter
* Add shortcode to features list fix #115
* Remove PDF. Change documentation link from PDF docs to Presslabs site
* Fix #109 - deprecated constructor method call
* Fix #100, exclude disconnecting for network is unreachable
* Fix travis tests
* Use different ID for wrapper div of list of posts
* Fixed get_result() returning null instead of array()
* Update readme.txt
* Remove unused parameter `$when`
* Fix add_query_arg vulnerability
* Add the filter `toplytics_widget_args`

= 3.0 =

**This is a major update and you need to re-authenticate with Google Analytics for the plugin to work!**
Expand Down
4 changes: 2 additions & 2 deletions toplytics/toplytics.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
* Plugin URI: http://wordpress.org/extend/plugins/toplytics/
* Description: Plugin for displaying most viewed content using data from a Google Analytics account. Relieves the DB from writing every click.
* Author: Presslabs
* Version: 3.0
* Version: 3.1
* Author URI: http://www.presslabs.com/
* License: GPL2
* Text Domain: toplytics
* Domain Path: /languages/
*/

/* Copyright 2014-2015 Presslabs SRL <[email protected]>
/* Copyright 2014-2017 Presslabs SRL <[email protected]>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2, as
Expand Down

0 comments on commit 6791857

Please sign in to comment.