Skip to content

Commit 1fbc323

Browse files
committed
Tag v 6.0.0-beta.47
1 parent 667373f commit 1fbc323

File tree

251 files changed

+374
-375
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

251 files changed

+374
-375
lines changed

.php_cs.cache

+1-1
Large diffs are not rendered by default.

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "huasofoundries/phppgadmin6",
3-
"version": "6.0.0-beta.46",
3+
"version": "6.0.0-beta.47",
44
"description": "Like phpmyadmin but for postgres",
55
"type": "project",
66
"license": "MIT",

composer.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/classes/ADONewConnection.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHPPgAdmin v6.0.0-beta.46
4+
* PHPPgAdmin v6.0.0-beta.47
55
*/
66

77
namespace PHPPgAdmin;

src/classes/ADORecordSet.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHPPgAdmin v6.0.0-beta.46
4+
* PHPPgAdmin v6.0.0-beta.47
55
*/
66

77
namespace PHPPgAdmin;

src/classes/ADOdbException.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHPPgAdmin v6.0.0-beta.46
4+
* PHPPgAdmin v6.0.0-beta.47
55
*/
66

77
namespace PHPPgAdmin;

src/classes/ArrayRecordSet.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHPPgAdmin v6.0.0-beta.46
4+
* PHPPgAdmin v6.0.0-beta.47
55
*/
66

77
namespace PHPPgAdmin;

src/classes/ContainerUtils.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHPPgAdmin v6.0.0-beta.46
4+
* PHPPgAdmin v6.0.0-beta.47
55
*/
66

77
namespace PHPPgAdmin;

src/classes/Misc.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHPPgAdmin v6.0.0-beta.46
4+
* PHPPgAdmin v6.0.0-beta.47
55
*/
66

77
namespace PHPPgAdmin;

src/classes/PluginManager.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHPPgAdmin v6.0.0-beta.46
4+
* PHPPgAdmin v6.0.0-beta.47
55
*/
66

77
namespace PHPPgAdmin;

src/classes/Translations.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHPPgAdmin v6.0.0-beta.46
4+
* PHPPgAdmin v6.0.0-beta.47
55
*/
66

77
namespace PHPPgAdmin;

src/controllers/AcinsertController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHPPgAdmin v6.0.0-beta.46
4+
* PHPPgAdmin v6.0.0-beta.47
55
*/
66

77
namespace PHPPgAdmin\Controller;

src/controllers/AggregatesController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHPPgAdmin v6.0.0-beta.46
4+
* PHPPgAdmin v6.0.0-beta.47
55
*/
66

77
namespace PHPPgAdmin\Controller;

src/controllers/AlldbController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHPPgAdmin v6.0.0-beta.46
4+
* PHPPgAdmin v6.0.0-beta.47
55
*/
66

77
namespace PHPPgAdmin\Controller;

src/controllers/BaseController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHPPgAdmin v6.0.0-beta.46
4+
* PHPPgAdmin v6.0.0-beta.47
55
*/
66

77
namespace PHPPgAdmin\Controller;

src/controllers/BrowserController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHPPgAdmin v6.0.0-beta.46
4+
* PHPPgAdmin v6.0.0-beta.47
55
*/
66

77
namespace PHPPgAdmin\Controller;

src/controllers/CastsController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHPPgAdmin v6.0.0-beta.46
4+
* PHPPgAdmin v6.0.0-beta.47
55
*/
66

77
namespace PHPPgAdmin\Controller;

src/controllers/ColpropertiesController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHPPgAdmin v6.0.0-beta.46
4+
* PHPPgAdmin v6.0.0-beta.47
55
*/
66

77
namespace PHPPgAdmin\Controller;

src/controllers/ConstraintsController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHPPgAdmin v6.0.0-beta.46
4+
* PHPPgAdmin v6.0.0-beta.47
55
*/
66

77
namespace PHPPgAdmin\Controller;

src/controllers/ConversionsController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHPPgAdmin v6.0.0-beta.46
4+
* PHPPgAdmin v6.0.0-beta.47
55
*/
66

77
namespace PHPPgAdmin\Controller;

src/controllers/DatabaseController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHPPgAdmin v6.0.0-beta.46
4+
* PHPPgAdmin v6.0.0-beta.47
55
*/
66

77
namespace PHPPgAdmin\Controller;

src/controllers/DataexportController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHPPgAdmin v6.0.0-beta.46
4+
* PHPPgAdmin v6.0.0-beta.47
55
*/
66

77
namespace PHPPgAdmin\Controller;

src/controllers/DataimportController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHPPgAdmin v6.0.0-beta.46
4+
* PHPPgAdmin v6.0.0-beta.47
55
*/
66

77
namespace PHPPgAdmin\Controller;

src/controllers/DbexportController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* PHPPgAdmin v6.0.0-beta.46
4+
* PHPPgAdmin v6.0.0-beta.47
55
*/
66

77
namespace PHPPgAdmin\Controller;

0 commit comments

Comments
 (0)