Plugin Directory

Changeset 2105412


Ignore:
Timestamp:
06/13/2019 09:36:04 AM (7 years ago)
Author:
fayne
Message:

Undefined index fix

Location:
be-lazy/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • be-lazy/trunk/app/Config/Constants.php

    r2098711 r2105412  
    1414
    1515    // Plugin version
    16     const BE_LAZY_VERSION = '1.2';
     16    const BE_LAZY_VERSION = '1.2.1';
    1717
    1818    // View directory
  • be-lazy/trunk/app/Helpers/Config.php

    r2098728 r2105412  
    2828            ]));
    2929
     30            $post_types = array_diff($post_types, [
     31                'elementor_font',
     32                'elementor_library'
     33            ]);
     34
    3035            return array_map('get_post_type_object', $post_types);
    3136        }
  • be-lazy/trunk/be-lazy.php

    r2098711 r2105412  
    55     * Plugin URI:
    66     * Description:
    7      * Version:     1.2
     7     * Version:     1.2.1
    88     * Author:      Dominik Büchler <[email protected]>
    99     * Author URI:  https://www.webtimal.ch/
  • be-lazy/trunk/readme.txt

    r2098711 r2105412  
    5353== Changelog ==
    5454
     55= 1.2.1 =
     56[Added]
     57+ Elementor post types filter
     58
    5559= 1.2 =
    5660[Added]
Note: See TracChangeset for help on using the changeset viewer.