grrr-amsterdam / simply-static
Simply Static site generator for wordpress
Installs: 1 463
Dependents: 1
Suggesters: 0
Security: 0
Stars: 20
Watchers: 9
Forks: 6
Open Issues: 1
Type:wordpress-plugin
Requires
- php: >=5.3.3
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2024-11-20 22:41:09 UTC
README
Simply Static is a static site generator for WordPress that helps you create a static site that you can serve separately from your WordPress installation.
This repository is a fork of version 2.1.0 of the Simply Static plugin found in the WordPress Subversion repository.
Notable changes
- PHP 7.3+ support. The original plugin is not compatible with PHP 7.3. This fork will support it.
- The original plugin called the
wp_mail_content_type
filter, and sets all mails totext/html
. This effectively breaks most common mails (for example the password reset).