Skip to content

Commit

Permalink
Version 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rilwis committed Dec 7, 2023
1 parent d714e2b commit 3e32b49
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 9 deletions.
2 changes: 1 addition & 1 deletion falcon.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Falcon
* Plugin URI: https://elightup.com
* Description: WordPress optimizations & tweaks
* Version: 2.6.0
* Version: 2.7.0
* Author: eLightUp
* Author URI: https://elightup.com
* License: GPL2+
Expand Down
11 changes: 8 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ Falcon offers a comprehensive list of options for you to tweak and optimize your
### General

- [Disable Gutenberg](https://metabox.io/disable-gutenberg-without-using-plugins/) (the block editor)
- Disable REST API for unauthenticated requests
- Disable heartbeat
- [Disable XML-RPC](https://deluxeblogtips.com/disable-xml-rpc-wordpress/)
- Disable embeds, e.g. prevent others from embedding your site and vise-versa
- Disable comments
- Remove website field from comment form
Expand All @@ -34,7 +32,7 @@ Falcon offers a comprehensive list of options for you to tweak and optimize your
- Remove shortlink
- Remove REST API link

### Assets
### Media

- **Asynchronous load CSS**
- Remove query string for JavaScript and CSS files
Expand All @@ -57,6 +55,13 @@ Falcon offers a comprehensive list of options for you to tweak and optimize your
- Remove admin email confirmation
- Remove application passwords

### Security

- Disable REST API for unauthenticated requests
- [Disable XML-RPC](https://deluxeblogtips.com/disable-xml-rpc-wordpress/)
- Restrict upload file types
- Disable detailed login errors

## You might also like

If you like this plugin, you might also like our other WordPress products:
Expand Down
20 changes: 15 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: elightup, rilwis, truongwp
Tags: optimization, optimize, optimizer, loading speed, performance, speed, clean, clean up, cleaner, ping, pingback, heartbeat, emoji, emojis
Requires at least: 5.9
Tested up to: 6.4.1
Stable tag: 2.6.0
Tested up to: 6.4.2
Stable tag: 2.7.0
Requires PHP: 7.4
License: GPLv2 or later

Expand All @@ -20,9 +20,7 @@ Falcon offers a comprehensive list of options for you to tweak and optimize your
#### General

- [Disable Gutenberg](https://metabox.io/disable-gutenberg-without-using-plugins/) (the block editor)
- Disable REST API for unauthenticated requests
- Disable heartbeat
- [Disable XML-RPC](https://deluxeblogtips.com/disable-xml-rpc-wordpress/)
- Disable embeds, e.g. prevent others from embedding your site and vise-versa
- Disable comments
- Remove website field from comment form
Expand All @@ -45,7 +43,7 @@ Falcon offers a comprehensive list of options for you to tweak and optimize your
- Remove shortlink
- Remove REST API link

#### Assets
#### Media

- **Asynchronous load CSS**
- Remove query string for JavaScript and CSS files
Expand All @@ -68,6 +66,13 @@ Falcon offers a comprehensive list of options for you to tweak and optimize your
- Remove admin email confirmation
- Remove application passwords

#### Security

- Disable REST API for unauthenticated requests
- [Disable XML-RPC](https://deluxeblogtips.com/disable-xml-rpc-wordpress/)
- Restrict upload file types
- Disable detailed login errors

### You might also like

If you like this plugin, you might also like our other WordPress products:
Expand All @@ -89,6 +94,11 @@ Go to *Dashboard | Plugins | Add New* and search for **Falcon**. Then install an

== Changelog ==

= 2.7.0 - 2023-12-07 =
- Update hook for disable core update email notification
- Fix removing update nag not working
- Add a new security tab with options to disable login errors and restrict upload file types

= 2.6.0 - 2023-12-03 =
- Update the plugin style

Expand Down

0 comments on commit 3e32b49

Please sign in to comment.