From 67c2ed3d049f941e8cb0dc67756e518e93c94734 Mon Sep 17 00:00:00 2001 From: Mykyta Synelnikov Date: Mon, 19 May 2025 17:27:17 +0300 Subject: [PATCH] Add Stripe API method and GPLv3 license metadata Introduced a new `UM_Stripe_API` method in the `UM` class to extend functionality. Also added license metadata (GPLv3) and its URI in the plugin headers for better clarity and compliance. --- includes/class-init.php | 1 + ultimate-member.php | 2 ++ 2 files changed, 3 insertions(+) diff --git a/includes/class-init.php b/includes/class-init.php index 07138629..0d0f976e 100644 --- a/includes/class-init.php +++ b/includes/class-init.php @@ -42,6 +42,7 @@ if ( ! class_exists( 'UM' ) ) { * @method UM_Profile_Tabs Profile_Tabs() * @method UM_JobBoardWP JobBoardWP() * @method UM_Zapier Zapier() + * @method UM_Stripe_API Stripe_API() * @method UM_Google_Authenticator Google_Authenticator() */ final class UM extends UM_Functions { diff --git a/ultimate-member.php b/ultimate-member.php index 0eafee65..f4600c08 100644 --- a/ultimate-member.php +++ b/ultimate-member.php @@ -6,6 +6,8 @@ * Version: 2.10.5-alpha * Author: Ultimate Member * Author URI: http://ultimatemember.com/ + * License: GPLv3 + * License URI: http://www.gnu.org/licenses/gpl-3.0.txt * Text Domain: ultimate-member * Domain Path: /languages * Requires at least: 6.2