Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ Change version ] 1.96.2.0 #2461

Merged
merged 36 commits into from
Feb 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
850d141
Fix: de
mtdkei Jan 30, 2025
098cca1
Merge develop file
Jan 31, 2025
6f7e0e5
Merge develop file
Jan 31, 2025
64c5603
update readme
kurudrive Feb 19, 2025
76c2628
Fix: Enable tab switching with or without iframe
Feb 19, 2025
85059b9
Fix: Enable tab switching with or without iframe
Feb 19, 2025
52fac79
Fix: Enable tab switching with or without iframe
Feb 19, 2025
a69219c
Fix: lint
Feb 19, 2025
eccc87b
Undo code
Feb 19, 2025
7d580b3
Fix: lint
Feb 19, 2025
c8b948c
Revert src/blocks/alert/block.json to develop branch state
Feb 19, 2025
8c969e9
Undo code
Feb 19, 2025
0db3e75
Update readme.txt
mtdkei Feb 20, 2025
d597107
Undo globals MutationObserver
Feb 20, 2025
33f52ca
Merge branch 'develop' into fix/apiVersion3/iframe
mtdkei Feb 20, 2025
88736ae
Add getEditorRoot
mtdkei Feb 20, 2025
e83ad13
Delete: console.log
Feb 20, 2025
437bde8
Fix: lint
Feb 20, 2025
675f65f
Merge pull request #2432 from vektor-inc/fix/outer/deprecated
mthaichi Feb 20, 2025
8810ef5
Fix: editSliderLaunch()
Feb 21, 2025
4ff7a64
Revert edit-slider.js to commit a69219c
Feb 21, 2025
825b793
Fix: useEffect
Feb 21, 2025
557d52f
Undo some codes
Feb 21, 2025
505569a
Add swiperPagination
Feb 21, 2025
5a01230
Fix: lint
Feb 21, 2025
de7b192
Merge pull request #2458 from vektor-inc/fix/apiVersion3/iframe
akito-38 Feb 21, 2025
1e33ae1
Fix: Remove extra 's' and convert the first letter to lowercase
mtdkei Feb 25, 2025
af59d67
Add changelog
mtdkei Feb 25, 2025
9c16bf3
Fix: changelog
mtdkei Feb 25, 2025
d890ce5
Fix: _()
Feb 25, 2025
fcb7771
Fix: translation
Feb 25, 2025
1c46caa
Fix: lint
Feb 25, 2025
45ef390
Revert "Fix: translation"
Feb 25, 2025
efd24a8
Merge pull request #2460 from vektor-inc/fix/post-list/text-no-posts
goutetsuguma Feb 25, 2025
99d56a4
Add translation
Feb 25, 2025
1afe8cd
[ Change version ] 1.96.2.0
kurudrive Feb 25, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion inc/vk-blocks/view/class-vk-blocks-postlist.php
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ public static function get_render_no_post( $wp_query = null ) {
}

/* translators: %s: 投稿タイプ名 */
$html = '<div class="alert alert-warning text-center">' . sprintf( __( 'There are no %ss.', 'vk-blocks-pro' ), $name ) . '</div>';
$html = '<div class="alert alert-warning text-center">' . sprintf( __( 'There are no %s.', 'vk-blocks-pro' ), strtolower( $name ) ) . '</div>';
return apply_filters( 'vk_blocks_post_list_render_no_post', $html, $wp_query );
}
}
2 changes: 1 addition & 1 deletion languages/vk-blocks-pro-ja-vk-blocks-admin-js.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion languages/vk-blocks-pro-ja-vk-blocks-build-js.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion languages/vk-blocks-pro-ja.l10n.php

Large diffs are not rendered by default.

Binary file modified languages/vk-blocks-pro-ja.mo
Binary file not shown.
Loading
Loading