Skip to content

Commit

Permalink
Version 3.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rilwis committed Jan 23, 2024
1 parent 067d8cc commit 26bb7f4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Contributors: elightup, rilwis, hungviet91, barcavn2
Donate link: https://wpslimseo.com/products/
Tags: seo, search engine optimization, schema, sitemap, google, facebook, twitter, meta tags, meta description, open graph, twitter card, xml sitemap
Requires at least: 5.9
Tested up to: 6.4.1
Tested up to: 6.4.2
Requires PHP: 7.2
Stable tag: 3.22.5
Stable tag: 3.23.0
License: GPL v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -154,6 +154,11 @@ Add the following constant in your `wp-config.php` file:

== Changelog ==

= 3.23.0 - 2024-01-23 =
- Add CSV import/export for redirects
- Fix getting wrong image URL in the sitemap
- Improve the style for the settings page

= 3.22.5 - 2024-01-02 =
- Re-add 410 in the redirection module. In this case, show correct 410 header instead of making redirect because 410 means the content is gone and no longer available. [See this tutorial](https://wpslimseo.com/deleting-website-content-seo-best-practices/) for more details.
- Add filters `slim_seo_admin_columns_post` and `slim_seo_admin_columns_term` to hide admin columns for post types and taxonomies.
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.5
* Version: 3.23.0
* 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.5' );
define( 'SLIM_SEO_VER', '3.23.0' );
define( 'SLIM_SEO_DB_VER', 1 );

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

0 comments on commit 26bb7f4

Please sign in to comment.