Skip to content

Commit

Permalink
Release 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
goncaloasimoes committed Sep 11, 2024
1 parent 6d4412e commit 9f981b7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.3] - 2024-09-11

### Added

- Filter `ubb_possible_links_filter_sql` to add to the query for possible post links.
Expand Down Expand Up @@ -493,7 +495,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

First Release!

[unreleased]: https://github.com/26b/unbabble/compare/0.5.2...HEAD
[unreleased]: https://github.com/26b/unbabble/compare/0.5.3...HEAD
[0.5.3]: https://github.com/26b/unbabble/compare/0.5.2...0.5.3
[0.5.2]: https://github.com/26b/unbabble/compare/0.5.1...0.5.2
[0.5.1]: https://github.com/26b/unbabble/compare/0.5.0...0.5.1
[0.5.0]: https://github.com/26b/unbabble/compare/0.4.8...0.5.0
Expand Down
4 changes: 2 additions & 2 deletions lib/Integrations/YoastDuplicatePost.php
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ public function skip_wpml_migrate_source( bool $skip, array $row, string $type )
/**
* Hide rewrite republish posts from being linked in other posts.
*
* @since Unreleased
* @since 0.5.3
*
* @param string $sql
* @return string
Expand All @@ -500,7 +500,7 @@ public function hide_rewrite_republish_from_linking( string $sql ) : string {
/**
* Remove ubb_source from rewrite republish copies when saved.
*
* @since Unreleased
* @since 0.5.3
*
* @param int $post_id
* @param WP_Post $post
Expand Down
2 changes: 1 addition & 1 deletion lib/Posts/LinkTranslation.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public function get_possible_links( WP_Post $post, string $post_lang, int $page,
/**
* Filter for possible links query.
*
* @since Unreleased
* @since 0.5.3
*
* @param string $sql
* @return string
Expand Down

0 comments on commit 9f981b7

Please sign in to comment.