version update
This commit is contained in:
parent
b6cc128c5f
commit
e37f9dde3e
@ -3,7 +3,7 @@
|
|||||||
/**
|
/**
|
||||||
* Plugin Name: Federated Computer E-Commerce
|
* Plugin Name: Federated Computer E-Commerce
|
||||||
* Description: This plugin contains customizations for Federated Computer.
|
* Description: This plugin contains customizations for Federated Computer.
|
||||||
* Version: 1.0.0
|
* Version: 1.0.3
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
@ -465,6 +465,7 @@ function federated_get_subscription_by_vm_id($request){
|
|||||||
);
|
);
|
||||||
|
|
||||||
$posts = get_posts($args);
|
$posts = get_posts($args);
|
||||||
|
|
||||||
$output = array();
|
$output = array();
|
||||||
|
|
||||||
foreach($posts as $post) {
|
foreach($posts as $post) {
|
||||||
|
Loading…
Reference in New Issue
Block a user