=== ETC Mods Bundle === Contributors: Steve Elliott Tags: admin footer link, admin footer, custom dashboard, dashboard, admin dashboard, login logo, login image, login graphic, login page logo, log-in logo, log in logo, support dashboard, custom dash-board, custom login, login screen Tested up to: 5.5 Stable tag: trunk License: GPLv2 or later This plugin helps developers with three common tasks. It adds a custom footer link to the admin area, a custom login page logo/title/link, and a custom admin dashboard box. == Description == ETC Mods Bundle is designed to make it quick and easy for developers to complete a few tasks that they need to perform on every site they build for a client. *Set a custom admin footer link (example: "Site by: ETC") *Set a custom login page logo above the login fields *Create a custom dashboard box that could be used to display support contact information, instructions, etc. The custom admin footer link is useful for displaying your name at the bottom of the admin area, as well as a link back to your website. The custom login page logo is an easy way to add an image above the login section. You can set the image width in the settings, in case you need to adjust it. The default width is 320px wide. The height of the login page logo will automatically adjust to the correct height. The custom dashboard box is useful for displaying information in the dashboard section that visitors to the admin area may find helpful. A good example is for adding support contact information for the developers, or instructions from the developer(s) on how to use the admin area. == Installation == 1. Upload the ETC Mods Bundle plugin to your WordPress site 2. Activate it 3. Visit the "ETC Mods" link in your Settings menu to edit the features. =Notes= *You can disable features by unchecking them and saving the changes. *You can set a width for the login page logo, in case your width needs to be different than default. The height will automatically adjust. == Changelog == = 1.0.7 = *Updated the version number in a location that was missed. = 1.0.6 = *Replaced depreciated hook 'login_headertitle' with 'login_headertext'. = 1.0.5 = *Added a Settings link to the plugin listing on the plugins page. = 1.0.4 = *Updated function that places JavaScript in footer. It wasn't always loading in some URL structures. = 1.0.3 = *Added an argument to 3 functions. The missing arguments could have caused issues loading the plugin in some cases. = 1.0.2 = *Update plugin code to make various functions/names more unique, to help prevent potential conflicts with other plugins in the future. = 1.0.1 = *Adjusted the readme.txt file