| @@ -9,9 +9,9 @@ | ||
| 9 | 9 | * |
| 10 | 10 | * Plugin Name: Pods - Custom Content Types and Fields |
| 11 | 11 | * Plugin URI: https://pods.io/ |
| 12 | 12 | * Description: Pods is a framework for creating, managing, and deploying customized content types and fields |
| 13 | - * Version: 3.2.8.3 | |
| 13 | + * Version: 3.2.8.4 | |
| 14 | 14 | * Author: Pods Framework Team |
| 15 | 15 | * Author URI: https://pods.io/about/ |
| 16 | 16 | * Text Domain: pods |
| 17 | 17 | * License: GPL v2 or later |
| @@ -42,9 +42,9 @@ | ||
| 42 | 42 | add_action( 'init', 'pods_deactivate_pods_duplicate' ); |
| 43 | 43 | add_action( 'init', 'pods_deactivate_pods_ui' ); |
| 44 | 44 | } else { |
| 45 | 45 | // Current version. |
| 46 | - define( 'PODS_VERSION', '3.2.8.3' ); | |
| 46 | + define( 'PODS_VERSION', '3.2.8.4' ); | |
| 47 | 47 | |
| 48 | 48 | // Current database version, this is the last version the database changed. |
| 49 | 49 | define( 'PODS_DB_VERSION', '2.3.5' ); |
| 50 | 50 | |