Skip to content

Commit 1931ddd

Browse files
committed
v1.4 with REST API extension
1 parent 2065185 commit 1931ddd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,5 @@ Go through the files in `/lib/class-` and `/src/class-`. First one contains clas
5454
`/src/class-shortcode.php`:: `PLUGIN_SHORTCODE` to add and display shortcodes.
5555

5656
`/src/class-query.php`:: `PLUGIN_QUERY` to use post and user query. It uses `wp_pagenavi()` for breadceumbs
57+
58+
`/src/class-rest.php`:: `PLUGIN_CUSTOM_ROUTE` to extend REST API.

wp-plugin-framework.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: WordPress Plugin Framework
44
Plugin URI: https://github.com/nirjharlo/wp-plugin-framework/
55
Description: Simple and Light WordPress plugin development framework for organized Object Oriented code for Developers.
6-
Version: 1.3
6+
Version: 1.4
77
Author: Nirjhar Lo
88
Author URI: http://nirjharlo.com
99
Text Domain: textdomain

0 commit comments

Comments
 (0)