Skip to content
This repository has been archived by the owner on Mar 31, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 920 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 920 Bytes

Magento Connect Review Notifier

Introduction

This script was made to notify me of any new reviews of my extensions in Magento Connect. Magento doesn't send a notification when a review is added and to be sure we offer the best support we can give, we want to be notified of new reviews as soon as possible.

Requirements

Configuration

  • Place the script somewhere convenient
  • Edit config.php to put in your own developer name & email addresses
  • Add an entry in your crontab to set up a cron that runs, for example, every morning at 8 AM
  • Make sure the directory your scripts is placed in is writable by the web user, for creation of the SQLite database
  • Go go go!

Changelog

  • v1.0 - released first version