Closed (fixed)
Project:
Varbase Editor
Version:
10.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
6 May 2024 at 08:05 UTC
Updated:
2 Jun 2024 at 20:49 UTC
Jump to comment: Most recent
A need for a smoother update process before the release of Varbase 9.1.3 and Varbase 10.0.0 stable
Add the asset-packagist.org repository
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
},
"assets": {
"type": "composer",
"url": "https://asset-packagist.org"
}
},
varbase_editor-10.0.x branch"npm-asset/ace-builds": "~1", "npm-asset/northernco--ckeditor5-anchor-drupal": "^0.4.0", "npm-asset/ckeditor--ckeditor5-media-embed": "*"
varbase_editor-9.2.x branch
"npm-asset/ace-builds": "~1", "npm-asset/northernco--ckeditor5-anchor-drupal": "^0.4.0", "npm-asset/ckeditor--ckeditor5-media-embed": "*"
Old projects needs to add the following under "installer-paths": { in the root composer.json file for the project
"docroot/libraries/ace": ["npm-asset/ace-builds"],
"docroot/libraries/ckeditor5-anchor-drupal": ["npm-asset/northernco--ckeditor5-anchor-drupal"],
"docroot/libraries/ckeditor5/plugins/media-embed": ["npm-asset/ckeditor--ckeditor5-media-embed"],
Also needs to add the following under "drupal-libraries": {
{"name": "ace", "package": "npm-asset/ace-builds"},
{"name": "ckeditor5-anchor-drupal", "package": "npm-asset/northernco--ckeditor5-anchor-drupal"},
{"name": "ckeditor5-media-embed", "package": "npm-asset/ckeditor--ckeditor5-media-embed"}
Comments
Comment #2
rajab natshahComment #5
rajab natshahComment #6
rajab natshahComment #7
rajab natshah✅ Released varbase_editor-9.2.2
Comment #8
rajab natshah✅ Released varbase_editor-10.0.0-rc6
Comment #9
rajab natshahComment #10
rajab natshah✅ Released varbase-9.1.3
Comment #11
rajab natshah✅ Released varbase-10.0.0-rc3