Skip to content

Commit

Permalink
Bump plugin version (minor)
Browse files Browse the repository at this point in the history
  • Loading branch information
leopiccionia committed Jul 2, 2024
1 parent e77672c commit 25ae9dc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions trunk/concordamos.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Concordamos
* Description: Quadratic voting system by Concordamos
* Version: 0.6.1
* Version: 0.6.2
* Requires at least: 5.8
* Requires PHP: 7.4
* Author: ITS Rio
Expand All @@ -21,7 +21,7 @@

define( 'CONCORDAMOS_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
define( 'CONCORDAMOS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'CONCORDAMOS_PLUGIN_VERSION', '0.6.1' );
define( 'CONCORDAMOS_PLUGIN_VERSION', '0.6.2' );

require_once 'includes/class/class-cpt.php';
require_once 'includes/class/class-metadata.php';
Expand Down
2 changes: 1 addition & 1 deletion trunk/languages/concordamos.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is distributed under the GPL-2.0-or-later.
msgid ""
msgstr ""
"Project-Id-Version: Concordamos 0.6.1\n"
"Project-Id-Version: Concordamos 0.6.2\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/concordamos\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
6 changes: 5 additions & 1 deletion trunk/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: itsrio
Tags: quadratic, voting, vote
Requires at least: 5.8
Tested up to: 6.4
Stable tag: 0.6.1
Stable tag: 0.6.2
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -38,6 +38,10 @@ The plugin is currently available in English and Portuguese.

== Changelog ==

= 0.6.2 =
* Fix a bug on the limitation of number of votes
* Fix a bug on the credits calculation in voting panel's chart

= 0.6.1 =
* Bug fixes

Expand Down

0 comments on commit 25ae9dc

Please sign in to comment.