Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gitium/gitium.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: https://www.presslabs.com
* Text Domain: gitium
* Domain Path: /languages
* Version: 1.2.0
* Version: 1.2.1
* License: GPL3
*
* Gitium provides automatic git version control and deployment for
Expand Down
13 changes: 8 additions & 5 deletions gitium/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

Contributors: PressLabs
Donate link: https://www.presslabs.com/gitium/
Tags: git, version, versioning, deployment, version-control, github, bitbucket, travis, code, revision, testing, development, branch, production, staging, debug, plugin, gitium, presslabs, simple
Tags: git, version control, revision, gitium, presslabs
Requires at least: 4.7
Tested up to: 6.7.2
Tested up to: 6.8
Requires PHP: 7.4
License: GPLv3
Stable tag: 1.2.0
Stable tag: 1.2.1
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html

Automatic git version control and deployment for your plugins and themes integrated into wp-admin.
Expand Down Expand Up @@ -122,11 +122,14 @@ Submodules are currently not supported.
Please report security bugs found in the source code of the Gitium plugin through the [Patchstack Vulnerability Disclosure Program](https://patchstack.com/database/vdp/gitium). The Patchstack team will assist you with verification, CVE assignment, and notify the developers of this plugin.

== Upgrade Notice ==
= 1.2.0 =
Updated licenses to GPLv3. Updated the check for the wp-load.php file.
= 1.2.1 =
Tested up to WP 6.8

== Changelog ==

= 1.2.1 =
* Tested the compatibility of the plugin with WP 6.8

= 1.2.0 =
* Changed the license for all files to GPLv3
* Fix: In some cases, the WP is configured in another folder. We've made some changes on how we check for the wp-load.php file
Expand Down