PluginProbe
Posts Table with Search & Sort / 1.4.11
Posts Table with Search & Sort v1.4.11
1.4.13 trunk 1.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.1 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.2 1.3 1.3.1 1.3.1-v2 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 All 40 releases
← All changes | posts-data-table.php +2 -2 trunk1.4.11 View file →
@@ -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';