Skip to content

Releases: antistatique/drupal-loco-translate

3.0.2

20 Aug 12:59
33e102d
Compare
Choose a tag to compare

3.0.2 - 2024-08-20

Changed

  • fix deprecation by passing @dataProvider as static function
  • fix usage of deprecated method returnArgument use willReturnArgument instead
  • fix construction of SettingsForm with new parameter added to \Drupal\Core\Form\ConfigFormBase for Drupal 10.2
  • add coverage of Drupal 11.0-dev
  • upgrade Docker Database mariadb 10.3.8 -> 10.6

Added

  • add cpsell project words for Gitlab-CI
  • add official support of drupal 11.0
  • add official support of drupal 10.3

Removed

  • remove legacy version annotation on docker-compose.yml

Fixed

  • fix obsolete docker-compose command in CIs

3.0.1

01 Mar 10:57
Compare
Choose a tag to compare

3.0.1 - 2024-03-01

Changed

  • re-enable PHPUnit Symfony Deprecation notice
  • remove usage of deprecated ContainerAware class
  • replace deprecated watchdog_exception by Drupal::logger

Fixed

  • fix issue #3329340 - PHPUnit deprecated prophecy integration
  • fix phpcs use statements should be sorted alphabetically
  • add phpstan.neon file

Added

  • add Drupal GitlabCI
  • add coverage of Drupal 10.2.x
  • add coverage of Drupal 11.0-dev

Removed

  • drop tests support on Drupal <= 9.4

3.0.0

18 Nov 09:42
Compare
Choose a tag to compare

3.0.0 - 2022-11-18

Added

  • add Drush 10 on Drupal CI
  • add Drush 10 as dev dependency
  • add official support of drupal 9.5 & 10.0

Changed

  • Bump major release number in order of using Drupal new semver system

Removed

  • drop support of drupal below 9.3.x

Fixed

  • fix issue #3318022 by wengerk: DrupalCI - Error: Class "Drush\Commands\DrushCommands
  • fix deprecation file_save_data for Drupal 10 compatibilities
  • fix deprecation drupal_get_path for Drupal 10 compatibilities
  • fix TwigExtensions deprecation for Drupal 10 compatibilities
  • fix deprecation of theme classy for Drupal 10 compatibilities

2.2.0

21 Oct 11:52
Compare
Choose a tag to compare

2.2.0 - 2022-10-21

Added

  • update changelog form to follow keepachangelog format
  • add dependabot for Github Action dependency
  • add support Drupal 9.5
  • add upgrade-status check

Removed

  • disable symfony deprecations helper on phpunit
  • remove satackey/action-docker-layer-caching on Github Actions
  • drop support Drupal 8.8
  • drop support of drupal below 9.0

0.1-beta1

21 Oct 09:11
Compare
Choose a tag to compare
0.1-beta1 Pre-release
Pre-release
  • add push automation via Cron
  • add pull automation via Cron
  • cover and improve the utility storage of last pull/push getter/setter
  • change how the loco:pull command works by forcing the language as parameter instead of option
  • add the 'index' on push/pull as optionnal
  • update utility get last push/pull with default to zero instead of null
  • update loco_translate schema with langcodes sequence type
  • add form settings validations on push/pull automations & removed unecessary gettext

0.1-alpha1

21 Oct 09:11
Compare
Choose a tag to compare
0.1-alpha1 Pre-release
Pre-release
  • first alpha release with basic features
  • push command from .po file to Loco SaSS
  • pull command from Loco SaSS to Drupal database
  • basic form settings with Loco SaSS API credentials