Skip to content

Commit

Permalink
Update from vk-blocks-pro
Browse files Browse the repository at this point in the history
  • Loading branch information
vektorinc committed Jul 2, 2024
1 parent db06882 commit 5fbe35e
Show file tree
Hide file tree
Showing 26 changed files with 574 additions and 1,008 deletions.
2 changes: 1 addition & 1 deletion .phpunit.result.cache
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":1,"defects":[],"times":{"Test_PHP_Fatal_Error::test_run_php_fatal_error":0.169,"PageContentBlockTest::test_page_content":0.021,"VKBSpacerTest::test_vk_blocks_get_spacer_size":0.001,"VKBSpacerTest::test_vk_blocks_is_size_print":0.001,"VKBSpacerTest::test_vk_blocks_get_spacer_size_style":0.001,"VKBSpacerTest::test_vk_blocks_get_spacer_size_style_all":0.001,"TestVKBlocksIsPro::test_vk_blocks_minify_css":0.001}}
{"version":1,"defects":[],"times":{"Test_PHP_Fatal_Error::test_run_php_fatal_error":0.153,"PageContentBlockTest::test_page_content":0.02,"VKBSpacerTest::test_vk_blocks_get_spacer_size":0.001,"VKBSpacerTest::test_vk_blocks_is_size_print":0.001,"VKBSpacerTest::test_vk_blocks_get_spacer_size_style":0.001,"VKBSpacerTest::test_vk_blocks_get_spacer_size_style_all":0.001,"TestVKBlocksIsPro::test_vk_blocks_minify_css":0.001}}
4 changes: 4 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ gulp.task('helper-js-pro', (done) => {
.pipe(uglify())
.pipe(rename('vk-tab.min.js'))
.pipe(gulp.dest('./build/'));
gulp.src('src/blocks/_pro/table-of-contents-new/view.js')
.pipe(uglify())
.pipe(rename('vk-table-of-contents-new.min.js'))
.pipe(gulp.dest('./build/'));
done();
});

Expand Down
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

0 comments on commit 5fbe35e

Please sign in to comment.