Skip to content

Commit

Permalink
Merge pull request #118 from nydame/feature/api-funds
Browse files Browse the repository at this point in the history
Make minor changes to documentation: 1) Version number updated to 0.7…
  • Loading branch information
macfarlandian authored Aug 31, 2017
2 parents d2586d2 + 92660ab commit dfb3015
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -501,13 +501,13 @@ public function get_item_schema() {
'readonly' => true
),
'total' => array(
'description' => __("Sum of all the expense line items in the General Fund."),
'description' => __("Sum of all the expense line items in the budget."),
'type' => 'integer',
'context' => array('view', 'embed'),
'readonly' => true
),
'general_fund' => array(
'description' => __("Sum of all the expense line items in the budget"),
'description' => __("Sum of all the expense line items in the General Fund only."),
'type' => 'integer',
'context' => array('view', 'embed'),
'readonly' => true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -508,13 +508,13 @@ public function get_item_schema() {
'readonly' => true
),
'total' => array(
'description' => __("Sum of all the revenue line items in the budget"),
'description' => __("Sum of all the revenue line items in the budget."),
'type' => 'integer',
'context' => array('view', 'embed'),
'readonly' => true
),
'general_fund' => array(
'description' => __("Sum of all the expense line items in the budget"),
'description' => __("Sum of all the expense line items in the General Fund only."),
'type' => 'integer',
'context' => array('view', 'embed'),
'readonly' => true
Expand Down Expand Up @@ -544,4 +544,4 @@ public function get_item_schema() {
}


endif;
endif;
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Author: Felicia Betancourt
* Author URI: http://go-firefly.com/
* Plugin URI:
* Version: 0.6.1
* Version: 0.7.0
* Text Domain: obo-custom-routes
* License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
Expand All @@ -33,7 +33,7 @@
defined( 'ABSPATH' ) or die( 'Nice try!' );

// SET PLUGIN VERSION NUMBER
define( 'OBO_CUSTOM_ROUTES_VERSION','0.6.1' );
define( 'OBO_CUSTOM_ROUTES_VERSION','0.7.0' );

// SET PLUGIN TEXT-DOMAIN
define('OBO_CUSTOM_ROUTES_SLUG', 'obo_custom_routes');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ Add ability to expose revenue items, in addition to expenses

Fix aggregation routine for some endpoints. This permits correct data to be transmitted.

###0.7.0

Return total from General Fund, as well as overall total, for the 2 endpoints that return totals from all the budgets

##Developer

The developer can be contacted via [email](mailto:[email protected]?subject='Custom API Routes plugin inquiry)
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ Add ability to expose revenue items, in addition to expenses

Fix aggregation routine for some endpoints. This permits correct data to be transmitted.

= 0.7.0 =

Return total from General Fund, as well as overall total, for the 2 endpoints that return totals from all the budgets

== Developer ==

The developer can be contacted via <a href="mailto:[email protected]?subject='Custom API Routes plugin inquiry'">email</a>
Expand Down

0 comments on commit dfb3015

Please sign in to comment.