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.
44
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
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
812### Changed
913- Change translation limit for get translation request
1014
Original file line number Diff line number Diff line change 22 "name" : " lilt/craft-lilt-plugin" ,
33 "description" : " The Lilt plugin makes it easy for you to send content to Lilt for translation right from within Craft CMS." ,
44 "type" : " craft-plugin" ,
5- "version" : " 4.4.3 " ,
5+ "version" : " 4.4.4 " ,
66 "keywords" : [
77 " craft" ,
88 " cms" ,
Original file line number Diff line number Diff line change @@ -475,11 +475,11 @@ $(document).ready(function() {
475475 criteria : {
476476 jobId : jQuery ( '#create-job-form' ) . data ( 'job-id' ) ,
477477 } ,
478+ batchSize : 1000 ,
478479 selectable : true ,
479480 multiSelect : true ,
480481 checkboxMode : true ,
481482 onUpdateElements : function ( ) {
482-
483483 const elements = CraftliltPlugin . elementIndexTranslation . view . getAllElements ( ) . get ( ) ;
484484
485485 console . log ( elements )
You can’t perform that action at this time.
0 commit comments