-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathreadme.txt
More file actions
63 lines (46 loc) · 1.93 KB
/
readme.txt
File metadata and controls
63 lines (46 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
=== StaticWeb Deploy ===
Contributors: staticwebio
Tags: performance, s3, security, speed, static site generator
Requires at least: 6.4
Tested up to: 7.0
Stable tag: 9.9.4
Requires PHP: 8.2
License: Unlicense
License URI: https://github.com/staticweb-io/static-deploy/blob/develop/LICENSE
Generate static sites for deployment as files or S3-compatible storage.
== Description ==
Turns your WordPress site into a secure, lightning-fast static website.
= Features =
* Deploy website directly to S3 and CloudFront
* Export website to a directory that can be served by your web server
* Full WP-CLI support
= Speed =
Static websites are many times faster than a normal WordPress server.
A simple S3 + CloudFront setup can easily serve millions of users.
The greatly increased speed generally improves SEO performance.
= Security =
Making the public version of your website a static website allows you to restrict access to your WordPress server.
This dramatically reduces the attack surface of your website and makes expensive WAF services unnecessary.
== Changelog ==
Full changelog available at https://github.com/staticweb-io/static-deploy/blob/develop/CHANGELOG.md
= 9.9.4 =
Fix crawled redirects getting filenames assigned.
= 9.9.3 =
Fix multiline options in admin did not save properly.
Fix an issue where the crawler could pass along a directory path
instead of passing the index.html filename for a crawled page.
= 9.9.0 =
Enable Direct Deploy Post by default in new installs.
Show hashes and deployed at times on deploy cache pages.
Numerous fixes.
== Upgrade Notice ==
= 9.9.4 =
Fix crawled redirects getting filenames assigned.
= 9.9.3 =
Fix multiline options in admin did not save properly.
Fix an issue where the crawler could pass along a directory path
instead of passing the index.html filename for a crawled page.
= 9.9.0 =
Enable Direct Deploy Post by default in new installs.
Show hashes and deployed at times on deploy cache pages.
Numerous fixes.