Skip to content

Commit

Permalink
Version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rilwis committed Aug 2, 2023
1 parent dfeb7a6 commit f155edf
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 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.3.0
* Version: 2.4.0
* Author: eLightUp
* Author URI: https://elightup.com
* License: GPL2+
Expand Down
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Falcon offers a comprehensive list of options for you to tweak and optimize your

#### Assets

- Lazy load CSS
- Remove query string for JavaScript and CSS files
- Remove jQuery Migrate
- Set scheme-less URLs for JavaScript and CSS files, e.g. remove `http:` and `https:` from URLs
Expand Down Expand Up @@ -53,4 +54,6 @@ If you like this plugin, you might also like our other WordPress products:
- [Meta Box](https://metabox.io) - The most powerful WordPress plugin for creating custom post types and custom fields.
- [Slim SEO](https://wpslimseo.com) - A fast, lightweight and full-featured SEO plugin for WordPress with minimal configuration.
- [Slim SEO Schema](https://wpslimseo.com/slim-seo-schema/) - The best plugin to add schemas (structured data, rich snippets) to WordPress.
- [Slim SEO Link Manager](https://wpslimseo.com/slim-seo-link-manager/) - Build internal link easier in WordPress with real-time reports.
- [GretaThemes](https://gretathemes.com) - Free and premium WordPress themes that clean, simple and just work.
- [Auto Listings](https://wpautolistings.com) - The car sale and dealership plugin for WordPress.
9 changes: 7 additions & 2 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.2.2
Stable tag: 2.3.0
Tested up to: 6.3
Stable tag: 2.4.0
Requires PHP: 7.4
License: GPLv2 or later

Expand Down Expand Up @@ -33,6 +33,7 @@ Falcon offers a comprehensive list of options for you to tweak and optimize your

#### Assets

- Lazy load CSS
- Remove query string for JavaScript and CSS files
- Remove jQuery Migrate
- Set scheme-less URLs for JavaScript and CSS files, e.g. remove `http:` and `https:` from URLs
Expand Down Expand Up @@ -69,6 +70,7 @@ If you like this plugin, you might also like our other WordPress products:
- [Slim SEO Schema](https://wpslimseo.com/products/slim-seo-schema/) - The best plugin to add schemas (structured data, rich snippets) to WordPress.
- [Slim SEO Link Manager](https://wpslimseo.com/products/slim-seo-link-manager/) - Build internal link easier in WordPress with real-time reports.
- [GretaThemes](https://gretathemes.com) - Free and premium WordPress themes that clean, simple and just work.
- [Auto Listings](https://wpautolistings.com) - The car sale and dealership plugin for WordPress.

== Installation ==

Expand All @@ -80,6 +82,9 @@ Go to *Dashboard | Plugins | Add New* and search for **Falcon**. Then install an

== Changelog ==

= 2.4.0 - 2023-08-02 =
- Add lazy load CSS

= 2.3.0 - 2023-07-11 =
- Disable cron
- Disable auto updates
Expand Down
7 changes: 3 additions & 4 deletions src/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,9 @@ public function render() {
</h3>
<div class="inside">
<p><?php esc_html_e( 'Like this plugin? Check out our other WordPress plugins:', 'falcon' ) ?></p>
<p><a href="https://wordpress.org/plugins/meta-box/" target="_blank"><strong>Meta Box</strong></a> - <?php esc_html_e( 'The most powerful WordPress plugin for creating custom post types and custom fields.', 'falcon' ) ?></p>
<p><a href="https://wpslimseo.com/products/slim-seo-schema/" target="_blank"><strong>Slim SEO Schema</strong></a> - <?php esc_html_e( 'The best schema plugin for WordPress.', 'falcon' ) ?></p>
<p><a href="https://wpslimseo.com/products/slim-seo-link-manager/" target="_blank"><strong>Slim SEO Link Manager</strong></a> - <?php esc_html_e( 'Build internal link easier in WordPress.', 'falcon' ) ?></p>
<p><a href="https://gretathemes.com" target="_blank"><strong>GretaThemes</strong></a> - <?php esc_html_e( 'WordPress themes that clean, simple and just work.', 'falcon' ) ?></p>
<p><a href="https://elu.to/fsm" target="_blank"><strong>Meta Box</strong></a> - <?php esc_html_e( 'The most powerful WordPress plugin for creating custom post types and custom fields.', 'falcon' ) ?></p>
<p><a href="https://elu.to/fsss" target="_blank"><strong>Slim SEO Schema</strong></a> - <?php esc_html_e( 'The best plugin to add schemas (structured data, rich snippets) to WordPress.', 'falcon' ) ?></p>
<p><a href="https://elu.to/fssl" target="_blank"><strong>Slim SEO Link Manager</strong></a> - <?php esc_html_e( 'Build internal link easier in WordPress with real-time reports.', 'falcon' ) ?></p>
</div>
</div>
</div>
Expand Down

0 comments on commit f155edf

Please sign in to comment.