Skip to content

Commit

Permalink
Merge pull request #2 from oscarssanchez/release/1.1
Browse files Browse the repository at this point in the history
1.1 Release
  • Loading branch information
oscarssanchez authored Jun 28, 2020
2 parents 00e1400 + eeacd73 commit 3d8f2c9
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
2 changes: 1 addition & 1 deletion php/class-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Plugin {
*
* @var string
*/
const VERSION = '1.0';
const VERSION = '1.1';

/**
* The plugin instance.
Expand Down
31 changes: 31 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
=== Simple Reading Progress Bar ===

Contributors: oscarssanchez
Tags: readability, reading, progress bar
Requires at least: 4.6
Tested up to: 5.4.2
Stable tag: 1.1
License: GPLv2 (or later)
License URI: http://www.gnu.org/licenses/gpl-2.0.html

A simple and easy to custom progress bar at the top of your posts!

== Description ==

Display a simple progress bar at the top of your posts. With customization options.

== Installation ==

* Upload the folder to your /wp-content/plugins/ directory
* Activate the plugin through the ‘Plugins’ menu in WordPress

== Changelog ==

= 1.1 =

* Adds per post type support for public post types.
* Improves form markup

= 1.0 =

* Initial release.
2 changes: 1 addition & 1 deletion simple-reading-progress-bar.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description: A simple and easy to custom progress bar at the top of your posts.
* Text Domain: simple-reading-progress-bar
* Plugin URI: https://github.com/oscarssanchez/simple-reading-progress-bar
* Version: 1.0
* Version: 1.1
* Author: Oscar Sańchez
* Author URI: http://oscarssanchez.com
* License: GPL2
Expand Down

0 comments on commit 3d8f2c9

Please sign in to comment.