@@ -40,7 +40,7 @@ class PrivacyStatusHelper implements DatabaseAwareInterface
40
40
*
41
41
* @return array Array containing a status of whether a privacy policy is set and a link to the policy document for editing
42
42
*
43
- * @since __DEPLOY_VERSION__
43
+ * @since 5.3.0
44
44
*/
45
45
public function getPrivacyPolicyInformation (CMSApplicationInterface $ app )
46
46
{
@@ -73,7 +73,7 @@ public function getPrivacyPolicyInformation(CMSApplicationInterface $app)
73
73
*
74
74
* @return array Array containing a status of whether a menu is published for the request form and its current link
75
75
*
76
- * @since __DEPLOY_VERSION__
76
+ * @since 5.3.0
77
77
*
78
78
*/
79
79
public function getRequestFormMenuStatus (CMSApplicationInterface $ app )
@@ -162,7 +162,7 @@ public function getRequestFormMenuStatus(CMSApplicationInterface $app)
162
162
*
163
163
* @return integer
164
164
*
165
- * @since __DEPLOY_VERSION__
165
+ * @since 5.3.0
166
166
*/
167
167
public function getNumberOfUrgentRequests ()
168
168
{
@@ -192,7 +192,7 @@ public function getNumberOfUrgentRequests()
192
192
*
193
193
* @return string The database encryption details
194
194
*
195
- * @since __DEPLOY_VERSION__
195
+ * @since 5.3.0
196
196
*/
197
197
public function getDatabaseConnectionEncryption ()
198
198
{
@@ -206,7 +206,7 @@ public function getDatabaseConnectionEncryption()
206
206
*
207
207
* @since 4.0.0
208
208
*
209
- * @deprecated __DEPLOY_VERSION__ will be removed in 7.0
209
+ * @deprecated 5.3.0 will be removed in 7.0
210
210
* Use the non-static method getPrivacyPolicyInformation
211
211
* Example: Factory::getApplication()->bootModule('mod_privacy_status', 'administrator')
212
212
* ->getHelper('PrivacyStatusHelper')
@@ -228,7 +228,7 @@ public static function getPrivacyPolicyInfo()
228
228
*
229
229
* @since 4.0.0
230
230
*
231
- * @deprecated __DEPLOY_VERSION__ will be removed in 7.0
231
+ * @deprecated 5.3.0 will be removed in 7.0
232
232
* Use the non-static method getRequestFormMenuStatus
233
233
* Example: Factory::getApplication()->bootModule('mod_privacy_status', 'administrator')
234
234
* ->getHelper('PrivacyStatusHelper')
@@ -250,7 +250,7 @@ public static function getRequestFormPublished()
250
250
*
251
251
* @since 4.0.0
252
252
*
253
- * @deprecated __DEPLOY_VERSION__ will be removed in 7.0
253
+ * @deprecated 5.3.0 will be removed in 7.0
254
254
* Use the non-static method getNumberOfUrgentRequests
255
255
* Example: Factory::getApplication()->bootModule('mod_privacy_status', 'administrator')
256
256
* ->getHelper('PrivacyStatusHelper')
0 commit comments