File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
- ## 4.4.3 - 2023-11-15
7
+ ## 4.4.4 - 2024-01-31
8
+ ### Changed
9
+ - Change translations batch size
10
+
11
+ ## 4.4.3 - 2024-01-30
8
12
### Changed
9
13
- Change translation limit for get translation request
10
14
Original file line number Diff line number Diff line change 2
2
"name" : " lilt/craft-lilt-plugin" ,
3
3
"description" : " The Lilt plugin makes it easy for you to send content to Lilt for translation right from within Craft CMS." ,
4
4
"type" : " craft-plugin" ,
5
- "version" : " 4.4.3 " ,
5
+ "version" : " 4.4.4 " ,
6
6
"keywords" : [
7
7
" craft" ,
8
8
" cms" ,
Original file line number Diff line number Diff line change @@ -475,11 +475,11 @@ $(document).ready(function() {
475
475
criteria : {
476
476
jobId : jQuery ( '#create-job-form' ) . data ( 'job-id' ) ,
477
477
} ,
478
+ batchSize : 1000 ,
478
479
selectable : true ,
479
480
multiSelect : true ,
480
481
checkboxMode : true ,
481
482
onUpdateElements : function ( ) {
482
-
483
483
const elements = CraftliltPlugin . elementIndexTranslation . view . getAllElements ( ) . get ( ) ;
484
484
485
485
console . log ( elements )
You can’t perform that action at this time.
0 commit comments