File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2828 },
2929 "config" : {
3030 "process-timeout" : 7200 ,
31- "sort-packages" : true
31+ "sort-packages" : true ,
32+ "allow-plugins" : {
33+ "dealerdirect/phpcodesniffer-composer-installer" : true
34+ }
3235 },
3336 "extra" : {
3437 "branch-alias" : {
Original file line number Diff line number Diff line change @@ -234,6 +234,11 @@ protected function get_all_items() {
234234 $ mu_version = $ mu_plugin ['Version ' ];
235235 }
236236
237+ $ mu_title = '' ;
238+ if ( ! empty ( $ mu_plugin ['Name ' ] ) ) {
239+ $ mu_title = $ mu_plugin ['Title ' ];
240+ }
241+
237242 $ items [ $ file ] = array (
238243 'name ' => Utils \get_plugin_name ( $ file ),
239244 'status ' => 'must-use ' ,
@@ -242,7 +247,7 @@ protected function get_all_items() {
242247 'update_package ' => null ,
243248 'version ' => $ mu_version ,
244249 'update_id ' => '' ,
245- 'title ' => Utils \get_plugin_name ( $ file ) ,
250+ 'title ' => $ mu_title ,
246251 'description ' => '' ,
247252 'file ' => $ file ,
248253 );
You can’t perform that action at this time.
0 commit comments