mirror of
https://github.com/PostgreSQL-For-Wordpress/postgresql-for-wordpress.git
synced 2025-07-29 17:27:13 +02:00
update wordpress dependency files for WP 6.4.1
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
Plugin Name: PostgreSQL for WordPress (PG4WP)
|
Plugin Name: PostgreSQL for WordPress (PG4WP)
|
||||||
Plugin URI: https://github.com/PostgreSQL-For-Wordpress/postgresql-for-wordpress
|
Plugin URI: https://github.com/PostgreSQL-For-Wordpress/postgresql-for-wordpress
|
||||||
Description: PG4WP is a special plugin enabling WordPress to use a PostgreSQL database.
|
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: PostgreSQL-For-Wordpress
|
||||||
Author URI: https://github.com/PostgreSQL-For-Wordpress
|
Author URI: https://github.com/PostgreSQL-For-Wordpress
|
||||||
License: GPLv2 or newer.
|
License: GPLv2 or newer.
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -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 $id ID attribute of the select element. Default 'locale'.
|
||||||
* @type string $name Name 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.
|
* Default empty array.
|
||||||
* @type array $translations List of available translations. Default result of
|
* @type array $translations List of available translations. Default result of
|
||||||
* wp_get_available_translations().
|
* wp_get_available_translations().
|
||||||
|
@ -16,14 +16,14 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
*
|
*
|
||||||
* @global int $wp_db_version
|
* @global int $wp_db_version
|
||||||
*/
|
*/
|
||||||
$wp_db_version = 55853;
|
$wp_db_version = 56657;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the TinyMCE version.
|
* Holds the TinyMCE version.
|
||||||
|
Reference in New Issue
Block a user