Skip to content

Commit

Permalink
Replaced $VID:$ in all php files with 5.0.20.p.
Browse files Browse the repository at this point in the history
  • Loading branch information
EE DevBox Server committed Jun 17, 2024
1 parent 6777c30 commit 22b96d2
Show file tree
Hide file tree
Showing 20 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion PaymentMethods/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ public static function usePayPalCommerceNotice()

/**
* @return bool
* @since $VID:$
* @since 5.0.20.p
*/
public static function verifySSL(): bool
{
Expand Down
6 changes: 3 additions & 3 deletions admin_pages/registrations/Registrations_Admin_Page.core.php
Original file line number Diff line number Diff line change
Expand Up @@ -3770,7 +3770,7 @@ protected function _trash_or_restore_attendees($trash = true)

/**
* @return EE_Session|null
* @since $VID:$
* @since 5.0.20.p
*/
private function getSession(): ?EE_Session
{
Expand All @@ -3784,7 +3784,7 @@ private function getSession(): ?EE_Session
* @return void
* @throws EE_Error
* @throws ReflectionException
* @since $VID:$
* @since 5.0.20.p
*/
private function clearSession(string $class, string $function)
{
Expand All @@ -3797,7 +3797,7 @@ private function clearSession(string $class, string $function)

/**
* @return EE_Cart|null
* @since $VID:$
* @since 5.0.20.p
*/
private function getCart(): ?EE_Cart
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* License_Keys_Admin_Page
* UI for managing License Keys
*
* @since $VID:$
* @since 5.0.20.p
*/
class License_Keys_Admin_Page extends EE_Admin_Page
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* License_Keys_Admin_Page_Init
* Initializes the License Keys admin page
*
* @since $VID:$
* @since 5.0.20.p
*/
class License_Keys_Admin_Page_Init extends EE_Admin_Page_Init
{
Expand Down
2 changes: 1 addition & 1 deletion caffeinated/brewing_regular.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function caffeinated()

/**
* @throws Exception
* @deprecated $VID:$
* @deprecated 5.0.20.p
*/
public function initializePUE()
{
Expand Down
2 changes: 1 addition & 1 deletion caffeinated/core/domain/services/pue/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @package EventEspresso\core\domain\services\pue
* @author Darren Ethier
* @since 4.9.59.p
* @deprecated $VID:$
* @deprecated 5.0.20.p
*/
class Config
{
Expand Down
2 changes: 1 addition & 1 deletion caffeinated/core/domain/services/pue/Stats.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @package EventEspresso\core\domain\services\pue
* @author Darren Ethier
* @since 4.9.59.p
* @deprecated $VID:$
* @deprecated 5.0.20.p
*/
class Stats
{
Expand Down
2 changes: 1 addition & 1 deletion caffeinated/core/domain/services/pue/StatsGatherer.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use EventEspresso\core\domain\services\registration\RegStatus;

/**
* @deprecated $VID:$
* @deprecated 5.0.20.p
*/
class StatsGatherer
{
Expand Down
2 changes: 1 addition & 1 deletion caffeinated/core/services/licensing/LicenseService.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* @package EventEspresso\core\services\licensing
* @author Darren Ethier
* @since 4.9.59.p
* @deprecated $VID:$
* @deprecated 5.0.20.p
*/
class LicenseService
{
Expand Down
2 changes: 1 addition & 1 deletion caffeinated/core/services/licensing/UserExperienceForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use EventEspresso\core\libraries\form_sections\strategies\filter\VsprintfFilter;

/**
* @deprecated $VID:$
* @deprecated 5.0.20.p
*/
class UserExperienceForm
{
Expand Down
2 changes: 1 addition & 1 deletion core/EE_Network_Config.core.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ class EE_Network_Core_Config extends EE_Config_Base
* PUE site license key
*
* @var string $site_license_key
* @deprecated $VID:$
* @deprecated 5.0.20.p
*/
public $site_license_key;

Expand Down
2 changes: 1 addition & 1 deletion core/db_classes/EE_Registration.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -2603,7 +2603,7 @@ private function processRefund(float $payment_amount): float
* @return string
* @throws EE_Error
* @throws ReflectionException
* @since $VID:$
* @since 5.0.20.p
*/
public function defaultRegistrationStatus(): string
{
Expand Down
14 changes: 7 additions & 7 deletions core/db_models/EEM_Registration.model.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,37 +21,37 @@ class EEM_Registration extends EEM_Soft_Delete_Base
const PRIMARY_REGISTRANT_COUNT = 1;

/**
* @depecated $VID:$ use RegStatus::INCOMPLETE instead
* @depecated 5.0.20.p use RegStatus::INCOMPLETE instead
*/
const status_id_incomplete = 'RIC';

/**
* @depecated $VID:$ use RegStatus::AWAITING_REVIEW instead
* @depecated 5.0.20.p use RegStatus::AWAITING_REVIEW instead
*/
const status_id_not_approved = 'RNA';

/**
* @depecated $VID:$ use RegStatus::PENDING_PAYMENT instead
* @depecated 5.0.20.p use RegStatus::PENDING_PAYMENT instead
*/
const status_id_pending_payment = 'RPP';

/**
* @depecated $VID:$ use RegStatus::WAIT_LIST instead
* @depecated 5.0.20.p use RegStatus::WAIT_LIST instead
*/
const status_id_wait_list = 'RWL';

/**
* @depecated $VID:$ use RegStatus::APPROVED instead
* @depecated 5.0.20.p use RegStatus::APPROVED instead
*/
const status_id_approved = 'RAP';

/**
* @depecated $VID:$ use RegStatus::CANCELLED instead
* @depecated 5.0.20.p use RegStatus::CANCELLED instead
*/
const status_id_cancelled = 'RCN';

/**
* @depecated $VID:$ use RegStatus::DECLINED instead
* @depecated 5.0.20.p use RegStatus::DECLINED instead
*/
const status_id_declined = 'RDC';

Expand Down
2 changes: 1 addition & 1 deletion core/domain/services/capabilities/FeatureFlagsConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function getDefaultFeatureFlagOptions(): stdClass
* feature flags that absolutely must be enabled/disabled based on hard-coded conditions
*
* @return stdClass
* @since $VID:$
* @since 5.0.20.p
*/
public function getOverrides(): stdClass
{
Expand Down
2 changes: 1 addition & 1 deletion core/domain/services/registration/RegStatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* Class for managing the various registration statuses used throughout the system.
*
* @since $VID:$
* @since 5.0.20.p
*/
class RegStatus
{
Expand Down
2 changes: 1 addition & 1 deletion core/helpers/EEH_Event_Query.helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ protected static function _posts_join_for_event_venue(string $SQL = ''): string
* @return string
* @throws EE_Error
* @throws ReflectionException
* @since $VID:$
* @since 5.0.20.p
*/
protected static function postsJoinForTicket(string $SQL = ''): string
{
Expand Down
4 changes: 2 additions & 2 deletions core/libraries/shortcodes/EE_Attendee_Shortcodes.lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ protected function _parser($shortcode)
/**
* @return EE_Registration
* @throws EE_Error
* @since $VID:$
* @since 5.0.20.p
*/
private function getRegistration(): EE_Registration
{
Expand Down Expand Up @@ -190,7 +190,7 @@ private function getRegistration(): EE_Registration
* @return EE_Attendee
* @throws EE_Error
* @throws ReflectionException
* @since $VID:$
* @since 5.0.20.p
*/
private function getAttendee(EE_Registration $registration): EE_Attendee
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ protected function _init_props()
* @return string
* @throws EE_Error
* @throws ReflectionException
* @since $VID:$
* @since 5.0.20.p
*/
protected function _parser($shortcode)
{
Expand Down
2 changes: 1 addition & 1 deletion core/services/licensing/AddonLicense.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @package EventEspresso\core\services\licensing
* @author Brent Christensen Tony Warwick
* @since $VID:$
* @since 5.0.20.p
*/
class AddonLicense
{
Expand Down
4 changes: 2 additions & 2 deletions core/services/licensing/PluginLicense.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/**
* class PluginLicense
*
* @since $VID:$
* @since 5.0.20.p
*/
class PluginLicense
{
Expand Down Expand Up @@ -158,7 +158,7 @@ public function mainfile(): string

/**
* @return string
* @since $VID:$
* @since 5.0.20.p
*/
public function minCoreVersion(): string
{
Expand Down

0 comments on commit 22b96d2

Please sign in to comment.