File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,14 +102,14 @@ jobs:
102102 # Activate plugin using WP-CLI
103103 docker exec $WP_CONTAINER wp plugin activate progress-planner --allow-root
104104
105- # Show plugin version
106- docker exec $WP_CONTAINER wp option get progress_planner_version --allow-root | echo $PLUGIN_OLD_VERSION
105+ # Show plugin settings (before 1.1.1 there was no version set)
106+ docker exec $WP_CONTAINER wp option get progress_planner_settings --allow-root
107107
108108 # Overwrite plugin files with the latest version from this branch
109109 docker cp . $WP_CONTAINER:/var/www/html/wp-content/plugins/progress-planner
110110
111- # Show updated plugin version
112- docker exec $WP_CONTAINER wp option get progress_planner_version --allow-root
111+ # Show updated plugin settings
112+ docker exec $WP_CONTAINER wp option get progress_planner_settings --allow-root
113113
114114 # Install Yoast SEO
115115 docker exec $WP_CONTAINER wp plugin install wordpress-seo --activate --allow-root
@@ -119,3 +119,5 @@ jobs:
119119
120120 # Final plugin version check
121121 docker exec $WP_CONTAINER wp option get progress_planner_version --allow-root
122+ docker exec $WP_CONTAINER wp option get progress_planner_settings --allow-root
123+
You can’t perform that action at this time.
0 commit comments