Skip to content

Commit

Permalink
🚀 RELEASE: v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdevore committed Jan 1, 2021
1 parent 51ec9b5 commit 82dfeeb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions README.txt
Expand Up @@ -3,8 +3,8 @@ Contributors: deviodigital
Donate link: https://deviodigital.com
Tags: documentation, document, knowledgebase, help, support, notes
Requires at least: 3.0.1
Tested up to: 5.5.3
Stable tag: 2.0
Tested up to: 5.6
Stable tag: 2.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -37,6 +37,10 @@ DocuPress also comes with 2 custom widgets:

== Changelog ==

= 2.1 =
* Added new Spanish translation in `languages/docupress-es_ES.pot`
* Updated text strings for localization in `languages/docupress.pot`

= 2.0 =
* Added "Was this article helpful?" section to the bottom of single articles in `admin/docupress-article-ratings.php`
* Added an estimated reading time to the beginning of single articles in `admin/docupress-article-ratings.php`
Expand Down
4 changes: 2 additions & 2 deletions docupress.php
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: DocuPress
* Plugin URI: https://www.robertdevore.com/docupress
* Description: Documentation simplified.
* Version: 2.0
* Version: 2.1
* Author: Devio Digital
* Author URI: https://deviodigital.com
* License: GPL-2.0+
Expand All @@ -28,7 +28,7 @@
/**
* Current plugin version.
*/
define( 'DOCUPRESS_VERSION', '2.0' );
define( 'DOCUPRESS_VERSION', '2.1' );

/**
* The code that runs during plugin activation.
Expand Down
2 changes: 1 addition & 1 deletion includes/class-docupress.php
Expand Up @@ -68,7 +68,7 @@ class DocuPress {
*/
public function __construct() {
$this->plugin_name = 'docupress';
$this->version = '2.0';
$this->version = '2.1';

if ( defined( 'DOCUPRESS_VERSION' ) ) {
$this->version = DOCUPRESS_VERSION;
Expand Down

0 comments on commit 82dfeeb

Please sign in to comment.