Skip to content

Commit

Permalink
Merge pull request #203 from grueneschweiz/dev
Browse files Browse the repository at this point in the history
0.37.0
  • Loading branch information
cyrillbolliger authored Aug 17, 2023
2 parents c947adc + 8b4ca73 commit a277144
Show file tree
Hide file tree
Showing 7 changed files with 1,173 additions and 1,117 deletions.
3 changes: 2 additions & 1 deletion scripts/wp-install-plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ $WPCLI plugin install wp-super-cache $INSTALL_ACTIVATE
$WPCLI plugin install daggerhart-openid-connect-generic

# WP Super Cache CLI
WP_CLI_PACKAGES_DIR=/var/www/.wp-cli/packages/ php -d memory_limit=2048M /bin/wp-cli.phar --allow-root package install wp-cli/wp-super-cache-cli
WP_CLI_PACKAGES_DIR=~/.wp-cli/packages/ php -d memory_limit=2048M $(which $WPCLI) --allow-root package install wp-cli/wp-super-cache-cli
# if installation fails: go to ~/.wp-cli/packages and run composer install

#====================
Expand All @@ -192,6 +192,7 @@ $WPCLI theme delete twentynineteen
$WPCLI theme delete twentytwenty
$WPCLI theme delete twentytwentyone
$WPCLI theme delete twentytwentytwo
$WPCLI theme delete twentytwentythree

if $WPCLI plugin is-installed akismet; then
$WPCLI plugin uninstall akismet --deactivate
Expand Down
92 changes: 46 additions & 46 deletions wordpress/wp-content/themes/les-verts/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified wordpress/wp-content/themes/les-verts/languages/it_IT.mo
Binary file not shown.
Loading

0 comments on commit a277144

Please sign in to comment.