| @@ -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.3.9.2 | |
| 13 | + * Version: 3.3.8 | |
| 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 |
| @@ -48,9 +48,9 @@ | ||
| 48 | 48 | add_action( 'init', 'pods_deactivate_pods_duplicate' ); |
| 49 | 49 | add_action( 'init', 'pods_deactivate_pods_ui' ); |
| 50 | 50 | } else { |
| 51 | 51 | // Current version. |
| 52 | - define( 'PODS_VERSION', '3.3.9.2' ); | |
| 52 | + define( 'PODS_VERSION', '3.3.8' ); | |
| 53 | 53 | |
| 54 | 54 | // Current database version, this is the last version the database changed. |
| 55 | 55 | define( 'PODS_DB_VERSION', '2.3.5' ); |
| 56 | 56 | |