Plugin Directory

Changeset 2996931


Ignore:
Timestamp:
11/16/2023 10:02:51 AM (2 years ago)
Author:
PressLabs
Message:

Add the 1.0.6 version

Location:
gitium
Files:
26 added
2 edited

Legend:

Unmodified
Added
Removed
  • gitium/trunk/inc/class-git-wrapper.php

    r2923946 r2996931  
    9494    private $gitignore  = GITIGNORE;
    9595
     96    private $repo_dir = '';
     97    private $private_key = '';
     98
    9699    function __construct( $repo_dir ) {
    97         $this->repo_dir    = $repo_dir;
    98         $this->private_key = '';
     100        $this->repo_dir = $repo_dir;
    99101    }
    100102
  • gitium/trunk/readme.txt

    r2991251 r2996931  
    55Tags: git, version, versioning, deployment, version-control, github, bitbucket, travis, code, revision, testing, development, branch, production, staging, debug, plugin, gitium, presslabs, simple
    66Requires at least: 4.7
    7 Tested up to: 6.4
    8 Requires PHP: 7.4
     7Tested up to: 6.2.2
     8Requires PHP: 5.6
    99License: GPLv2
    1010Stable tag: 1.0.5
Note: See TracChangeset for help on using the changeset viewer.