-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
66 lines (45 loc) · 1.98 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
=== CMB2 EXPANSION ===
Contributors: bleumikee
Tags: cmb2, metaboxes, expansion
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
CMB2 EXPANSION is a plugin which adds features to the plugin [CMB2](https://github.com/WebDevStudios/CMB2).
== Description ==
CMB2 EXPANSION is a plugin which adds features to the plugin [CMB2](https://github.com/WebDevStudios/CMB2).
### Features:
* .
* Responsive Tab Navigation for Metaboxes
* Adds show_on support for slug and front-page
* Adds repeat limit for fields AND groups (partial integration from [CMB2 Snippet Library](https://github.com/WebDevStudios/CMB2-Snippet-Library))
* Add a repeat limit through when defining a CMB2 metabox or for individual fields/groups
== Installation ==
1. Place the CMB2 EXPANSION directory inside of your plugins directory (typically /wp-content/plugins).
2. Activate plugin through the Plugins Admin page
== Changelog ==
## 1.3 - 03-10-2017
### Enhancements
* Added opt-out options to features via the user profile panel
### Misc
* Compressed JS and CSS files via Prepros
* Split files for better organization
## 1.2.1 - 06-23-2016
### Bug Fixes
* Fix for exclusion by slug
* Removed tab nav from Edit Media (Attachment) screen
### 1.2 - 06-15-2016
#### Enhancements
* Use OOP for all features
* Namespace change
* Properly checks for CMB2 and deactivates if CMB2 is not found (throws warning alert when deactivation occurs)
#### Bug Fixes
* Tabs no longer have FOUC, now have same standard as WP tabs
* Check for Post Type name instead of just the slug
* Only load assets when CMB2 assets are loaded as well (no need for overloading admin when CMB2 wasnt even used on page/plugin)
### 1.1 - 05-02-2016
#### Enhancements
* Check if page/post supports Post Editor for displaying Post Editor Tab
* Add collapse of repeatable groups
#### Bug Fixes
* Target appropriate boxes when searching for limit for repeatable groups
### 1.0 - 11-20-2015
* Initial expansion release