-
Notifications
You must be signed in to change notification settings - Fork 19
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
complete renaming tenup_autotweet -> autotweet #49
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@adamsilverstein Looks good. See my comment for one more.
FWIW, tested this branch in WP 5.3 -- worked fine 😄
…ort feature name to 'auto-share-for-twitter'
@adamsilverstein @jeffpaul This is ready for review. I continued on the branch originally intended for renaming things to "Autotweet." I've updated all "autotweets" of various forms to "autoshare." I also changed the plugin name to "Autoshare for Twitter" and changed the repo URL, path, text domain, post type support feature name, and main plugin file to |
@johnwatkins0 I see https://github.com/10up/autotweet/blob/fix/rename-part-2/auto-share-for-twitter.php and https://github.com/10up/autotweet/blob/fix/rename-part-2/autoshare-for-twitter.php, let's keep the |
Thanks, @jeffpaul . Leaving |
My only other question, thinking out loud here, is whether we'd intend to create an Auto Share for (Facebook, LinkedIn, etc.) in which case we'd want some of the references here to denote |
Also worth updating CHANGELOG.md for the 1.0 release to include: |
@jeffpaul That's a good point re: other potential versions of "Autoshare" for other platforms. I could do another round of search-replacing in the code to change I'd be interested in @adamsilverstein view before I go CMD+F'ing in the project some more. |
@johnwatkins0 I guess since we are submitting the plugin as "Autoshare for Twitter" it is going to get |
Ok, so to confirm we'll standardize on |
@adamsilverstein @jeffpaul Took another pass through to replace Autoshare namespaces throughout with the equivalent Autoshare for Twitter namespaces. It's all working locally, but I'm a little nervous about how many changes there are, so I aim to go take another close look with a round of testing later in the week. Unless someone else is available to give it all another set of eyes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made a couple small updates, otherwise looks good to me, nice work!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice work @johnwatkins0, I think we're clear to merge this when you're ready
Description of the Change
Complete the renaming process, removing remaining references to "tenup_autotweet"
Completes fixes for #22.
Benefits
More consistent naming, namespaces for translations.
Possible Drawbacks
Any existing hook uses need name changes. However hook names were already changed in 1.0.0 and only one client use is impacted since this has been internal.
Verification Process
Checklist:
Applicable Issues
Changelog Entry
Changed
tenup_auto_tweet
is nowautotweet
.