Skip to content

Commit 3c7b79e

Browse files
committed
Update version and copyright
1 parent 2ba0a45 commit 3c7b79e

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

CHANGELOG.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
CHANGELOG.txt for xmlapi.php
22

3+
1.0.13:
4+
- Tidy all PHP files according to PSR
5+
36
1.0.12:
47
- github#2 - [Bugfix]: typo related to environment variable XMLAPI_USE_SSL
58

xmlapi.php

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* LICENSE:
99
*
10-
* Copyright (c) 2011, cPanel, Inc.
10+
* Copyright (c) 2012, cPanel, Inc.
1111
* All rights reserved.
1212
*
1313
* Redistribution and use in source and binary forms, with or without modification, are permitted provided
@@ -29,11 +29,14 @@
2929
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3030
* POSSIBILITY OF SUCH DAMAGE.
3131
*
32-
* Version: 1.0.12
33-
* Last updated: 23 July 2011
32+
* Version: 1.0.13
33+
* Last updated: 19 November 2012
3434
*
3535
* Changes
3636
*
37+
* 1.0.13:
38+
* Tidy
39+
*
3740
* 1.0.12:
3841
* github#2 - [Bugfix]: typo related to environment variable XMLAPI_USE_SSL
3942
*
@@ -91,9 +94,9 @@
9194
* Changed submission from GET to POST
9295
*
9396
*
94-
* @copyright 2011 cPanel, Inc
97+
* @copyright 2012 cPanel, Inc
9598
* @license http://sdk.cpanel.net/license/bsd.html
96-
* @version 1.0.11
99+
* @version 1.0.13
97100
* @link http://twiki.cpanel.net/twiki/bin/view/AllDocumentation/AutomationIntegration/XmlApi
98101
* @since File available since release 0.1
99102
**/
@@ -119,9 +122,9 @@
119122
*
120123
* @category Cpanel
121124
* @package xmlapi
122-
* @copyright 2011 cPanel, Inc.
125+
* @copyright 2012 cPanel, Inc.
123126
* @license http://sdk.cpanel.net/license/bsd.html
124-
* @version Release: 1.0.11
127+
* @version Release: 1.0.13
125128
* @link http://twiki.cpanel.net/twiki/bin/view/AllDocumentation/AutomationIntegration/XmlApi
126129
* @since Class available since release 0.1
127130
**/

0 commit comments

Comments
 (0)