untitled/magento-applied-patches

Display applied patches in the footer of the Admin section

0.0.1 2015-05-18 11:28 UTC

This package is not auto-updated.

Last update: 2024-05-25 15:34:34 UTC


README

Magento module to display applied patches in the footer of the Admin section.

Admin Action

Installation

Composer

From the Packagist repository.

{
    "require": {
        "untitled/magento-applied-patches": "*"
    }
}

Please use a tagged version!

Modman

$ modman clone git@github.com:UnDOTtitled/Magento_Untitled_AppliedPatches.git

Manual

  • Download: Zip archive
  • Extract in the Magento root folder.

Caches will have to be cleaned post installation.

Check compiler :(

Uninstallation

  • Remove all module files - See modman file for list.
  • Clean caches, check compiler :(

Contributing

  1. Fork it
  2. Create your feature branch - git checkout -b feature/my-new-feature develop
  3. code
  4. Commit your changes (git commit -am 'Added some feature')
  5. Push to the branch (git push origin feature/my-new-feature)
  6. Create new Pull Request

License and Authors

Authors: https://github.com/UnDOTtitled/Magento_Untitled_AppliedPatches/contributors

Copyright (C) 2015

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.