Skip to content

Commit

Permalink
Merge pull request #2088 from vektor-inc/develop
Browse files Browse the repository at this point in the history
[ Change version ] 1.77.0.0
  • Loading branch information
kurudrive authored Jul 2, 2024
2 parents 5b0bd88 + c2a5ad0 commit dac1a62
Show file tree
Hide file tree
Showing 50 changed files with 2,128 additions and 1,030 deletions.
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
3 changes: 3 additions & 0 deletions inc/vk-blocks-pro/vk-blocks-pro-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,8 @@ function vk_blocks_pro_load_scripts() {

// Tab Block
wp_enqueue_script( 'vk-blocks-tab', VK_BLOCKS_DIR_URL . 'build/vk-tab.min.js', array(), VK_BLOCKS_VERSION, true );

// Tab of Contents Block
wp_enqueue_script( 'vk-blocks-table-of-contents-new', VK_BLOCKS_DIR_URL . 'build/vk-table-of-contents-new.min.js', array(), VK_BLOCKS_VERSION, true );
}
add_action( 'wp_enqueue_scripts', 'vk_blocks_pro_load_scripts' );
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 dac1a62

Please sign in to comment.