diff --git a/wp-content/plugins/gitium/gitium.php b/wp-content/plugins/gitium/gitium.php index eea6f526..e524c08d 100644 --- a/wp-content/plugins/gitium/gitium.php +++ b/wp-content/plugins/gitium/gitium.php @@ -1,7 +1,7 @@ repo_dir = $repo_dir; - $this->private_key = ''; + $this->repo_dir = $repo_dir; } function _rrmdir( $dir ) { diff --git a/wp-content/plugins/gitium/readme.txt b/wp-content/plugins/gitium/readme.txt index 784c44a0..0c74c846 100644 --- a/wp-content/plugins/gitium/readme.txt +++ b/wp-content/plugins/gitium/readme.txt @@ -7,7 +7,7 @@ Requires at least: 4.7 Tested up to: 6.2.2 Requires PHP: 5.6 License: GPLv2 -Stable tag: 1.0.5 +Stable tag: 1.0.6 License URI: http://www.gnu.org/licenses/gpl-2.0.html Automatic git version control and deployment for your plugins and themes integrated into wp-admin. @@ -101,6 +101,9 @@ Fixed wrong redirection for multisite installations during initial setup == Changelog == += 1.0.6 = +* Fixed deprecation warnings for dynamic property in git-wrapper + = 1.0.5 = * Various bug fixes