Skip to content

Commit

Permalink
release: fixes
Browse files Browse the repository at this point in the history
### Fixes
- Fixed issue with images not importing with the default image tag
- Updated tested version of the PRO plugin
  • Loading branch information
vytisbulkevicius authored Jan 29, 2024
2 parents a728c4a + da9e86e commit 6ed405f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion feedzy-rss-feed.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ function run_feedzy_rss_feeds() {
$compatibilities['FeedzyPRO'] = array(
'basefile' => defined( 'FEEDZY_PRO_BASEFILE' ) ? FEEDZY_PRO_BASEFILE : '',
'required' => '1.7',
'tested_up' => '2.3',
'tested_up' => '2.4',
);
return $compatibilities;
}
Expand Down
3 changes: 3 additions & 0 deletions includes/admin/feedzy-rss-feeds-actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@ public function run_action_job( $post_content, $import_translation_lang, $job, $
}
}
}
if ( empty( $actions ) && 'item_image' === $this->type ) {
return $default_value;
}
return $this->post_content;
}

Expand Down

0 comments on commit 6ed405f

Please sign in to comment.