Skip to content

Commit

Permalink
grunt bumpup version
Browse files Browse the repository at this point in the history
  • Loading branch information
vijetaR committed Mar 7, 2025
1 parent 8e5417b commit 551dd51
Show file tree
Hide file tree
Showing 18 changed files with 86 additions and 86 deletions.
2 changes: 1 addition & 1 deletion admin/class-hfe-addons-actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ public function save_hfe_compatibility_option_callback() {
/**
* Save HFE analytics compatibility option via AJAX.
*
* @since x.x.x
* @since 2.2.1
* @return void
*/
public function save_analytics_option() {
Expand Down
2 changes: 1 addition & 1 deletion admin/class-hfe-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ public function print_permalink_clear_notice() {
/**
* Hide admin notices on the custom settings page.
*
* @since x.x.x
* @since 2.2.1
* @return void
*/
public static function hide_admin_notices() {
Expand Down
20 changes: 10 additions & 10 deletions inc/class-hfe-rollback.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* HFE Rollback. handler class is responsible for rolling back HFE to
* previous version.
*
* @since x.x.x
* @since 2.2.1
*/
if ( ! class_exists( 'HFE_Rollback' ) ) {

Expand All @@ -26,7 +26,7 @@ class HFE_Rollback {
*
* Holds the package URL.
*
* @since x.x.x
* @since 2.2.1
* @access protected
*
* @var string Package URL.
Expand All @@ -38,7 +38,7 @@ class HFE_Rollback {
*
* Holds the version.
*
* @since x.x.x
* @since 2.2.1
* @access protected
*
* @var string Package URL.
Expand All @@ -50,7 +50,7 @@ class HFE_Rollback {
*
* Holds the plugin name.
*
* @since x.x.x
* @since 2.2.1
* @access protected
*
* @var string Plugin name.
Expand All @@ -62,7 +62,7 @@ class HFE_Rollback {
*
* Holds the plugin slug.
*
* @since x.x.x
* @since 2.2.1
* @access protected
*
* @var string Plugin slug.
Expand All @@ -74,7 +74,7 @@ class HFE_Rollback {
*
* Initializing HFE Rollback.
*
* @since x.x.x
* @since 2.2.1
* @access public
*
* @param array $args Optional. HFE Rollback arguments. Default is an empty array.
Expand All @@ -90,7 +90,7 @@ public function __construct( $args = [] ) {
*
* Add an inline CSS to the HFE Rollback page.
*
* @since x.x.x
* @since 2.2.1
* @access private
*/
private function print_inline_style() {
Expand Down Expand Up @@ -128,7 +128,7 @@ private function print_inline_style() {
* modifies package data to update the plugin from a specific URL containing
* the version package.
*
* @since x.x.x
* @since 2.2.1
* @access protected
*/
protected function apply_package() {
Expand All @@ -153,7 +153,7 @@ protected function apply_package() {
*
* Run WordPress upgrade to HFE Rollback to previous version.
*
* @since x.x.x
* @since 2.2.1
* @access protected
*/
protected function upgrade() {
Expand All @@ -178,7 +178,7 @@ protected function upgrade() {
*
* Rollback HFE to previous versions.
*
* @since x.x.x
* @since 2.2.1
* @access public
*/
public function run() {
Expand Down
4 changes: 2 additions & 2 deletions inc/class-hfe-settings-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public static function get_elementor_new_page_url() {
*
* Fired by `admin_post_uaelite_rollback` action.
*
* @since x.x.x
* @since 2.2.1
* @access public
*/
public function post_uaelite_rollback() {
Expand Down Expand Up @@ -582,7 +582,7 @@ public function hfe_register_settings_page() {
*
* Call back function for add submenu page function.
*
* @since x.x.x
* @since 2.2.1
* @return void
*/
public function render() {
Expand Down
6 changes: 3 additions & 3 deletions inc/lib/class-hfe-utm-analytics.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Loads latest UTM Analytics library in environment.
*
* @since x.x.x
* @since 2.2.1
* @package UTM Analytics
*/

Expand All @@ -23,15 +23,15 @@ class HFE_Utm_Analytics {
/**
* Instance
*
* @since x.x.x
* @since 2.2.1
* @var (Object) HFE_Utm_Analytics
*/
private static $instance = null;

/**
* Get Instance
*
* @since x.x.x
* @since 2.2.1
*
* @return object Class object.
*/
Expand Down
8 changes: 4 additions & 4 deletions inc/settings/hfe-settings-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class HFE_Settings_Api {
*
* @access private
* @var object Class object.
* @since x.x.x
* @since 2.2.1
*/
private static $instance;

Expand All @@ -41,7 +41,7 @@ public static function get_instance() {
/**
* Initialize hooks.
*
* @since x.x.x
* @since 2.2.1
* @return void
*/
private function __construct() {
Expand All @@ -53,7 +53,7 @@ private function __construct() {
/**
* Register REST API routes.
*
* @since x.x.x
* @since 2.2.1
* @return void
*/
public function register_routes() {
Expand Down Expand Up @@ -92,7 +92,7 @@ public function register_routes() {
/**
* Check whether a given request has permission to read notes.
*
* @since x.x.x
* @since 2.2.1
* @return WP_Error|boolean
*/
public function get_items_permissions_check() {
Expand Down
14 changes: 7 additions & 7 deletions inc/widgets-manager/base/hfe-helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class HFE_Helper {
/**
* Check if UAE Pro is active.
*
* @since x.x.x
* @since 2.2.1
* @return bool
*/
public static function is_pro_active() {
Expand All @@ -72,7 +72,7 @@ public static function is_pro_active() {
/**
* Provide General settings array().
*
* @since x.x.x
* @since 2.2.1
* @return array()
*/
public static function premium_starter_templates_status() {
Expand All @@ -85,7 +85,7 @@ public static function premium_starter_templates_status() {
/**
* Provide General settings array().
*
* @since x.x.x
* @since 2.2.1
* @return array()
*/
public static function free_starter_templates_status() {
Expand All @@ -96,7 +96,7 @@ public static function free_starter_templates_status() {
/**
* Provide General settings array().
*
* @since x.x.x
* @since 2.2.1
* @return array()
*/
public static function starter_templates_status() {
Expand All @@ -114,7 +114,7 @@ public static function starter_templates_status() {
/**
* Provide General settings array().
*
* @since x.x.x
* @since 2.2.1
* @return array()
*/
public static function starter_templates_link() {
Expand Down Expand Up @@ -172,7 +172,7 @@ public static function get_all_widgets_list() {
/**
* Provide General settings array().
*
* @since x.x.x
* @since 2.2.1
* @return array()
*/
public static function get_bsf_plugins_list() {
Expand Down Expand Up @@ -403,7 +403,7 @@ public static function get_rollback_versions_options() {
/**
* Get Rollback versions.
*
* @since x.x.x
* @since 2.2.1
* @return array
* @access public
*/
Expand Down
12 changes: 6 additions & 6 deletions inc/widgets-manager/base/module-base.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* Module Base
*
* @since x.x.x
* @since 2.2.1
*/
abstract class Module_Base {

Expand All @@ -37,14 +37,14 @@ abstract class Module_Base {
/**
* Get Name
*
* @since x.x.x
* @since 2.2.1
*/
abstract public function get_name();

/**
* Class name to Call
*
* @since x.x.x
* @since 2.2.1
*/
public static function class_name() {
return get_called_class();
Expand All @@ -65,7 +65,7 @@ public function is_widget() {
/**
* Class instance
*
* @since x.x.x
* @since 2.2.1
*
* @return static
*/
Expand All @@ -90,7 +90,7 @@ public function __construct() {
/**
* Init Widgets
*
* @since x.x.x
* @since 2.2.1
*/
public function init_widgets() {

Expand All @@ -110,7 +110,7 @@ public function init_widgets() {
/**
* Get Widgets
*
* @since x.x.x
* @since 2.2.1
*
* @return array
*/
Expand Down
2 changes: 1 addition & 1 deletion inc/widgets-manager/base/widgets-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ public static function get_all_widgets() {
/**
* Function for Astra Pro white labels with defaults.
*
* @since x.x.x
* @since 2.2.1
* @return array
*/
public static function get_white_label() {
Expand Down
12 changes: 6 additions & 6 deletions inc/widgets-manager/class-extensions-loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author HFE
* @copyright Copyright (c) 2018, HFE
* @link http://brainstormforce.com/
* @since HFE x.x.x
* @since HFE 2.2.1
*/

namespace HFE\WidgetsManager;
Expand All @@ -24,15 +24,15 @@ class Extensions_Loader {
/**
* Instance of Extensions_Loader.
*
* @since x.x.x
* @since 2.2.1
* @var null
*/
private static $_instance = null;

/**
* Get instance of Extensions_Loader
*
* @since x.x.x
* @since 2.2.1
* @return Extensions_Loader
*/
public static function instance() {
Expand All @@ -46,7 +46,7 @@ public static function instance() {
/**
* Setup actions and filters.
*
* @since x.x.x
* @since 2.2.1
* @access private
*/
private function __construct() {
Expand All @@ -58,7 +58,7 @@ private function __construct() {
/**
* Elementor Init.
*
* @since x.x.x
* @since 2.2.1
*/
public function elementor_init() {

Expand All @@ -84,7 +84,7 @@ public static function get_extensions_list() {
*
* Load Extensions files
*
* @since x.x.x
* @since 2.2.1
* @access public
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion inc/widgets-manager/class-widgets-loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ public static function get_widget_script() {
*
* Load widgets JS files
*
* @since x.x.x
* @since 2.2.1
* @access public
* @return void
*/
Expand Down
Loading

0 comments on commit 551dd51

Please sign in to comment.