Changeset 3035936
- Timestamp:
- 02/15/2024 01:29:06 AM (2 years ago)
- Location:
- cinza-grid
- Files:
-
- 27 added
- 3 edited
-
tags/1.1.8 (added)
-
tags/1.1.8/assets (added)
-
tags/1.1.8/assets/css (added)
-
tags/1.1.8/assets/css/animate.min.css (added)
-
tags/1.1.8/assets/css/backend-admin.css (added)
-
tags/1.1.8/assets/css/backend-dashicon.css (added)
-
tags/1.1.8/assets/css/backend-style.css (added)
-
tags/1.1.8/assets/css/frontend-style.css (added)
-
tags/1.1.8/assets/fonts (added)
-
tags/1.1.8/assets/fonts/icomoon.eot (added)
-
tags/1.1.8/assets/fonts/icomoon.svg (added)
-
tags/1.1.8/assets/fonts/icomoon.ttf (added)
-
tags/1.1.8/assets/fonts/icomoon.woff (added)
-
tags/1.1.8/assets/fonts/icomoon.woff2 (added)
-
tags/1.1.8/assets/images (added)
-
tags/1.1.8/assets/images/cinza-icon-pink.png (added)
-
tags/1.1.8/assets/images/metafizzy-icon.png (added)
-
tags/1.1.8/assets/images/razorfrog-icon-turquoise.png (added)
-
tags/1.1.8/assets/js (added)
-
tags/1.1.8/assets/js/backend-script.js (added)
-
tags/1.1.8/assets/js/frontend-script.js (added)
-
tags/1.1.8/assets/js/isotope.pkgd.min.js (added)
-
tags/1.1.8/cinza-grid.php (added)
-
tags/1.1.8/includes (added)
-
tags/1.1.8/includes/backend-cpts.php (added)
-
tags/1.1.8/includes/backend-shortcodes.php (added)
-
tags/1.1.8/readme.txt (added)
-
trunk/cinza-grid.php (modified) (1 diff)
-
trunk/includes/backend-cpts.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cinza-grid/trunk/cinza-grid.php
r3013152 r3035936 5 5 * Plugin URI: https://cinza.io/plugin/cinza-grid/ 6 6 * Description: A minimal grid plugin. 7 * Version: 1.1. 77 * Version: 1.1.8 8 8 * Requires at least: 5.2 9 9 * Requires PHP: 7.2 -
cinza-grid/trunk/includes/backend-cpts.php
r3013152 r3035936 43 43 44 44 $args = [ 45 'label' => esc_html__( 'Grids', 'your-textdomain' ),46 'labels' => $labels,47 'description' => '',48 'public' => true,49 'hierarchical' => false,50 'exclude_from_search' => true,51 'publicly_queryable' => false, // For single post52 'show_ui' => true,53 'show_in_nav_menus' => true,54 'show_in_admin_bar' => true,55 'show_in_rest' => true,56 'query_var' => false,57 'can_export' => true,58 'delete_with_user' => false,59 'has_archive' => false,60 'rest_base' => '',61 'show_in_menu' => true,62 'menu_icon' => 'dashicons-admin-generic',63 'menu_position' => '',64 'capability_type' => 'post',65 'supports' => ['title', 'revisions', 'custom-fields'],66 'taxonomies' => [],67 'rewrite' => ['with_front' => false],45 'label' => esc_html__( 'Grids', 'your-textdomain' ), 46 'labels' => $labels, 47 'description' => '', 48 'public' => true, 49 'hierarchical' => false, 50 'exclude_from_search' => true, 51 'publicly_queryable' => false, 52 'show_ui' => true, 53 'show_in_nav_menus' => false, 54 'show_in_admin_bar' => false, 55 'show_in_rest' => true, 56 'query_var' => false, 57 'can_export' => true, 58 'delete_with_user' => false, 59 'has_archive' => false, 60 'rest_base' => '', 61 'show_in_menu' => true, 62 'menu_icon' => 'dashicons-admin-generic', 63 'menu_position' => '', 64 'capability_type' => 'post', 65 'supports' => ['title', 'revisions', 'custom-fields'], 66 'taxonomies' => [], 67 'rewrite' => ['with_front' => false], 68 68 ]; 69 69 -
cinza-grid/trunk/readme.txt
r3013152 r3035936 3 3 Tags: grid, post grid, display post, metafizzy, isotope 4 4 Requires at least: 5.2 5 Tested up to: 6.4. 25 Tested up to: 6.4.3 6 6 Requires PHP: 7.2 7 Stable tag: 1.1. 77 Stable tag: 1.1.8 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 24 24 25 25 == Changelog == 26 27 = 1.1.8 = 28 *Release Date - 14th February, 2023* 29 30 * Disabled single post frontend in register_post_type 31 * WP 6.4.3 compatibility test 26 32 27 33 = 1.1.7 =
Note: See TracChangeset
for help on using the changeset viewer.