Skip to content

Commit

Permalink
Pods 2.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Jan 19, 2023
1 parent 41e3360 commit a0f6abb
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
6 changes: 3 additions & 3 deletions init.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
*
* @package Pods
* @author Pods Framework Team
* @copyright 2022 Pods Foundation, Inc
* @copyright 2023 Pods Foundation, Inc
* @license GPL v2 or later
*
* Plugin Name: Pods - Custom Content Types and Fields
* Plugin URI: https://pods.io/
* Description: Pods is a framework for creating, managing, and deploying customized content types and fields
* Version: 2.9.11-a-1
* Version: 2.9.11
* Author: Pods Framework Team
* Author URI: https://pods.io/about/
* Text Domain: pods
Expand Down Expand Up @@ -43,7 +43,7 @@
add_action( 'init', 'pods_deactivate_pods_ui' );
} else {
// Current version.
define( 'PODS_VERSION', '2.9.11-a-1' );
define( 'PODS_VERSION', '2.9.11' );

// Current database version, this is the last version the database changed.
define( 'PODS_DB_VERSION', '2.3.5' );
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pods",
"version": "2.9.11-a-1",
"version": "2.9.11",
"description": "Pods is a development framework for creating, extending, managing, and deploying customized content types in WordPress.",
"author": "Pods Foundation, Inc",
"homepage": "https://pods.io/",
Expand Down
10 changes: 9 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: pods, custom post types, custom taxonomies, content types, custom fields,
Requires at least: 5.7
Tested up to: 6.1
Requires PHP: 5.6
Stable tag: 2.9.11-a-1
Stable tag: 2.9.11
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -173,6 +173,14 @@ Pods really wouldn't be where it is without all the contributions from our [dono

== Changelog ==

= 2.9.11 - January 19th, 2023 =

* Security: Fix nonce verification check when deleting a pod. Thanks to Rafshanzani Suhada for responsibly disclosing this through Patchstack (@0xshdax, @sc0ttkclark)
* Compatibility: Improved compatibility with PHP 8.1+ (@sc0ttkclark)
* Tweak: Removed some of the jQuery dependency for Pods DFV, the only part that remains is `jquery-ui-sortable` for File fields (to be further refactored into React at a later point). (@sc0ttkclark)
* Fixed: Updated the tribe-common library which had an older version of JWT included. (@sc0ttkclark)
* Fixed: Remove debug output on the Tools page when no actions needed to run. (@sc0ttkclark)

= 2.9.10.2 - December 14th, 2022 =

* Fixed: The new `pods_get_instance()` function now correctly checks if the `$pod` object is set up before calling methods on it. (@lkraav, @sc0ttkclark)
Expand Down
2 changes: 1 addition & 1 deletion ui/admin/callouts/friends_2022_30.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

$callout = 'friends_2022_30';

$donor_count = 4816;
$donor_count = 5452;
$donor_goal = 6500;
$progress_width = ( $donor_count / $donor_goal ) * 100;

Expand Down

0 comments on commit a0f6abb

Please sign in to comment.