Skip to content

Commit

Permalink
Merge pull request #377 from mainwp/mainwp-child-dev
Browse files Browse the repository at this point in the history
MainWP Child Dev
  • Loading branch information
thanghv authored Apr 18, 2023
2 parents 62224d5 + 2c60e98 commit 52639d0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
3 changes: 3 additions & 0 deletions class/class-mainwp-child-server-information.php
Original file line number Diff line number Diff line change
Expand Up @@ -1317,6 +1317,9 @@ protected static function render_last_lines( $path, $line_count, $block_size = 5

// phpcs:disable WordPress.WP.AlternativeFunctions -- to custom read file.
$fh = fopen( $path, 'r' );
if ( false === $fh || ! is_resource( $fh ) ) {
return $lines;
}
// go to the end of the file.
fseek( $fh, 0, SEEK_END );

Expand Down
2 changes: 1 addition & 1 deletion class/class-mainwp-child.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class MainWP_Child {
*
* @var string MainWP Child plugin version.
*/
public static $version = '4.4.1-beta1';
public static $version = '4.4.1';

/**
* Private variable containing the latest MainWP Child update version.
Expand Down
2 changes: 1 addition & 1 deletion mainwp-child.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Author: MainWP
* Author URI: https://mainwp.com
* Text Domain: mainwp-child
* Version: 4.4.1-beta1
* Version: 4.4.1
* Requires at least: 5.4
* Requires PHP: 7.4
*/
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Plugin URI: https://mainwp.com
Requires at least: 5.4
Tested up to: 6.2
Requires PHP: 7.0
Stable tag: 4.4.1-beta1
Stable tag: 4.4.1
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -147,6 +147,12 @@ Sure we have a quick FAQ with a lot more questions and answers [here](https://ma

== Changelog ==

= 4.4.1 - 4-18-2023 =
* Fixed: An issue with saving code snippets
* Fixed: A problem with removing allowed tags in post titles
* Fixed: Multiple PHP warnings
* Added: Check for specific hosts that disable WordPress Core updates for users

= 4.4.0.4 - 3-30-2023 =
* Fixed: JS conflict caused by the Hide Jetpack plugin feature

Expand Down

0 comments on commit 52639d0

Please sign in to comment.