-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 1.0.0 with localization, declare WP 5.7 compatibility #20
Conversation
patrickrobrecht
commented
Feb 5, 2021
•
edited
Loading
edited
- Localize the plugin via Translate WordPress (see support forum)
- Add code style check and make code compatible with WP CS
- Release as 1.0.0 to add a statement on the public API (as done for (SPCL](Release 1.0.0 with localization, declare WP 5.7 compatibility #20 (comment)) as well)
- Declare compatibility with WordPress 5.7
I am not able to give feedback to all of the changes (no knowledge about composer), the rest looks good to me! Just a question (although the problem is not in the PR, it exists before, just saw it now): |
Technically LGTM. However, we do jump from 0.0.6 to 1.0.0 and already adjusted wording from black- to blocklist in various places. Isn't this the point in time where we might consider renaming the plugin itself to, let's say Blocklist Updater ? I've recently done the same for Statify Blacklist (now Statify Filter) preserving the old slug, which didn't cause any trouble. |
"next check in never" is not really a sentence. We now distinguish between both cases and add a different sentence without the "in" phrase.
…klist" or "blacklist"
I totally agree here. As we use "block list" in the frontend already, I've updated the plugin name to Block List Updater as rephrased all descriptions from blacklist to "block list" (2 words). Just the slug and class/method prefix stays "blacklist". |
Will it cause any problems for this plugin once I finally get around to renaming my Comment Blacklist for WordPress? I’d like to take the direction you have and rename the project to “Comment Block List for WordPress” … also changing the repo name from |
@splorp Thanks for asking. The redirection should handle everything, otherwise we'll publish a bugfix release immediately. I've subscribed to splorp/wordpress-comment-blacklist#27, so I'll get notified if you close the issue. We'll keep the slug as WordPress.org does not allow to change plugin slugs. |
Cool. Sounds good. |
LGTM. We should though Update the GH action versions to keep it consistent across our plugins, i.e. blacklist-updater/.github/workflows/wordpress-plugin-asset-update.yml Lines 11 to 13 in 26f78e5
blacklist-updater/.github/workflows/wordpress-plugin-deploy.yml Lines 12 to 14 in 26f78e5
|