Skip to content

Commit 8b0e66c

Browse files
committed
Merge branch 'release/2.35.1'
2 parents 43b6dc7 + 5ff2965 commit 8b0e66c

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* Fixed: Mai Term Grid saved taxonomies were occasionally not loading when the editor was first loaded.
55
* Fixed: Dynamic field choice queries are more stable in Mai Post Grid and Mai Term Grid.
66
* Fixed: Outline buttons were not the same height as standard buttons since WP changed the button's container class names.
7+
* Fixed: Update all docs links to go to the correct url at https://help.bizbudding.com.
78
* Fixed: [WooCommerce] Checkout block sticky elements were covering the checkout fields on mobile.
89

910
## 2.35.0 (12/5/24)

lib/admin/template-parts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ function mai_template_parts_admin_notice() {
122122

123123
add_action( 'admin_notices', function() {
124124
printf(
125-
'<div class="notice notice-success is-dismissible"><p>%s <a target="_blank" href="https://docs.bizbudding.com/docs/template-parts/">%s</a>.</p></div>',
125+
'<div class="notice notice-success is-dismissible"><p>%s <a target="_blank" href="https://help.bizbudding.com/article/161-content-areas">%s</a>.</p></div>',
126126
__( 'View documentation for', 'mai-engine' ),
127127
__( 'Content Areas', 'mai-engine' )
128128
);

lib/admin/upgrade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ function mai_upgrade_2_11_0() {
142142
$text = __( 'Error migrating content areas.', 'mai-engine' );
143143
$text = $message ? $text . ' ' . $message : $text;
144144
$notice = sprintf(
145-
'<div class="notice notice-error"><p>%s <a target="_blank" href="https://docs.bizbudding.com/support/">%s</a>.</p></div>',
145+
'<div class="notice notice-error"><p>%s <a target="_blank" href="https://help.bizbudding.com/">%s</a>.</p></div>',
146146
$text,
147147
__( 'Please contact BizBudding support.', 'mai-engine' )
148148
);

lib/classes/class-mai-setup-wizard-steps.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ private function get_done_step() {
229229
'id' => 'done',
230230
'title' => __( 'Done', 'mai-engine' ),
231231
/* translators: %s is replaced with a link to regenerate images. */
232-
'description' => sprintf( __( 'Your theme has been all set up. Don\'t forget to %s.', 'mai-engine' ), sprintf( '<a target="_blank" href="https://docs.bizbudding.com/docs/regenerating-images/">%s</a>', __( 'regenerate images', 'mai-engine' ) ) ),
232+
'description' => sprintf( __( 'Your theme has been all set up. Don\'t forget to %s.', 'mai-engine' ), sprintf( '<a target="_blank" href="https://help.bizbudding.com/article/153-regenerating-images">%s</a>', __( 'regenerate images', 'mai-engine' ) ) ),
233233
'order' => 50,
234234
'continue_text' => __( 'View Your Site', 'mai-engine' ),
235235
'continue_url' => get_home_url(),

lib/fields/wp-query.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ function mai_get_wp_query_fields() {
545545
'label' => '',
546546
'type' => 'true_false',
547547
'default_value' => $defaults['current'],
548-
'message' => sprintf( '%s %s', esc_html__( 'Use current', 'mai-engine' ), mai_get_block_setting_info_link( 'https://docs.bizbudding.com/docs/mai-grid-blocks/#taxonomy-meta' ) ),
548+
'message' => sprintf( '%s %s', esc_html__( 'Use current', 'mai-engine' ), mai_get_block_setting_info_link( 'https://help.bizbudding.com/article/176-mai-grid-blocks' ) ),
549549
'conditional_logic' => [
550550
[
551551
'field' => 'mai_grid_block_tax_taxonomy',

lib/functions/utilities.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1507,7 +1507,7 @@ function mai_get_admin_post_type() {
15071507
* @return string
15081508
*/
15091509
function mai_get_entry_meta_setting_description() {
1510-
return sprintf( '%s <a href="https://studiopress.github.io/genesis/basics/genesis-shortcodes/" target="_blank" rel="noopener nofollow">%s</a> %s <a href="https://docs.bizbudding.com/kb/shortcodes/" target="_blank" rel="noopener nofollow">%s</a>.',
1510+
return sprintf( '%s <a href="https://studiopress.github.io/genesis/basics/genesis-shortcodes/" target="_blank" rel="noopener nofollow">%s</a> %s <a href="https://help.bizbudding.com/category/135-shortcodes" target="_blank" rel="noopener nofollow">%s</a>.',
15111511
__( 'View available shortcodes from', 'mai-engine' ),
15121512
__( 'Genesis', 'mai-engine' ),
15131513
__( 'and', 'mai-engine' ),

0 commit comments

Comments
 (0)