update wordpress dependency files for WP 6.4.1

This commit is contained in:
Matthew Bucci
2023-11-08 22:48:27 -08:00
parent a810cfb7da
commit e3f3682bc0
4 changed files with 341 additions and 353 deletions

View File

@ -3,7 +3,7 @@
Plugin Name: PostgreSQL for WordPress (PG4WP)
Plugin URI: https://github.com/PostgreSQL-For-Wordpress/postgresql-for-wordpress
Description: PG4WP is a special plugin enabling WordPress to use a PostgreSQL database.
Version: v2.2
Version: v3.0.0
Author: PostgreSQL-For-Wordpress
Author URI: https://github.com/PostgreSQL-For-Wordpress
License: GPLv2 or newer.

File diff suppressed because it is too large Load Diff

View File

@ -1517,7 +1517,7 @@ function wp_get_pomo_file_data( $po_file ) {
*
* @type string $id ID attribute of the select element. Default 'locale'.
* @type string $name Name attribute of the select element. Default 'locale'.
* @type array $languages List of installed languages, contain only the locales.
* @type string[] $languages List of installed languages, contain only the locales.
* Default empty array.
* @type array $translations List of available translations. Default result of
* wp_get_available_translations().

View File

@ -16,14 +16,14 @@
*
* @global string $wp_version
*/
$wp_version = '6.3.2';
$wp_version = '6.4.1';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
*
* @global int $wp_db_version
*/
$wp_db_version = 55853;
$wp_db_version = 56657;
/**
* Holds the TinyMCE version.