-
Notifications
You must be signed in to change notification settings - Fork 40
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
Updated backend UI. Added new option to show cropping popup on new uploads. #49
base: master
Are you sure you want to change the base?
Conversation
… fix erraneous wrapping issue
…r wordpress.org, use 1.13 instead
Oh yeah, another change to the "Crop Image" link that is injected into the media uploader.
|
Hi Radley, Thanks for this! Kind Regards On 2 December 2015 at 23:56, Radley Sustaire notifications@github.com
|
…r dismiss the error permanently.
I've added one more feature which is totally separate from the others. but it looks like it got added to this pull request. You can take one or the other if you don't want both updates. Let me know if I need to do something to help with that. Anyway, description of the latest commit: I had a few plugins which were causing problems and I thought the plugin had stopped working. But it was other plugins overwriting the changes of MIC. The latest update will display an error to inform these other plugins conflict. Pretty straightforward. It only detects two plugins currently, but you can add more plugins to the list with four lines of code (see plugin-conflicts.php:27-30). Should all be translateable. Plugin names use the text domain of the respective plugin. |
Hi, this is my first pull request and I haven't published anything on WordPress.org yet. So you may want to thoroughly review any changes here. Mostly cosmetic changes, and one new but rather simple feature.
Here is the new settings page, to match the WP 4.3.1 style a bit better:
Here is the new popup page. Tabs have changed to match the media uploader better:
Finally, the new feature offers a checkbox on the settings page. If enabled, we trigger the crop popup when you upload a new image through the media uploader. But it's off by default.