=== Plugin Name === Contributors: Ryan Bayne Donate link: https://www.patreon.com/ryanbayne License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: Seed, Grow, Template Plugin, Extensions, Core Plugin, Extendable, Extend Requires at least: 4.2 Tested up to: 4.8 Stable tag: 1.2.1 Multitool is the Swiss-Army-Plugin for WordPress. == Description == Growing websites create more administration and even more headaches. WordPress owners find themselves Googling for the "best plugin to" do something they didn't predict and sometimes something they don't fully understand. Multitool offers a unique approach to dealing with the one-time issues that consume time and can cause stress. Multitool is the multi-purpose plugin you can trust. You'll return to Multitool when you seek a small solution for a one-time issue. You'll appreciate a simple but effecient solution. = Extendable = Multitool includes an extension system. If you like the Multitool interface and my approach to a Swiss-Army-Plugin. You can create a WordPress plugin that acts as an extension. You won't need to spend hours creating your own plugin views, submitting it to the WordPress.org repository or manage a core project on GitHub. If your not a developer, the cost of hiring one to create an extension will be very low. = Features List = 1. Installation wizard 1. Strict WordPress Development Standards 1. Extension System = Support = This project is supported with live chat, forums, community patrons with monthly donations and free development. - [GitHub](https://github.com/ryanbayne/multitool) - [Slack](https://ryanbayne.slack.com/) - [Discord Live Chat](https://discord.gg/xBNYA7Q) - [Report Issues](https://github.com/RyanBayne/Multitool/issues) - [Blog](https://multitool.wordpress.com/) - [Donate](https://www.patreon.com/ryanbayne/) - [Authors LinkedIn](https://www.linkedin.com/in/ryanrbayne/) - [Authors Facebook](https://facebook.com/ryanrbayne) - [Authors Twitter](https://twitter.com/ryanrbayne) == Installation == 1. Method 1: Move folder inside the .zip file into the "wp-content/plugins/" directory if your website is stored locally. Then upload the new plugin folder using your FTP program. 1. Method 2: Use your hosting control panels file manager to upload the plugin folder (not the .zip, only the folder inside it) to the "wp-content/plugins/" directory. 1. Method 3: In your WordPress admin click on Plugins then click on Add New. You can search for your plugin there and perform the installation easily. This method does not apply to premium plugins. == Frequently Asked Questions == = Can I hire you to customize the plugin for me? = Yes, you can hire me for a very small fee because I know the plugin well and can upgrade it quicker than anyone else. == Screenshots == 1. Custom list of plugins for bulk installation and activation. 2. Example of how the WP admin is fully used. Help tab can be available on any page. 3. Security feature that helps to detect illegal entry of administrator accounts into the database. == Languages == Translator needed to localize the plugin. == Upgrade Notice == No special upgrade instructions this time. == Changelog == = 1.2.1 released 19th June 2017 = * GEN -> All use of Trello removed. * GEN -> multitool_example_settings renamed to multitool_security_tools_settings * NEW -> Display Error tool added to Quick Tools * NEW -> Maintenance Mode tool added, display the old "Under Construction" to all visitors. * DEV -> New methods in notice class: notice(), error(), warning(), success(), info() * DEV -> Tools can now exist on both Quick Tools and Configuration Tools views. = 1.2.0 = * NEW -> Plugin re-built from scratch. * NEW -> Quick Tools table (more tools coming soon) * NEW -> Configuration Tools view for tools with options. * NEW -> Extension system * NEW -> Installation Wizard == Contributors == Donators, GitHub contributors and developers who support me when working on WP Seed will be listed here. * Automattic - Half of the plugin uses their perfect approaches to WordPress plugin development. * Brian at WPMUDEV - After a long Skype, showed me the importance of using the WordPress core a lot more. * Ignacio Cruz at WPMUDEV * Ashley Rich (A5shleyRich) * Igor Vaynberg * M. Alsup * Amir-Hossein Sobhi * Thomas Griffin * Gary Jones * Juliette Reinders Folmer == Version Numbers Explained == Explanation of versioning used by myself Ryan Bayne. The versioning scheme I use is called "Semantic Versioning 2.0.0" and more information about it can be found at http://semver.org/ These are the rules followed to increase the Multitool plugin version number. Given a version number MAJOR.MINOR.PATCH, increment the: MAJOR version when you make incompatible API changes, MINOR version when you add functionality in a backwards-compatible manner, and PATCH version when you make backwards-compatible bug fixes. Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.