Skip to content

Commit 1cea953

Browse files
committed
Replace since version with actual version number.
1 parent 08800a9 commit 1cea953

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

includes/blocks/class-mailchimp-list-subscribe-form-blocks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/**
1414
* Class Mailchimp_List_Subscribe_Form_Blocks
1515
*
16-
* @since x.x.x
16+
* @since 1.7.0
1717
*/
1818
class Mailchimp_List_Subscribe_Form_Blocks {
1919

includes/class-mailchimp-admin.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ public function enqueue_admin_page_scripts( $hook_suffix ) {
509509
/**
510510
* Add the create account page.
511511
*
512-
* @since x.x.x
512+
* @since 1.6.0
513513
*/
514514
public function add_create_account_page() {
515515
add_submenu_page(
@@ -525,7 +525,7 @@ public function add_create_account_page() {
525525
/**
526526
* Create account page.
527527
*
528-
* @since x.x.x
528+
* @since 1.6.0
529529
*
530530
* @return void
531531
*/
@@ -544,7 +544,7 @@ public function create_account_page() {
544544
/**
545545
* Get a list of timezones.
546546
*
547-
* @since x.x.x
547+
* @since 1.6.0
548548
*
549549
* @return array
550550
*/
@@ -555,7 +555,7 @@ private function get_timezones() {
555555
/**
556556
* Get a list of countries.
557557
*
558-
* @since x.x.x
558+
* @since 1.6.0
559559
*
560560
* @return array
561561
*/
@@ -816,7 +816,7 @@ public function get_countries() {
816816
/**
817817
* Display the Mailchimp footer text on the Mailchimp admin pages.
818818
*
819-
* @since x.x.x
819+
* @since 1.6.0
820820
*
821821
* @param string $text The current footer text.
822822
* @return string The modified footer text.

includes/class-mailchimp-block-form-submission.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/**
1414
* Class Mailchimp_Block_Form_Submission
1515
*
16-
* @since x.x.x
16+
* @since 1.7.0
1717
*/
1818
class Mailchimp_Block_Form_Submission {
1919

0 commit comments

Comments
 (0)