14
14
* Handle post migration to the block editor.
15
15
*
16
16
* @since 1.0.0
17
- * @since [version] Perform migrations on `current_screen` instead of `admin_enqueue_scripts`.
17
+ * @since 1.7.0 Perform migrations on `current_screen` instead of `admin_enqueue_scripts`.
18
18
* Migrate membership post types to use pricing table blocks.
19
19
*/
20
20
class LLMS_Blocks_Migrate {
@@ -24,7 +24,7 @@ class LLMS_Blocks_Migrate {
24
24
*
25
25
* @since 1.0.0
26
26
* @since 1.4.0 Add action for unmigrating posts from the Tools & Utilities status screen.
27
- * @since [version] Perform migrations on `current_screen` instead of `admin_enqueue_scripts`.
27
+ * @since 1.7.0 Perform migrations on `current_screen` instead of `admin_enqueue_scripts`.
28
28
*/
29
29
public function __construct () {
30
30
@@ -84,7 +84,7 @@ public static function check_sales_page( $ret, $post_id ) {
84
84
* Get an array of post types which can be migrated.
85
85
*
86
86
* @since 1.3.3
87
- * @since [version] Memberships are migrateable.
87
+ * @since 1.7.0 Memberships are migrateable.
88
88
*
89
89
* @return array
90
90
*/
@@ -123,7 +123,7 @@ public function get_migrated_posts( $args = array() ) {
123
123
* Retrieve the block template by post type.
124
124
*
125
125
* @since 1.0.0
126
- * @since [version] Add membership template.
126
+ * @since 1.7.0 Add membership template.
127
127
*
128
128
* @param string $post_type wp post type.
129
129
* @return string
@@ -184,7 +184,7 @@ private function get_template( $post_type ) {
184
184
*
185
185
* @since 1.0.0
186
186
* @since 1.4.0 Moves content updating methods to it's own function.
187
- * @since [version] Add Membership post type support.
187
+ * @since 1.7.0 Add Membership post type support.
188
188
* Update to handle being triggered by hook `current_screen` instead of `admin_enqueue_scripts`.
189
189
*
190
190
* @return void
0 commit comments