Changeset 2105412
- Timestamp:
- 06/13/2019 09:36:04 AM (7 years ago)
- Location:
- be-lazy/trunk
- Files:
-
- 4 edited
-
app/Config/Constants.php (modified) (1 diff)
-
app/Helpers/Config.php (modified) (1 diff)
-
be-lazy.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
be-lazy/trunk/app/Config/Constants.php
r2098711 r2105412 14 14 15 15 // Plugin version 16 const BE_LAZY_VERSION = '1.2 ';16 const BE_LAZY_VERSION = '1.2.1'; 17 17 18 18 // View directory -
be-lazy/trunk/app/Helpers/Config.php
r2098728 r2105412 28 28 ])); 29 29 30 $post_types = array_diff($post_types, [ 31 'elementor_font', 32 'elementor_library' 33 ]); 34 30 35 return array_map('get_post_type_object', $post_types); 31 36 } -
be-lazy/trunk/be-lazy.php
r2098711 r2105412 5 5 * Plugin URI: 6 6 * Description: 7 * Version: 1.2 7 * Version: 1.2.1 8 8 * Author: Dominik Büchler <[email protected]> 9 9 * Author URI: https://www.webtimal.ch/ -
be-lazy/trunk/readme.txt
r2098711 r2105412 53 53 == Changelog == 54 54 55 = 1.2.1 = 56 [Added] 57 + Elementor post types filter 58 55 59 = 1.2 = 56 60 [Added]
Note: See TracChangeset
for help on using the changeset viewer.