Skip to content

Commit bea55ee

Browse files
author
root
committed
Changed the plugin name per WP org repo rules
1 parent f384657 commit bea55ee

File tree

3 files changed

+118
-6
lines changed

3 files changed

+118
-6
lines changed

index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22
/*
3-
Plugin Name: Patreon Button, Widgets and Plugin by CodeBard
3+
Plugin Name: Patron Button, Widgets and Plugin by CodeBard
44
Plugin URI: https://wordpress.org/plugins/patron-button-and-widgets-by-codebard/
55
Description: Patreon Patron Buttons, Widgets and Patreon Functions
6-
Version: 2.1.2
6+
Version: 2.1.3
77
Author: CodeBard
88
Author URI: http://codebard.com
99
Text Domain: cb_p6

plugin/includes/default_internal_vars.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
'plugin_id' => 'patron-button-and-widgets-by-codebard',
1212
'prefix' => 'cb_p6_',
1313
'version' => '2.1.2',
14-
'plugin_name' => 'Patreon Button, Widgets and Plugin by CodeBard',
14+
'plugin_name' => 'Patron Button, Widgets and Plugin by CodeBard',
1515

1616
'callable_from_request' => array(
1717

readme.txt

Lines changed: 115 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
=== Patreon Button, Widgets and Plugin by CodeBard ===
1+
=== Patron Button, Widgets and Plugin by CodeBard ===
22
Author URI: http://codebard.com
33
Plugin URI: https://wordpress.org/plugins/patron-button-and-widgets-by-codebard/
44
Contributors: CodeBard
@@ -7,9 +7,9 @@ Tags: plugins, patreon, widgets, crowdfunding, crowdfund, crowd fund, crowd fund
77
License: GPL
88
Requires at least: 4.0
99
Tested up to: 5.8
10-
Stable Tag: 2.1.2
10+
Stable Tag: 2.1.3
1111

12-
Patreon Button and Plugin allows you to add Patreon Buttons to your content and sidebars, along with offering other Patreon functions. Upgradable to Patron Plugin Pro with patron-only posts and powerful features.
12+
Patron Button and Plugin allows you to add Patreon Buttons to your content and sidebars, along with offering other Patreon functions. Upgradable to Patron Plugin Pro with patron-only posts and powerful features.
1313

1414
== Description ==
1515

@@ -57,8 +57,120 @@ To be updated
5757
3. Patron Button Widget for Author
5858
4. Quick Start easy settings page
5959

60+
== Upgrade Notice ==
61+
62+
= 2.1.3 =
63+
64+
* Changed plugin name per WP org repo rules
65+
66+
= 2.1.2 =
67+
68+
* Added checks to prevent the same notice being shown twice at the same page load
69+
70+
= 2.1.1 =
71+
72+
* Added a notice system. Adjusted notices to show 30 days after last notice is shown. Made notices appear in sequential order. Separated system notices and non system notices. Notices are permanently dismissable.
73+
* Made plugin save time of activation when activated
74+
* Added notice for new Patreon plugin
75+
76+
= 2.1.0 =
77+
78+
* Updated update_usermeta to update_user_meta to address warnings
79+
80+
= 2.0.9 =
81+
82+
* Fixed widget and post button urls giving 404 if a non vanity Patreon url when user id was used.
83+
* Better decision logic in constructing urls
84+
85+
= 2.0.8 =
86+
87+
* Added Goals widget. Shows financial goals from Patreon.
88+
* Added one click auto installer for the needed Patreon WordPress free plugin to use goals widget
89+
* Added admin pointers
90+
* Added admin pointer for goal widget
91+
92+
= 2.0.7 =
93+
94+
* Changed post button appearing logic to show for all content except pages. It should show for all posts and custom posts as long as they are singular.
95+
96+
= 2.0.6 =
97+
98+
* Removed PHP 7 compatible widget notice
99+
* Updated tested up to
100+
101+
= 2.0.5 =
102+
103+
* Minor fix for unused plugins_api injectinfo function - removed
104+
105+
= 2.0.4 =
106+
107+
* Widget language loading causing some WP-CLI command line functions to fail fixed
108+
* Important issue that prevented languages from being saved and custom languages from being used fixed
109+
110+
= 2.0.3 =
111+
112+
* Widgets now PHP 7.x+ compatible with proper constructors
113+
* Notice to update the widgets added
114+
115+
= 2.0.2 =
116+
117+
* Major bugfix non-English (en-US) language sites and Out of Memory errors
118+
* New Modal based wizards
119+
120+
= 2.0.1 =
121+
122+
* Major bugfix with the patron urls containing utm_source not working - a must
123+
124+
= 2.0.0 =
125+
126+
* Totally new plugin engine
127+
128+
= 1.0.6 =
129+
130+
* New Patreon Button
131+
* Option for using new or old Patreon button
132+
* Custom button uploader
133+
* Custom button width option
134+
* Minor Css fixes
135+
* Admin side jquery and media uploader queueing
136+
137+
= 1.0.5 =
138+
139+
* Unnecessary info update code removed to prevent foreach errors
140+
141+
= 1.0.4 =
142+
143+
* Fix to prevent output buffering from capturing whitespace
144+
145+
= 1.0.3 =
146+
147+
* Option to hide Site Widget in Single Posts
148+
* Reinforced checking for singular post type for appending the button
149+
* Changes to settings page tab code to prevent PHP Warnings regarding strings
150+
151+
= 1.0.2 =
152+
153+
* Installation Wizard to help users fill in their Patreon URLS during first install or if they didnt save it before
154+
* Patreon URL verifications in Install Wizard
155+
* Allow both URL and account name (Personal Url slug to be used from the database for constructing button urls
156+
* Routine to check versions and update variables in db if necessary during updates
157+
* Option to open Patreon Profiles in new window when users click on buttons
158+
* Minor fixes to settings tabs
159+
160+
= 1.0.1 =
161+
162+
* Unnecessary update and api codes removed
163+
164+
= 1.0.0 =
165+
166+
* Initial release!
167+
60168
== Changelog ==
61169

170+
= 2.1.3 =
171+
172+
* Changed plugin name per WP org repo rules
173+
62174
= 2.1.2 =
63175

64176
* Added checks to prevent the same notice being shown twice at the same page load

0 commit comments

Comments
 (0)