Skip to content

Commit

Permalink
4.4.61
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelbart committed Oct 29, 2021
1 parent 59c7fd3 commit dd4af8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions core/helpers/class-stats.php
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ public static function get_stats_month($year, $month = null)
* Stats for year
*
* @global $wpdb
* @version 4.4.59
* @version 4.4.61
*
* @param int $year response year.
*
Expand Down Expand Up @@ -787,7 +787,7 @@ public static function get_stats_year($year)
$pro = [];
$contra = [];
$labels = [];
$timestamp = strtotime(sprintf(date('%d-1-1'), intval($year)));
$timestamp = strtotime('first day of January' . intval($year));
$days = 12;

for ($i = 0; $i < $days; $i++):
Expand Down
2 changes: 1 addition & 1 deletion helpful.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Helpful
* Description: Add a fancy feedback form under your posts or post-types and ask your visitors a question. Give them the abbility to vote with yes or no.
* Version: 4.4.60
* Version: 4.4.61
* Author: Pixelbart
* Author URI: https://pixelbart.de
* Text Domain: helpful
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: helpful, poll, feedback, reviews, vote, review, voting
Requires at least: 4.6
Tested up to: 5.8
Requires PHP: 5.6.20
Stable tag: 4.4.60
Stable tag: 4.4.61
License: MIT License
License URI: https://opensource.org/licenses/MIT

Expand Down

0 comments on commit dd4af8d

Please sign in to comment.