Commit d2ef1082 authored by Simon's avatar Simon

docker compose update

parent 65d1d7ed
...@@ -102,37 +102,6 @@ services: ...@@ -102,37 +102,6 @@ services:
wp core update --force; wp core update --force;
wp core update-db --network; wp core update-db --network;
# wp option update permalink_structure "/%postname%/" --skip-themes --skip-plugins;
# wp option update timezone_string "Manual Offsets/UTC+2";
# wp option update date_format "Y-m-d";
# wp option update time_format "H:i";
# wp plugin install permalink-manager --force --activate-network;
# wp plugin install pods --activate-network;
# wp plugin install polylang --activate-network;
# wp plugin install wordpress-seo --activate-network;
# wp plugin install loco-translate --activate-network;
# wp plugin install google-sitemap-generator --activate-network;
# wp plugin update --all;
wp plugin update akismet --version=4.1.2;
wp plugin uninstall hello;
# wp plugin activate akismet --network;
# wp plugin activate biuro-contacts --network;
# wp plugin activate biuro-feedbacks --network;
# wp plugin activate biuro-html --network;
# wp plugin activate biuro-sections --network;
# wp plugin activate biuro-services --network;
# wp plugin activate biuro-values --network;
# wp plugin activate cookies-warning --network;
# wp plugin activate data-controller --network;
# wp theme update --all;
# wp theme activate biuro;
wp theme delete twentynineteen
wp theme delete twentyseventeen
wp theme delete twentysixteen
wp language core update; wp language core update;
wp language theme update --all; wp language theme update --all;
wp language plugin update --all; wp language plugin update --all;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment