| @@ -10,9 +10,9 @@ | ||
| 10 | 10 | * @wordpress-plugin |
| 11 | 11 | * Plugin Name: Posts Table with Search & Sort |
| 12 | 12 | * Plugin URI: https://wordpress.org/plugins/posts-data-table/ |
| 13 | 13 | * Description: List your posts in an instantly searchable & sortable table. |
| 14 | - * Version: 1.4.13 | |
| 14 | + * Version: 1.4.11 | |
| 15 | 15 | * Author: Barn2 Plugins |
| 16 | 16 | * Author URI: https://barn2.com |
| 17 | 17 | * Text Domain: posts-data-table |
| 18 | 18 | * Domain Path: /languages |
| @@ -31,9 +31,9 @@ | ||
| 31 | 31 | if ( ! defined( '\ABSPATH' ) ) { |
| 32 | 32 | exit; |
| 33 | 33 | } |
| 34 | 34 | |
| 35 | -const PLUGIN_VERSION = '1.4.13'; | |
| 35 | +const PLUGIN_VERSION = '1.4.11'; | |
| 36 | 36 | const PLUGIN_FILE = __FILE__; |
| 37 | 37 | |
| 38 | 38 | // Autoloader. |
| 39 | 39 | require_once __DIR__ . '/vendor/autoload.php'; |