Changeset 1526914
- Timestamp:
- 11/02/2016 06:35:20 PM (9 years ago)
- Location:
- post-grid/trunk
- Files:
-
- 4 edited
-
includes/functions.php (modified) (2 diffs)
-
includes/menu/settings.php (modified) (1 diff)
-
post-grid.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
post-grid/trunk/includes/functions.php
r1461204 r1526914 637 637 638 638 639 /* 640 639 641 function post_grid_import_content_layouts(){ 640 642 … … 660 662 add_action('wp_ajax_post_grid_import_content_layouts', 'post_grid_import_content_layouts'); 661 663 add_action('wp_ajax_nopriv_post_grid_import_content_layouts', 'post_grid_import_content_layouts'); 664 665 */ 662 666 663 667 -
post-grid/trunk/includes/menu/settings.php
r1461204 r1526914 120 120 121 121 <div class="option-box"> 122 <p class="option-title"><?php _e('Import Content Layouts',post_grid_textdomain); ?></p> 122 <p class="option-title"><?php _e('Import Content Layouts, this feature unavailable for temporary',post_grid_textdomain); ?></p> 123 124 125 <!-- 126 123 127 <p class="option-info"><?php _e('you can import content layouts here. please put serialized data.',post_grid_textdomain); ?></p> 124 128 <textarea class="import-content-layouts-data" ></textarea><br /> 125 129 <div class="button import-content-layouts"><?php _e('Import Layouts',post_grid_textdomain); ?></div> 130 131 --> 126 132 127 133 -
post-grid/trunk/post-grid.php
r1482382 r1526914 4 4 Plugin URI: http://pickplugins.com 5 5 Description: Awesome post grid for query post from any post type and display on grid. 6 Version: 2.0.1 16 Version: 2.0.12 7 7 Author: pickplugins 8 8 Author URI: http://pickplugins.com … … 29 29 define('post_grid_qa_url', 'http://www.pickplugins.com/questions/' ); 30 30 define('post_grid_plugin_name', 'Post Grid' ); 31 define('post_grid_version', '2.0.1 1' );31 define('post_grid_version', '2.0.12' ); 32 32 define('post_grid_customer_type', 'free' ); 33 33 define('post_grid_share_url', 'https://wordpress.org/plugins/post-grid/' ); -
post-grid/trunk/readme.txt
r1482382 r1526914 4 4 Tags: post grid, grid, custom post grid, post type grid, grid display, category filter, custom post, filter, filtering, grid, layout, list, masonry, post, post filter, post layout, taxonomy, taxonomy filter, 5 5 Requires at least: 3.8 6 Tested up to: 4.6 7 Stable tag: 2.0.1 16 Tested up to: 4.6.1 7 Stable tag: 2.0.12 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 96 96 == Changelog == 97 97 98 = 2.0.12 = 99 * 03/10/2016 removed - Import Content Layouts removed for temporary. 100 98 101 = 2.0.11 = 99 102 * 24/08/2016 fix - php error issue fixed.
Note: See TracChangeset
for help on using the changeset viewer.