Skip to content

Releases: PostgreSQL-For-Wordpress/postgresql-for-wordpress

v3.4.1 - Numeric Rewriting should be case insensitive

17 Oct 08:36
0873fda
Compare
Choose a tag to compare

v3.4

29 Feb 08:09
c7e3fbd
Compare
Choose a tag to compare
v3.4 Pre-release
Pre-release

What's Changed

  • Improve string replacements by @mattbucci in #93
  • Replace calls to seq by adding a RETURNING * to all insert and replace statements by @mattbucci in #101

Full Changelog: v3.3.1...v3.4

v3.3.1 - Fixes Site Editor

27 Feb 07:17
226ed1f
Compare
Choose a tag to compare

What's Changed

  • remove unnecessary insert regex which modified (0 to ("0", by @mattbucci in #107

Full Changelog: v3.3...v3.3.1

v3.3

26 Feb 20:47
ab2809d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2...v3.3

Prerelease - v3.2

17 Jan 06:03
23da9c0
Compare
Choose a tag to compare
Prerelease - v3.2 Pre-release
Pre-release
  • Changes auto increment and sequence creation to use bigserial and serial built in postgres types #76

  • Updates Show Variables rewriter, previous implementation did not work at all: #91

Bugfix: database name is not used

03 Jan 03:00
021aa6d
Compare
Choose a tag to compare
Pre-release

Initial Release to support Wordpress 6.4.1

10 Nov 19:27
bf2ef7f
Compare
Choose a tag to compare

Switches pg_driver to emulate mysqli instead of mysql

V2 - Working Multisite Install on PHP 8.1 and WP 6.3

07 Nov 23:35
8a19f4c
Compare
Choose a tag to compare
Merge pull request #53 from PostgreSQL-For-Wordpress/mb-fix-install

Migrate install rewriting to new rewriters

V2 Official Release

31 Oct 04:45
4d7e4e8
Compare
Choose a tag to compare

Tested and all functionality working in base theme + plugins

v2.1.1-beta

30 Oct 22:35
Compare
Choose a tag to compare
v2.1.1-beta Pre-release
Pre-release

Fix some warnings about passing null to trim