@@ -74,7 +74,7 @@ public function __construct( SV_WC_Plugin $plugin, $args = array() ) {
7474	/** 
7575	 * Parses the dependency arguments and sets defaults. 
7676	 * 
77- 	 * @since 5.2.0-dev  
77+ 	 * @since 5.2.0 
7878	 * 
7979	 * @param array $args dependency args 
8080	 * @return array 
@@ -108,7 +108,7 @@ private function parse_dependencies( $args ) {
108108	/** 
109109	 * Adds the action & filter hooks. 
110110	 * 
111- 	 * @since 5.2.0-dev  
111+ 	 * @since 5.2.0 
112112	 */ 
113113	protected  function  add_hooks () {
114114
@@ -120,7 +120,7 @@ protected function add_hooks() {
120120	/** 
121121	 * Adds the admin dependency notices. 
122122	 * 
123- 	 * @since 5.2.0-dev  
123+ 	 * @since 5.2.0 
124124	 */ 
125125	public  function  add_admin_notices () {
126126
@@ -135,7 +135,7 @@ public function add_admin_notices() {
135135	/** 
136136	 * Adds notices for any missing PHP extensions. 
137137	 * 
138- 	 * @since 5.2.0-dev  
138+ 	 * @since 5.2.0 
139139	 */ 
140140	public  function  add_php_extension_notices () {
141141
@@ -163,7 +163,7 @@ public function add_php_extension_notices() {
163163	/** 
164164	 * Adds notices for any missing PHP functions. 
165165	 * 
166- 	 * @since 5.2.0-dev  
166+ 	 * @since 5.2.0 
167167	 */ 
168168	public  function  add_php_function_notices () {
169169
@@ -191,7 +191,7 @@ public function add_php_function_notices() {
191191	/** 
192192	 * Adds notices for any incompatible PHP settings. 
193193	 * 
194- 	 * @since 5.2.0-dev  
194+ 	 * @since 5.2.0 
195195	 */ 
196196	public  function  add_php_settings_notices () {
197197
@@ -238,7 +238,7 @@ public function add_php_settings_notices() {
238238	/** 
239239	 * Gets any deprecated warning notices. 
240240	 * 
241- 	 * @since 5.2.0-dev  
241+ 	 * @since 5.2.0 
242242	 */ 
243243	protected  function  add_deprecated_notices () {
244244
@@ -283,7 +283,7 @@ protected function add_deprecated_notices() {
283283	/** 
284284	 * Adds an admin notice. 
285285	 * 
286- 	 * @since 5.2.0-dev  
286+ 	 * @since 5.2.0 
287287	 * 
288288	 * @param string $id notice ID 
289289	 * @param string $message notice message 
@@ -325,7 +325,7 @@ protected function add_admin_notice( $id, $message, $type = 'info' ) {
325325	/** 
326326	 * Gets any missing PHP extensions. 
327327	 * 
328- 	 * @since 5.2.0-dev  
328+ 	 * @since 5.2.0 
329329	 * 
330330	 * @return array 
331331	 */ 
@@ -347,7 +347,7 @@ public function get_missing_php_extensions() {
347347	/** 
348348	 * Gets the required PHP extensions. 
349349	 * 
350- 	 * @since 5.2.0-dev  
350+ 	 * @since 5.2.0 
351351	 * 
352352	 * @return array 
353353	 */ 
@@ -360,7 +360,7 @@ public function get_php_extensions() {
360360	/** 
361361	 * Gets any missing PHP functions. 
362362	 * 
363- 	 * @since 5.2.0-dev  
363+ 	 * @since 5.2.0 
364364	 * 
365365	 * @return array 
366366	 */ 
@@ -382,7 +382,7 @@ public function get_missing_php_functions() {
382382	/** 
383383	 * Gets the required PHP functions. 
384384	 * 
385- 	 * @since 5.2.0-dev  
385+ 	 * @since 5.2.0 
386386	 * 
387387	 * @return array 
388388	 */ 
@@ -395,7 +395,7 @@ public function get_php_functions() {
395395	/** 
396396	 * Gets any incompatible PHP settings. 
397397	 * 
398- 	 * @since 5.2.0-dev  
398+ 	 * @since 5.2.0 
399399	 * 
400400	 * @return array 
401401	 */ 
@@ -448,7 +448,7 @@ public function get_incompatible_php_settings() {
448448	/** 
449449	 * Gets the required PHP settings. 
450450	 * 
451- 	 * @since 5.2.0-dev  
451+ 	 * @since 5.2.0 
452452	 * 
453453	 * @return array 
454454	 */ 
@@ -461,7 +461,7 @@ public function get_php_settings() {
461461	/** 
462462	 * Gets the plugin instance. 
463463	 * 
464- 	 * @since 5.2.0-dev  
464+ 	 * @since 5.2.0 
465465	 * 
466466	 * @return SV_WC_Plugin 
467467	 */ 
0 commit comments