File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments