File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,13 @@ function wputools__plugin(){
2020 fi ;
2121 done
2222
23+ # Check WPU repo if not found in list
24+ if [[ " ${_IS_WPU} " == ' 0' ]]; then
25+ if git ls-remote " https://github.com/WordPressUtilities/${_PLUGIN_ID} .git" > /dev/null 2>&1 ; then
26+ _IS_WPU=' 1' ;
27+ fi
28+ fi
29+
2330 # Base vars
2431 local _PLUGIN_DIR=" ${_CURRENT_DIR} wp-content/plugins/${_PLUGIN_ID} /" ;
2532 local _MUPLUGIN_DIR=" ${_CURRENT_DIR} wp-content/mu-plugins/wpu/${_PLUGIN_ID} /" ;
Original file line number Diff line number Diff line change 22
33WPUTools (){
44
5- local _WPUTOOLS_VERSION=' 0.144.5 ' ;
5+ local _WPUTOOLS_VERSION=' 0.144.6 ' ;
66local _PHP_VERSIONS=(7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4 8.5 9.0)
77local _PHP_VERSIONS_OBSOLETES=(7.0 7.1 7.2 7.3 7.4 8.0)
88local _PHP_VERSIONS_ADVANCED=(8.3 8.4 8.5 9.0)
You can’t perform that action at this time.
0 commit comments