Skip to content

Commit

Permalink
Replaced $VID:$ in all php files with 4.9.59.p.
Browse files Browse the repository at this point in the history
  • Loading branch information
EE DevBox Server committed Apr 9, 2018
1 parent dc8540d commit fdd61dd
Show file tree
Hide file tree
Showing 34 changed files with 44 additions and 44 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*
* @package EventEspresso\caffeinated\modules\recaptcha_invisible
* @author Brent Christensen
* @since $VID:$
* @since 4.9.59.p
*/
class InvisibleRecaptcha
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*
* @package EventEspresso\caffeinated\modules\recaptcha_invisible
* @author Brent Christensen
* @since $VID:$
* @since 4.9.59.p
*/
class RecaptchaAdminSettings
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
* @package EventEspresso\caffeinated\modules\recaptcha_invisible
* @author Brent Christensen
* @since $VID:$
* @since 4.9.59.p
*/
class RecaptchaFactory implements FactoryInterface
{
Expand Down
14 changes: 7 additions & 7 deletions core/EE_Deprecated.core.php
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,7 @@ public function event_list_css($event_list_css = '')
* @package Event Espresso
* @subpackage includes/core/
* @author Darren Ethier
* @deprecated $VID:$
* @deprecated 4.9.59.p
*/
class EE_PUE implements InterminableInterface
{
Expand All @@ -1189,7 +1189,7 @@ class EE_PUE implements InterminableInterface
/**
* class constructor
*
* @deprecated $VID:$
* @deprecated 4.9.59.p
*/
public function __construct()
{
Expand All @@ -1200,7 +1200,7 @@ public function __construct()
__CLASS__,
'EventEspresso\core\services\licensing\LicenseServices'
),
'$VID:$'
'4.9.59.p'
);
}

Expand All @@ -1211,7 +1211,7 @@ public function __construct()
*
* @param bool $extra
* @return string html.
* @deprecated $VID:$
* @deprecated 4.9.59.p
*/
public static function espresso_data_collection_optin_text($extra = true)
{
Expand All @@ -1222,7 +1222,7 @@ public static function espresso_data_collection_optin_text($extra = true)
__METHOD__,
'EventEspresso\core\domain\services\Stats::optinText'
),
'$VID:$'
'4.9.59.p'
);
Stats::optinText($extra);
}
Expand All @@ -1233,7 +1233,7 @@ public static function espresso_data_collection_optin_text($extra = true)
* @param string $basename Use the equivalent result from plugin_basename() for this param as WP uses that to
* identify plugins. Defaults to core update
* @return boolean True if update available, false if not.
* @deprecated $VID:$
* @deprecated 4.9.59.p
*/
public static function is_update_available($basename = '')
{
Expand All @@ -1244,7 +1244,7 @@ public static function is_update_available($basename = '')
__METHOD__,
'EventEspresso\core\services\licensing\LicenseService::isUpdateAvailable'
),
'$VID:$'
'4.9.59.p'
);
return LicenseService::isUpdateAvailable($basename);
}
Expand Down
6 changes: 3 additions & 3 deletions core/domain/Domain.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Domain extends DomainBase implements CaffeinatedInterface

/**
* Whether or not EE core is the full premium version.
* @since $VID:$
* @since 4.9.59.p
* @var bool
*/
private $caffeinated;
Expand All @@ -51,7 +51,7 @@ public function __construct(FilePath $plugin_file, Version $version)

/**
* Whether or not EE core is the full premium version.
* @since $VID:$
* @since 4.9.59.p
* @return bool
*/
public function isCaffeinated()
Expand All @@ -62,7 +62,7 @@ public function isCaffeinated()

/**
* Setter for $is_caffeinated property.
* @since $VID:$
* @since 4.9.59.p
*/
private function setCaffeinated()
{
Expand Down
2 changes: 1 addition & 1 deletion core/domain/services/admin/ExitModal.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @package EventEspresso\core\domain\services\admin
* @author Darren Ethier
* @since $VID:$
* @since 4.9.59.p
*/
class ExitModal
{
Expand Down
2 changes: 1 addition & 1 deletion core/domain/services/admin/PluginUpsells.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*
* @package EventEspresso\core\domain\services\admin
* @author Darren Ethier
* @since $VID:$
* @since 4.9.59.p
*/
class PluginUpsells
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
* @package EventEspresso\core\domain\services\contexts
* @author Brent Christensen
* @since $VID:$
* @since 4.9.59.p
*/
class RequestTypeContextChecker extends ContextChecker implements RequestTypeContextCheckerInterface
{
Expand Down
2 changes: 1 addition & 1 deletion core/domain/services/factories/CartFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
* @package EventEspresso\core\domain\services\factories
* @author Brent Christensen
* @since $VID:$
* @since 4.9.59.p
*/
class CartFactory
{
Expand Down
2 changes: 1 addition & 1 deletion core/domain/services/factories/ModelFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*
* @package EventEspresso\core\domain\services\factories
* @author Brent Christensen
* @since $VID:$
* @since 4.9.59.p
*/
class ModelFactory
{
Expand Down
2 changes: 1 addition & 1 deletion core/domain/services/pue/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*
* @package EventEspresso\core\domain\services\pue
* @author Darren Ethier
* @since $VID:$
* @since 4.9.59.p
*/
class Config
{
Expand Down
2 changes: 1 addition & 1 deletion core/domain/services/pue/Stats.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* @package EventEspresso\core\domain\services\pue
* @author Darren Ethier
* @since $VID:$
* @since 4.9.59.p
*/
class Stats
{
Expand Down
2 changes: 1 addition & 1 deletion core/domain/values/session/SessionLifespan.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @package EventEspresso\core\services\session
* @author Brent Christensen
* @since $VID:$
* @since 4.9.59.p
*/
class SessionLifespan
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1474,7 +1474,7 @@ public function get_validation_errors_accumulated()
* get_form_submission_error_message() which is usually this message cached (or a custom validation error message)
*
* @return string
* @since $VID:$
* @since 4.9.59.p
*/
protected function getAllValidationErrorsString()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* to be added to Event Espresso's form system
*
* @author Brent Christensen
* @since $VID:$
* @since 4.9.59.p
*/
class EE_Invisible_Recaptcha_Input extends EE_Form_Input_Base
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @package EventEspresso\core\libraries\form_sections\strategies\display
* @author Brent Christensen
* @since $VID:$
* @since 4.9.59.p
*/
class EE_Invisible_Recaptcha_Display_Strategy extends EE_Display_Strategy_Base
{
Expand Down
2 changes: 1 addition & 1 deletion core/middleware/EE_Detect_Login.core.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @package Event Espresso
* @subpackage core
* @author Brent Christensen
* @since $VID:$
* @since 4.9.59.p
*/
class EE_Detect_Login extends EE_Middleware {

Expand Down
6 changes: 3 additions & 3 deletions core/services/assets/Registry.php
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ public function getData($key)
* @param string $chunk_name
* @param string $asset_type
* @return string
* @since $VID:$
* @since 4.9.59.p
*/
public function getAssetUrl($namespace, $chunk_name, $asset_type)
{
Expand Down Expand Up @@ -366,7 +366,7 @@ public function getCssUrl($namespace, $chunk_name)
* @param string $manifest_file The absolute path to the manifest file.
* @throws InvalidArgumentException
* @throws InvalidFilePathException
* @since $VID:$
* @since 4.9.59.p
*/
public function registerManifestFile($namespace, $url_base, $manifest_file)
{
Expand Down Expand Up @@ -404,7 +404,7 @@ public function registerManifestFile($namespace, $url_base, $manifest_file)
/**
* Decodes json from the provided manifest file.
*
* @since $VID:$
* @since 4.9.59.p
* @param string $manifest_file Path to manifest file.
* @return array
* @throws InvalidFilePathException
Expand Down
2 changes: 1 addition & 1 deletion core/services/bootstrap/BootstrapCore.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
*
* @package EventEspresso\core\services\bootstrap
* @author Brent Christensen
* @since $VID:$
* @since 4.9.59.p
*/
class BootstrapCore
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*
* @package EventEspresso\core\services\request
* @author Brent Christensen
* @since $VID:$
* @since 4.9.59.p
*/
class BootstrapDependencyInjectionContainer
{
Expand Down
2 changes: 1 addition & 1 deletion core/services/licensing/LicenseService.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* @package EventEspresso\core\services\licensing
* @author Darren Ethier
* @since $VID:$
* @since 4.9.59.p
*/
class LicenseService
{
Expand Down
2 changes: 1 addition & 1 deletion core/services/loaders/CachingLoaderDecorator.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @package Event Espresso
* @author Brent Christensen
* @since $VID:$
* @since 4.9.59.p
*/
abstract class CachingLoaderDecorator extends LoaderDecorator implements CachingLoaderDecoratorInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* @package EventEspresso\core\services\request
* @author Brent Christensen
* @since $VID:$
* @since 4.9.59.p
*/
class InvalidRequestStackMiddlewareException extends InvalidDataTypeException
{
Expand Down
2 changes: 1 addition & 1 deletion core/services/request/RequestDecoratorInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*
* @package EventEspresso\core\services\request
* @author Brent Christensen
* @since $VID:$
* @since 4.9.59.p
*/
interface RequestDecoratorInterface
{
Expand Down
2 changes: 1 addition & 1 deletion core/services/request/RequestInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
* @package EventEspresso\core\services\request
* @author Brent Christensen
* @since $VID:$
* @since 4.9.59.p
*/
interface RequestInterface extends RequestTypeContextCheckerInterface
{
Expand Down
2 changes: 1 addition & 1 deletion core/services/request/RequestStackCoreApp.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*
* @package EventEspresso\core\services\request
* @author Brent Christensen
* @since $VID:$
* @since 4.9.59.p
*/
class RequestStackCoreApp implements RequestDecoratorInterface, RequestStackCoreAppInterface
{
Expand Down
2 changes: 1 addition & 1 deletion core/services/request/RequestStackCoreAppInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*
* @package EventEspresso\core\services\request
* @author Brent Christensen
* @since $VID:$
* @since 4.9.59.p
*/
interface RequestStackCoreAppInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* @package EventEspresso\core\services\request\middleware
* @author Darren Ethier
* @since $VID:$
* @since 4.9.59.p
*/
class DetectFileEditorRequest extends Middleware
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1844,7 +1844,7 @@ public function set_checkout_anchor()
/**
* getRegistrationExpirationNotice
*
* @since $VID:$
* @since 4.9.59.p
* @access public
* @return string
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*
* @package EventEspresso\modules\ticket_selector
* @author Brent Christensen
* @since $VID:$
* @since 4.9.59.p
*/
class TicketDatetimeAvailabilityTracker
{
Expand Down
2 changes: 1 addition & 1 deletion payment_methods/Paypal_Express/forms/SettingsForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @package Event Espresso
* @author Mike Nelson
* @since $VID:$
* @since 4.9.59.p
*/
class SettingsForm extends EE_Payment_Method_Form
{
Expand Down
2 changes: 1 addition & 1 deletion tests/mocks/core/services/request/GeneralGrievousWare.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* @package EventEspresso\tests\mocks\core\services\request
* @author Brent Christensen
* @since $VID:$
* @since 4.9.59.p
*/
class GeneralGrievousWare extends Middleware
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @package EventEspresso\tests\mocks\core\services\request
* @author Brent Christensen
* @since $VID:$
* @since 4.9.59.p
*/
class RequestStackBuilderMock extends RequestStackBuilder
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* @package EventEspresso\tests\mocks\core\services\request
* @author Brent Christensen
* @since $VID:$
* @since 4.9.59.p
*/
class RequestStackCoreAppMock implements RequestDecoratorInterface, RequestStackCoreAppInterface
{
Expand Down

0 comments on commit fdd61dd

Please sign in to comment.