Skip to content

Commit

Permalink
Version 3.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rilwis committed Oct 11, 2023
1 parent 001dbca commit 703207b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: seo, search engine optimization, schema, sitemap, google, facebook, twitte
Requires at least: 5.9
Tested up to: 6.3.1
Requires PHP: 7.2
Stable tag: 3.22.0
Stable tag: 3.22.1
License: GPL v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -92,7 +92,7 @@ If you like this plugin, you might also like our other WordPress products:

== Installation ==

Before installing, please note that the plugin requires PHP >= 5.6.
Before installing, please note that the plugin requires PHP >= 7.2.

1. Go to Plugins > Add New.
2. Search for "Slim SEO".
Expand Down Expand Up @@ -148,6 +148,15 @@ The sitemap URL is located at `domain.com/sitemap.xml`.

== Changelog ==

= 3.22.1 - 2023-10-11 =
- Add support for Ninja Forms and Filter Everything plugins
- Add support for Github Updater
- Set `og:type="website"` for static front page
- Improve breadcrumbs accessibility by adding `aria-hidden="true"` to separators
- Generate alt text for images on upload instead of when inserting into posts
- Disable Jetpack Photon for sitemaps (#99)
- Fix not stripping inline CSS from meta description preview, fix Stackable plugin compatibility

= 3.22.0 - 2023-09-18 =
- Add integration with The Events Calendar
- Add integration with GravityView
Expand Down
4 changes: 2 additions & 2 deletions slim-seo.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: A fast and automated SEO plugin for WordPress.
* Author: eLightUp
* Author URI: https://elightup.com
* Version: 3.22.0
* Version: 3.22.1
* Text Domain: slim-seo
* Domain Path: /languages
* GitHub Plugin URI: elightup/slim-seo
Expand All @@ -19,7 +19,7 @@
define( 'SLIM_SEO_URL', plugin_dir_url( __FILE__ ) );
define( 'SLIM_SEO_REDIRECTS', 'ss_redirects' );
define( 'SLIM_SEO_DELETE_404_LOGS_ACTION', 'delete_404_logs' );
define( 'SLIM_SEO_VER', '3.22.0' );
define( 'SLIM_SEO_VER', '3.22.1' );
define( 'SLIM_SEO_DB_VER', 1 );

require __DIR__ . '/vendor/autoload.php';
Expand Down

0 comments on commit 703207b

Please sign in to comment.