concretecms / translate.concretecms.org

Translation of Concrete core, themes and add-ons.
0 stars 3 forks source link

Release community auth changes #97

Closed KorvinSzanto closed 2 months ago

KorvinSzanto commented 2 months ago

Add concrete_cms_auth addon.

Theme changes: https://github.com/concretecms/concrete_cms_theme/compare/04283aa18534e116dddd1155845b8b22db301489...ee96446a6c0d56bcd54a1c5bf04d81ddf5769702

mlocati commented 1 month ago

I can't composer install anymore...

Could not fetch
https://gitlab.com/api/v4/projects/portlandlabs%2Faddons%2Fconcrete_cms_auth/repository/archive.zip?sha=e3aa84c7abd18b2d304e7e47580a250372fc09fe
enter your gitlab.com credentials to access private repos
KorvinSzanto commented 1 month ago

I'd recommend adding to composer.json:

  "provide": {
    "portlandlabs/concrete_cms_auth": "*"
  },

then running composer update portlandlabs/concrete_cms_auth locally to get around this. We don't currently have plans to open source this package.

mlocati commented 1 month ago

Tha

I'd recommend adding to composer.json:

  "provide": {
    "portlandlabs/concrete_cms_auth": "*"
  },

That works for local development. But I can't create pull requests that touch composer.lock anymore.

@KorvinSzanto could you run composer update (or just composer update concretecms/community_translation) and update the repo accordingly? That should upgrade CommunityTranslation from 1.6.6 to 1.6.6 (changelog).