Slim SEO Link Manager Changelog
1.6.7 - 2023-12-04
- Improve parsing Chinese words
1.6.6 - 2023-11-17
- Fix updating link not working properly if old URL is a part of a longer URL (#23)
1.6.5 - 2023-10-27
- Improve coding standards to match WordPress's coding standards (with automation to check)
1.6.4 - 2023-08-23
- Fix trailing comma in function argument list (not working in PHP < 8)
1.6.3 - 2023-08-22
- Fix Divi suggesting CSS as keywords
- Fix getting 4xx errors for some URLs
- Fix HTML in suggested sentences
- Remove special characters from word
1.6.2 - 2023-07-27
- Fix not getting links from shortcodes
- Fix not getting links from Oxygen's template
1.6.1 - 2023-06-28
- Improve widget style
- Remove plugin options and table when uninstalling
1.6.0 - 2023-06-01
- Add a filter to allow scan links in custom fields.
- Add a filter to ignore a URL to be scanned and added in reports.
- Add support for relative links in the Link Updater.
- Improve CSS for the link suggestion.
- Improve scanner, make sure it doesn't run infinitely.
- Ignore link to the current pages, e.g. links with hashes (like links in the table of contents)
1.5.0 - 2023-05-08
- Add support for Divi
- Add search box, items per page and back button for reports
1.4.0 - 2023-04-17
- Add export to CSV
- Updating styles, fixing "jumping" text when hovering the table row
- Hide lisence key after entering
1.3.0 - 2023-03-28
Link suggestion improvements:
- Add option to suggest posts in the same taxonomies
- Suggest two- and three-letter words
- Ignore posts that are already linked from the current post
- Ignore sentences that already have links
1.2.0 - 2023-03-08
- Add support for Oxygen builder & Elementor. Now the plugin can analyze content created with Oxygen and Elementor.
- Improve how to check a link is internal/external when WordPress core is put in a sub-folder.
1.1.0 - 2023-02-27
- Add support for Bricks. Now the plugin can analyze content created with Bricks.
- Only update links if status of the being updated post is publish.
1.0.1 - 2023-02-08
- Fix duplicate rows when get links from database
- Recheck HTTP Code of URL if it's 403
- Add user agent to CURL parameters
- Not using StopWords if the language is not supported
- Add plugin row action links & redirect to settings page after activation
- Stop links scanner if there is no links found in posts
- Only scan links of published posts
1.0.0 - 2022-10
- Initial version