Skip to content

Commit 16f675b

Browse files
committed
Version 1.3.1
1 parent a83c441 commit 16f675b

File tree

2 files changed

+149
-146
lines changed

2 files changed

+149
-146
lines changed

pride-bar.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Plugin Name: Pride Bar
1010
* Plugin URI: https://wordpress.org/plugins/pride-bar/
1111
* Description: 🏳️‍🌈 Add an LGBTQIA+ flag design to your admin bar.
12-
* Version: 1.3
12+
* Version: 1.3.1
1313
* Requires at least: 4.6
1414
* Requires PHP: 5.6
1515
* Author: David Artiss
@@ -1084,7 +1084,7 @@ function pride_bar_build_array() {
10841084
'Monosexual' => array(
10851085
array(
10861086
'size' => 0,
1087-
'rgb' => '#AA5FB1',
1087+
'rgb' => 'AA5FB1',
10881088
),
10891089
array(
10901090
'size' => 14.29,

readme.txt

Lines changed: 147 additions & 144 deletions
Original file line numberDiff line numberDiff line change
@@ -1,144 +1,147 @@
1-
=== Pride Bar ===
2-
Contributors: dartiss
3-
Donate link: https://artiss.blog/donate
4-
Tags: flag, pride, rainbow, gay, queer, lgbt, lgbtq, lbgtqia, admin bar
5-
Requires at least: 4.6
6-
Tested up to: 6.0
7-
Requires PHP: 5.6
8-
Stable tag: 1.3
9-
License: GPLv2 or later
10-
License URI: http://www.gnu.org/licenses/gpl-2.0.html
11-
12-
🏳️‍🌈 Add an LGBTQIA+ flag design to your admin bar.
13-
14-
== Description ==
15-
16-
🏳️‍🌈 Add an LGBTQIA+ flag design to your admin bar.
17-
18-
Originally added to WordPress.com and viewable by Australian users to support marriage equality, I have bought the rainbow flag to everyone's Admin Bar, via this plugin.
19-
20-
But that's not all, as it now supports 47 different flags...
21-
22-
1. Aceflux
23-
2. Acespec
24-
3. Aftgender
25-
4. Agender
26-
5. Aplatonic
27-
6. Aroace
28-
7. Arospec (was Aromantic)
29-
8. Asexual
30-
9. Bigender
31-
10. Bisexual
32-
11. Ceterosexual
33-
12. Demiboy
34-
13. Demifluid
35-
14. Demigender
36-
15. Demigirl
37-
16. Demineutrois
38-
17. Deminonbinary
39-
18. Demixenogender
40-
19. Femme
41-
20. Fraysexual
42-
21. Gay Men
43-
22. Gender Nonconforming
44-
23. Genderfae
45-
24. Genderfluid
46-
25. Genderflux
47-
26. Genderqueer
48-
27. Greysexual
49-
28. Hijra
50-
29. Intersex
51-
30. Lesbian (5 stripe)
52-
31. Lesbian (7 stripe)
53-
32. Lipstick Lesbian
54-
33. Monosexual
55-
34. Multisexual
56-
35. Neutrois
57-
36. Non-binary
58-
37. Omnisexual
59-
38. Pangender
60-
39. Pansexual
61-
40. Polysexual
62-
41. Pomosexual
63-
42. Pride (Gilbert Baker)
64-
43. Pride (More Colour More Pride)
65-
44. Pride (Traditional)
66-
45. Queer
67-
46. Quintgender
68-
47. Transgender
69-
70-
And, thanks to code by [Mika Epstein](https://halfelf.org/2017/make-wordpress-gay/ "Make WordPress Gay"), you can modify the positioning of the flag too - allow it to flow behind your Admin Bar menu options or go around it.
71-
72-
How to use? Just install, activate and enjoy a new flag colored admin bar. Different designs are available - head to Settings -> General -> Pride Bar to change the flag and positioning.
73-
74-
Thanks to for Michael Arestad for writing the original code and Pento [for sharing it](https://gist.github.com/pento/bc4574b8eb0f4500efbeb75ec7d8630c). And particularly to the LGBTQIA+ community for having such awesome symbols.
75-
76-
Iconography is courtesy of the very talented [Janki Rathod](https://www.fiverr.com/jankirathore) ♥️
77-
78-
👉 Please visit the [Github page](https://github.com/dartiss/pride-bar "Github") for the latest code development, planned enhancements and known issues 👈
79-
80-
== Installation ==
81-
82-
Pride Bar can be found and installed via the Plugin menu within WordPress administration (Plugins -> Add New). Alternatively, it can be downloaded from WordPress.org and installed manually...
83-
84-
1. Upload the entire `pride-bar` folder to your `wp-content/plugins/` directory.
85-
2. Activate the plugin through the 'Plugins' menu in WordPress administration.
86-
87-
Voila! It's ready to go.
88-
89-
== Frequently Asked Questions ==
90-
91-
= Can I submit my own theme? =
92-
93-
Yes you can. If you take a look at the plugin folder, you'll see a sub-folder named `css` - in that is the CSS for each theme. Simply modify one of those to your taste then, if you'd like to share it, send it along to me and I'll look to include it in future releases, complete with its own unique name.
94-
95-
== Screenshots ==
96-
97-
1. The rainbow flag positioned across the menus
98-
2. The rainbow flag positioned behind the menus
99-
3. The bisexual flag
100-
101-
== Changelog ==
102-
103-
I use semantic versioning, with the first release being 1.0.
104-
105-
= 1.3 =
106-
* Bug: I didn't add Intersex last time around, despite stating I had. Now added
107-
* Bug: Fixed some escaping that wasn't correct
108-
* Enhancement: One year later and it's Pride month once again. Time to add more styles. 14 more, to be precise
109-
* Enhancement: Improved some wording
110-
111-
= 1.2 =
112-
* Enhancement: It's Pride month, so what better time to add 18 more styles, more than doubling the number available?
113-
* Enhancement: Added a link to the settings page so that you can request additional styles to be added
114-
* Enhancement: Code efficiency improvements
115-
* Maintenance: Renamed the LBGT style to Pride (Traditional)
116-
117-
= 1.1 =
118-
* Enhancement: Added option to define whether the flag appears behind or inline with the admin bar menu options
119-
* Enhancement: Instead of just the LGBT pride flag, this now supports 14 different flags from the community
120-
* Enhancement: The menu bar text colour will inverse when certain flags are used, allowing them to be more readable
121-
* Enhancement: CSS is now added to the page header in-line, due to it being generated on-the-fly
122-
* Maintenance: Updated README text as well as the uninstaller (to get rid of the new, second setting upon removal)
123-
124-
= 1.0.4 =
125-
* Enhancement: Not only follows all of the WordPress coding standards but also the gold-standard WP VIP standards too. This is one well written plugin, even if I do say so myself
126-
* Enhancement: Improved the plugin meta data and added donation information in. Just because
127-
128-
= 1.0.3 =
129-
* Bug: Fixed PHP errors that occurred upon first activation
130-
131-
= 1.0.2 =
132-
* Enhancement: CSS is now compressed
133-
* Enhancement: Further code quality enhancements made
134-
135-
= 1.0.1 =
136-
* Enhancement: Code quality enhancements to bring it in line with WordPress.com VIP coding standards
137-
138-
= 1.0 =
139-
* Initial release
140-
141-
== Upgrade Notice ==
142-
143-
= 1.3 =
144-
* Added 14 more styles, fixed and another and re-instated one that had gone AWOL
1+
=== Pride Bar ===
2+
Contributors: dartiss
3+
Donate link: https://artiss.blog/donate
4+
Tags: flag, pride, rainbow, gay, queer, lgbt, lgbtq, lbgtqia, admin bar
5+
Requires at least: 4.6
6+
Tested up to: 6.0
7+
Requires PHP: 5.6
8+
Stable tag: 1.3.1
9+
License: GPLv2 or later
10+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
11+
12+
🏳️‍🌈 Add an LGBTQIA+ flag design to your admin bar.
13+
14+
== Description ==
15+
16+
🏳️‍🌈 Add an LGBTQIA+ flag design to your admin bar.
17+
18+
Originally added to WordPress.com and viewable by Australian users to support marriage equality, I have bought the rainbow flag to everyone's Admin Bar, via this plugin.
19+
20+
But that's not all, as it now supports 47 different flags...
21+
22+
1. Aceflux
23+
2. Acespec
24+
3. Aftgender
25+
4. Agender
26+
5. Aplatonic
27+
6. Aroace
28+
7. Arospec (was Aromantic)
29+
8. Asexual
30+
9. Bigender
31+
10. Bisexual
32+
11. Ceterosexual
33+
12. Demiboy
34+
13. Demifluid
35+
14. Demigender
36+
15. Demigirl
37+
16. Demineutrois
38+
17. Deminonbinary
39+
18. Demixenogender
40+
19. Femme
41+
20. Fraysexual
42+
21. Gay Men
43+
22. Gender Nonconforming
44+
23. Genderfae
45+
24. Genderfluid
46+
25. Genderflux
47+
26. Genderqueer
48+
27. Greysexual
49+
28. Hijra
50+
29. Intersex
51+
30. Lesbian (5 stripe)
52+
31. Lesbian (7 stripe)
53+
32. Lipstick Lesbian
54+
33. Monosexual
55+
34. Multisexual
56+
35. Neutrois
57+
36. Non-binary
58+
37. Omnisexual
59+
38. Pangender
60+
39. Pansexual
61+
40. Polysexual
62+
41. Pomosexual
63+
42. Pride (Gilbert Baker)
64+
43. Pride (More Colour More Pride)
65+
44. Pride (Traditional)
66+
45. Queer
67+
46. Quintgender
68+
47. Transgender
69+
70+
And, thanks to code by [Mika Epstein](https://halfelf.org/2017/make-wordpress-gay/ "Make WordPress Gay"), you can modify the positioning of the flag too - allow it to flow behind your Admin Bar menu options or go around it.
71+
72+
How to use? Just install, activate and enjoy a new flag colored admin bar. Different designs are available - head to Settings -> General -> Pride Bar to change the flag and positioning.
73+
74+
Thanks to for Michael Arestad for writing the original code and Pento [for sharing it](https://gist.github.com/pento/bc4574b8eb0f4500efbeb75ec7d8630c). And particularly to the LGBTQIA+ community for having such awesome symbols.
75+
76+
Iconography is courtesy of the very talented [Janki Rathod](https://www.fiverr.com/jankirathore) ♥️
77+
78+
👉 Please visit the [Github page](https://github.com/dartiss/pride-bar "Github") for the latest code development, planned enhancements and known issues 👈
79+
80+
== Installation ==
81+
82+
Pride Bar can be found and installed via the Plugin menu within WordPress administration (Plugins -> Add New). Alternatively, it can be downloaded from WordPress.org and installed manually...
83+
84+
1. Upload the entire `pride-bar` folder to your `wp-content/plugins/` directory.
85+
2. Activate the plugin through the 'Plugins' menu in WordPress administration.
86+
87+
Voila! It's ready to go.
88+
89+
== Frequently Asked Questions ==
90+
91+
= Can I submit my own theme? =
92+
93+
Yes you can. If you take a look at the plugin folder, you'll see a sub-folder named `css` - in that is the CSS for each theme. Simply modify one of those to your taste then, if you'd like to share it, send it along to me and I'll look to include it in future releases, complete with its own unique name.
94+
95+
== Screenshots ==
96+
97+
1. The rainbow flag positioned across the menus
98+
2. The rainbow flag positioned behind the menus
99+
3. The bisexual flag
100+
101+
== Changelog ==
102+
103+
I use semantic versioning, with the first release being 1.0.
104+
105+
= 1.3.1 =
106+
* Bug: As Snoop Dogg once said, "it's amazing how much trouble you can get in for a mis-placed hash". Okay, he didn't say that but you can imagine it, right? Yeah, I put a hash symbol somewhere where it shouldn't have been and broke the Monosexual style. Ironically, the result was that it appeared as just a single color
107+
108+
= 1.3 =
109+
* Bug: I didn't add Intersex last time around, despite stating I had. Now added
110+
* Bug: Fixed some escaping that wasn't correct
111+
* Enhancement: One year later and it's Pride month once again. Time to add more styles. 14 more, to be precise
112+
* Enhancement: Improved some wording
113+
114+
= 1.2 =
115+
* Enhancement: It's Pride month, so what better time to add 18 more styles, more than doubling the number available?
116+
* Enhancement: Added a link to the settings page so that you can request additional styles to be added
117+
* Enhancement: Code efficiency improvements
118+
* Maintenance: Renamed the LBGT style to Pride (Traditional)
119+
120+
= 1.1 =
121+
* Enhancement: Added option to define whether the flag appears behind or inline with the admin bar menu options
122+
* Enhancement: Instead of just the LGBT pride flag, this now supports 14 different flags from the community
123+
* Enhancement: The menu bar text colour will inverse when certain flags are used, allowing them to be more readable
124+
* Enhancement: CSS is now added to the page header in-line, due to it being generated on-the-fly
125+
* Maintenance: Updated README text as well as the uninstaller (to get rid of the new, second setting upon removal)
126+
127+
= 1.0.4 =
128+
* Enhancement: Not only follows all of the WordPress coding standards but also the gold-standard WP VIP standards too. This is one well written plugin, even if I do say so myself
129+
* Enhancement: Improved the plugin meta data and added donation information in. Just because
130+
131+
= 1.0.3 =
132+
* Bug: Fixed PHP errors that occurred upon first activation
133+
134+
= 1.0.2 =
135+
* Enhancement: CSS is now compressed
136+
* Enhancement: Further code quality enhancements made
137+
138+
= 1.0.1 =
139+
* Enhancement: Code quality enhancements to bring it in line with WordPress.com VIP coding standards
140+
141+
= 1.0 =
142+
* Initial release
143+
144+
== Upgrade Notice ==
145+
146+
= 1.3.1 =
147+
* Fixed a bug with the Monosexual style

0 commit comments

Comments
 (0)