Plugin Directory

Changeset 3035936


Ignore:
Timestamp:
02/15/2024 01:29:06 AM (2 years ago)
Author:
madebycinza
Message:

cinza grid v1.1.8

Location:
cinza-grid
Files:
27 added
3 edited

Legend:

Unmodified
Added
Removed
  • cinza-grid/trunk/cinza-grid.php

    r3013152 r3035936  
    55 * Plugin URI:        https://cinza.io/plugin/cinza-grid/
    66 * Description:       A minimal grid plugin.
    7  * Version:           1.1.7
     7 * Version:           1.1.8
    88 * Requires at least: 5.2
    99 * Requires PHP:      7.2
  • cinza-grid/trunk/includes/backend-cpts.php

    r3013152 r3035936  
    4343   
    4444    $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 post
    52         '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],
    6868    ];
    6969
  • cinza-grid/trunk/readme.txt

    r3013152 r3035936  
    33Tags: grid, post grid, display post, metafizzy, isotope
    44Requires at least: 5.2
    5 Tested up to: 6.4.2
     5Tested up to: 6.4.3
    66Requires PHP: 7.2
    7 Stable tag: 1.1.7
     7Stable tag: 1.1.8
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    2424
    2525== 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
    2632
    2733= 1.1.7 =
Note: See TracChangeset for help on using the changeset viewer.