1.6.1 Citation Select module no longer requires Bibcite.
Release Notes
📚📖 Citation Select no longer requires Bibcite.
If you are running an existing site, there are a number of things to mind when updating Citation Select to 2.x@beta.
- Export your CSL stylesheets especially if you've customized them! (note: you can download CSL Styles from Github).
- Edit
composer.json
to require citation select at^2.0@beta
, then runcomposer update
. - Run
drush pm-uninstall bibcite
- Run
composer remove drupal/bibcite
(and rejoice as the deprecation warnings go away) - Re-import your stylesheets from step 1.
i. if you exported Configuration in step 1, re-import it
ii. if instead you have "raw" CSL XML stylesheets you want to add, go to Configuration > Citation Select Settings > CSL Styles > Add Style and add it there. - Under Configuration > Citation Select Settings > Config, select your default style
- Your field mappings were saved, no worries there!
What's Changed
- update citation select to 2.x to remove bibcite dependency by @Natkeeran in #140
- Update drupal. by @rosiel in #136
Full Changelog: 1.6.0...1.6.1
Composer lock diff
Production Changes | From | To | Compare |
---|---|---|---|
academicpuma/citeproc-php | 1.0.0 | REMOVED | |
academicpuma/locales | a741caa | REMOVED | |
academicpuma/styles | 1.0.0 | REMOVED | |
audiolabs/bibtexparser | 1.0.0 | REMOVED | |
caseyamcl/php-marc21 | v1.1 | REMOVED | |
chi-teck/drupal-code-generator | 3.3.0 | 3.4.0 | ... |
discoverygarden/dgi_image_discovery | v1.1.0 | v1.2.0 | ... |
drupal/bibcite | 3.0.0-beta3 | REMOVED | |
drupal/citation_select | 1.0.0-beta5 | 2.0.0-beta1 | ... |
drupal/controlled_access_terms | 2.2.1 | 2.4.0 | ... |
drupal/core | 10.2.3 | 10.2.4 | ... |
drupal/core-composer-scaffold | 10.2.3 | 10.2.4 | ... |
drupal/core-recommended | 10.2.3 | 10.2.4 | ... |
drupal/entity | 1.4.0 | REMOVED | |
drupal/facets | 2.0.6 | 2.0.7 | ... |
drupal/flysystem | 2.2.0-alpha1 | 2.2.0-alpha3 | ... |
drupal/jwt | 2.0.1 | 2.1.0 | ... |
drupal/term_merge | 2.0.0-beta5 | 2.0.0-beta6 | ... |
drush/drush | 12.4.3 | 12.5.1 | ... |
islandora/islandora_mirador | 2.3.6 | 2.3.7 | ... |
league/container | 4.2.0 | 4.2.2 | ... |
nikic/php-parser | v5.0.1 | v5.0.2 | ... |
pear/pear-core-minimal | v1.10.14 | v1.10.15 | ... |
psy/psysh | v0.12.0 | v0.12.2 | ... |
sebastian/diff | 4.0.5 | 4.0.6 | ... |
symfony/http-kernel | v6.4.4 | v6.4.5 | ... |
symfony/routing | v6.4.3 | v6.4.5 | ... |
technosophos/libris | 2.0.2 | REMOVED | |
citation-style-language/locales | NEW | v0.0.18 | |
citation-style-language/styles | NEW | v0.0.404 | |
myclabs/php-enum | NEW | 1.8.4 | |
seboettg/citeproc-php | NEW | v2.6.2 | |
seboettg/collection | NEW | v3.1.0 |
Dev Changes | From | To | Compare |
---|---|---|---|
doctrine/persistence | 3.3.0 | 3.3.2 | ... |
drupal/devel | 5.1.2 | 5.2.1 | ... |