Skip to content

Commit

Permalink
4.5.18
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelbart committed May 18, 2022
1 parent c6eb266 commit 25b80b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions core/solutions/class-wpml.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ public function create_translation_file() {
return;
}

if (!is_writeable(HELPFUL_PATH)) {
return;
}

$file_path = $this->get_file_path();

if ( file_exists( $file_path ) ) {
Expand Down
2 changes: 1 addition & 1 deletion helpful.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Helpful
* Description: Add a fancy feedback form under your posts or post-types and ask your visitors a question. Give them the abbility to vote with yes or no.
* Version: 4.5.17
* Version: 4.5.18
* Author: Pixelbart
* Author URI: https://pixelbart.de
* Text Domain: helpful
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: helpful, poll, feedback, reviews, vote, review, voting
Requires at least: 4.6
Tested up to: 6.0
Requires PHP: 5.6.20
Stable tag: 4.5.17
Stable tag: 4.5.18
License: MIT License
License URI: https://opensource.org/licenses/MIT

Expand Down

0 comments on commit 25b80b2

Please sign in to comment.