Changeset 1016175
- Timestamp:
- 10/29/2014 08:24:04 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
flexible-posts-widget/trunk/flexible-posts-widget.php
r1016162 r1016175 15 15 * Plugin URI: http://wordpress.org/extend/plugins/flexible-posts-widget 16 16 * Description: An advanced posts display widget with many options: get posts by post type and taxonomy & term or by post ID; sorting & ordering; feature images; custom templates and more. 17 * Version: 3. 3.117 * Version: 3.4 18 18 * Author: dpe415 19 19 * Author URI: http://dpedesign.com … … 63 63 * @var string 64 64 */ 65 protected $plugin_version = '3. 3.1';65 protected $plugin_version = '3.4'; 66 66 67 67 /** … … 510 510 $this->orderbys = array( 511 511 'date' => __( 'Publish Date', $this->get_widget_text_domain() ), 512 'modified' => __( 'Modified Date', $this->get_widget_text_domain() ), 512 513 'title' => __( 'Title', $this->get_widget_text_domain() ), 513 514 'menu_order' => __( 'Menu Order', $this->get_widget_text_domain() ),
Note: See TracChangeset
for help on using the changeset viewer.