Skip to content

Commit

Permalink
bump to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lipemat committed Nov 13, 2018
1 parent c35084b commit 75b9130
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# WordPress Libs
WordPress library which supports a core plugin and theme.

**Version [1.9.1](https://github.com/lipemat/wordpress-lipe-libs/releases/tag/1.9.1)**
**Version [1.10.0](https://github.com/lipemat/wordpress-lipe-libs/releases/tag/1.10.0)**

### Requirements
1. PHP Version 7.1+ (Recommended 7.2+)
1. PHP Version 7.2
2. WordPress Version 4.8=<5.0 (Recommended 4.9=<5.0)


Expand All @@ -20,7 +20,7 @@ require __DIR__ . '/vendor/autoload.php'

### Current Features (non exhaustive)
* YouTube Api integration
* CMB2 mapping
* CMB2 mapping + group display formats
* Meta Data repository
* Custom Post Type registration object
* Extended CPTS mapping
Expand All @@ -45,6 +45,11 @@ require __DIR__ . '/vendor/autoload.php'
* Version management helper
* Comment Object Trait

### Changelog (non exhaustive)

#### 1.10.0
* Support using keyed and flat arrays at the same time with Class_Names
* Add support for table and row displays of CMB2 groups



Expand Down

0 comments on commit 75b9130

Please sign in to comment.