File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change
1
+ php-subreg (0.4) UNRELEASED; urgency=medium
2
+
3
+ * +SetAutoRenew
4
+ * +RenewDomain
5
+
6
+ -- Vítězslav Dvořák <
[email protected] > Thu, 12 Sep 2019 13:34:35 +0200
7
+
1
8
php-subreg (0.3) unstable; urgency=medium
2
9
3
10
* new support for Pricelist command
Original file line number Diff line number Diff line change 8
8
9
9
}
10
10
],
11
- "version" : " 0.2 " ,
11
+ "version" : " 0.4 " ,
12
12
"require" : {
13
13
"ext-soap" : " *" ,
14
14
"deb/ease-framework" : " *"
Original file line number Diff line number Diff line change 1
- php-subreg_0.3_all .buildinfo web optional
2
- php-subreg_0.3_all .deb web optional
1
+ php-subreg_0.4_all .buildinfo web optional
2
+ php-subreg_0.4_all .deb web optional
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class Client extends \Ease\Molecule
19
19
* ClientLibrary version
20
20
* @var string
21
21
*/
22
- static public $ libVersion = '0.3 ' ;
22
+ static public $ libVersion = '0.4 ' ;
23
23
24
24
/**
25
25
* Object Configuration
You can’t perform that action at this time.
0 commit comments