Skip to content

Commit

Permalink
Updated based on plugin check advice.
Browse files Browse the repository at this point in the history
  • Loading branch information
soup-bowl committed Jul 29, 2024
1 parent 38724d8 commit 7763591
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .docker/quickstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ if [ "$1" == "beta" ]; then
fi

wp plugin install wp-crontrol --allow-root
wp plugin install plugin-check --allow-root

wp plugin activate simple-smtp wp-crontrol --allow-root
wp plugin activate simple-smtp wp-crontrol plugin-check --allow-root
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=== WordPress Simple SMTP ===
=== Simple SMTP ===
Contributors: soupbowl
Tags: mail,email,smtp,dispatch,sender
Requires at least: 5.0
Tested up to: 6.5
Tested up to: 6.6
Requires PHP: 7.0
Stable tag: {{VERSION_NUMBER}}
License: MIT
Expand Down

0 comments on commit 7763591

Please sign in to comment.