Skip to content

Releases: phppgadmin/phppgadmin

phpPgAdmin 7.13.0

07 Nov 06:48
REL_7-13-0
13f3f82
Compare
Choose a tag to compare

I'm pleased to introduce the latest release of phpPgAdmin, version 7.13.0.

This release incorporates the following changes:

  • Add support for Postgres 13
  • Add provisional support for Postgres 14
  • Upgrade Jquery library to 3.4.1 (Nirgal)
  • Allow users to see group owned databases when using "owned only"
  • Fix bug where sorting on selects dumped you to the table screen (MichaMEG)
  • This release drops support for PHP 7.1
  • This will be the last release to support PHP 7.2

For complete details of changes, please see the HISTORY file and/or commit logs. We hope you find this new release helpful!

phpPgAdmin 7.12.1

10 Dec 18:18
REL_7-12-1
46944bf
Compare
Choose a tag to compare

I'm pleased to introduce the latest release of phpPgAdmin, version 7.12.1.

This release incorporates the following changes:

  • Fix a number of issues related to changes in Postgres 12.
  • Fix an issue with truncation of long multibyte strings
  • Removal of broken tree branches from table/view browse option
  • Properly escape identifiers when browsing tables/views/schemas
  • Add support for granting USAGE on sequences

Note this new version now requires support for the mbstring module in PHP.

Special thanks to Jean-Michel Vourgère, who supplied a number of significant patches and updates towards this release. For complete details of changes, please see the HISTORY file and/or commit logs. We hope you find this new release helpful!

phpPgAdmin 7.12.0 -- A New Hope

28 Sep 22:14
2acc915
Compare
Choose a tag to compare

I'm pleased to introduce the latest release of phpPgAdmin, version 7.12.0.

This release incorporates the following changes:

  • PHP 7.1 is now the default version for development, and the minimum version required for phpPgAdmin going forward. Most users are currently running PHP 7, so we're happy to support this going forward, and encourage users of PHP 5.x to upgrade for continued support.

  • We've added support for all current versions of PostgreSQL, including the pending PostgreSQL 12 release. Our aim going forward will be to ensure that we are properly supporting all current release of Postgres, with degraded support for EOL versions.

  • We've updated some internal libraries, fixed additional bugs, and merged in many patches that had accumulated over the years. We want to thank everyone who provided a patch, whether merged or not, and hope you will consider contributing to phpPgAdmin in the future.

This version also comes with a change to our development and release cycle process. The first part of this is changing how we number our releases. Going forward, our versions numbers will represent:
- the primary PHP version supported (7),
- the most recent version of PostgreSQL supported (12),
- and the particular release number in that series (0).

Our plan is to continue developing on this branch (7_12) and releasing new features and bug fixes as often as needed. At some point about a year from now, after PostgreSQL has branched for Postgres 13/14, we'll incorporate that into an official release, and bump our release number to 7.13.0. Presumably, in a few years, there will eventually be a release of PHP 8, and we'll start planning that change at that time. We hope this will make it easier for both users and contributors going forward.

Once again, I want to thank everyone who has helped contribute to phpPgAdmin over the years. The project has gone through some ups and downs, but despite that is still used by a very large number of users and it enjoys a healthy developer ecosystem. We hope you find this new release helpful!

phpPgAdmin 5.6 - The Phantom Menace

13 Nov 00:16
e2d90c6
Compare
Choose a tag to compare

This release adds support for all recent versions of Postgres (at least 9.3 - 12devel). It also fixes a number of minor bugs and includes several language fixes. See the HISTORY file for more info.

Note, this will be the last release support PHP 5 (it was tested against 5.6). The next phpPgAdmin release will require PHP 7.