version update

This commit is contained in:
Ross Trottier 2024-05-10 10:09:41 -06:00
parent b6cc128c5f
commit e37f9dde3e
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
/**
* Plugin Name: Federated Computer E-Commerce
* Description: This plugin contains customizations for Federated Computer.
* Version: 1.0.0
* Version: 1.0.3
*/

View File

@ -465,6 +465,7 @@ function federated_get_subscription_by_vm_id($request){
);
$posts = get_posts($args);
$output = array();
foreach($posts as $post) {