Skip to content

Commit 2e81ce4

Browse files
authored
Merge pull request #9 from dartiss/development
Version 1.0.3
2 parents 8c97066 + d1c7e92 commit 2e81ce4

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

pride-bar.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Pride Bar
44
Plugin URI: https://wordpress.org/plugins/pride-bar
55
Description: Add a rainbow flag design to your admin bar.
6-
Version: 1.0.2
6+
Version: 1.0.3
77
Author: David Artiss
88
Author URI: https://artiss.blog
99
Text Domain: pride-bar
@@ -55,7 +55,7 @@ function pride_bar_plugin_meta( $links, $file ) {
5555

5656
function add_pride_bar() {
5757

58-
$theme = sanitize_title( get_option( 'pride_bar_option', '' ) );
58+
$theme = sanitize_title( get_option( 'pride_bar_option', 'wpcom' ) );
5959

6060
include_once( plugin_dir_path( __FILE__ ) . 'css/' . $theme . '.min.php' );
6161
}

readme.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: rainbow, pride, admin bar, gay, lgbt
44
Requires at least: 4.6
55
Tested up to: 4.9.4
66
Requires PHP: 5.3
7-
Stable tag: 1.0.2
7+
Stable tag: 1.0.3
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -55,6 +55,9 @@ Yes you can. If you take a look at the plugin folder, you'll see a sub-folder na
5555

5656
[Learn more about my version numbering methodology](https://artiss.blog/2016/09/wordpress-plugin-versioning/ "WordPress Plugin Versioning")
5757

58+
= 1.0.3 =
59+
* Bug: Fixed PHP errors that occurred upon first activation
60+
5861
= 1.0.2 =
5962
* Enhancement: CSS is now compressed
6063
* Enhancement: Further code quality enhancements made
@@ -67,6 +70,9 @@ Yes you can. If you take a look at the plugin folder, you'll see a sub-folder na
6770

6871
== Upgrade Notice ==
6972

73+
= 1.0.3 =
74+
* Fix to errors occurring on first activation
75+
7076
= 1.0.2 =
7177
* From Montréal, the week of Montréal Pride, I bring you... some minor enhancements
7278

0 commit comments

Comments
 (0)