A WordPress plugin sending email notifications to subscribers when a new post is published.
This plugin available on wordpress.org. Please use the version from wordpress.org for production.
The version hosted on GitHub is the development version and by itself not able to run in your WordPress installation. To use this version, you will need Git, Node, Composer and Webpack installed and of course a running installation of WordPress.
git clone git@github.com:nstaeger/wp-post-email-notification.git
into the plugins-folder of your WordPress installationcd wp-post-email-notification/
composer install
to install php dependenciesnpm install
to install JS dependencieswebpack
to compile the JS files- Activate the plugin in the WordPress plugin administration panel
Gulp is used to build an installable bundle, but not required for development.