Releases: PostgreSQL-For-Wordpress/postgresql-for-wordpress
Releases · PostgreSQL-For-Wordpress/postgresql-for-wordpress
v3.4.1 - Numeric Rewriting should be case insensitive
v3.4
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
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
What's Changed
- make numeric rewriters generic by @mattbucci in #104
- add support for REPLACE INTO rewriting by @mattbucci in #103
- Fix Wordpress Search by @mattbucci in #102
- add rewrite logic for SHOW TABLE STATUS and a catch for calls to information_schema by @mattbucci in #100
Full Changelog: v3.2...v3.3
Prerelease - v3.2
Bugfix: database name is not used
Initial Release to support Wordpress 6.4.1
Switches pg_driver to emulate mysqli instead of mysql
V2 - Working Multisite Install on PHP 8.1 and WP 6.3
Merge pull request #53 from PostgreSQL-For-Wordpress/mb-fix-install Migrate install rewriting to new rewriters
V2 Official Release
Tested and all functionality working in base theme + plugins
v2.1.1-beta
Fix some warnings about passing null to trim