Skip to content

Commit 1304e4c

Browse files
committed
Update version v.0.0.12
1 parent 642204e commit 1304e4c

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

README.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,19 @@ Example 2:
5555

5656
== Changelog ==
5757

58+
= 0.0.12 =
59+
* Fix button not showing with the latest version of BuddyBoss Platform
60+
61+
= 0.0.11 =
62+
* Fix button not showing with the latest version of BuddyBoss Platform
63+
64+
= 0.0.10 =
65+
* Fix button not showing with the latest version of BuddyBoss Platform
66+
67+
= 0.0.9 =
68+
* Fix Github Issue 3
69+
* Fix button not showing with the latest version of BuddyBoss Platform
70+
5871
= 0.0.8 =
5972
* Fix Github Issue 3
6073
* Fix button not showing with the latest version of BuddyBoss Platform

includes/class-post-anonymously.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ private function load_composer_dependencies() {
223223
'file_path' => POST_ANONYMOUSLY_FILES,
224224
'name_slug' => POST_ANONYMOUSLY_PLUGIN_NAME_SLUG,
225225
'release_branch' => 'main',
226-
'release-assets' => false
226+
'release-assets' => true
227227
);
228228

229229
new WPBoilerplate_Updater_Checker_Github( $package );

0 commit comments

Comments
 (0)