Skip to content

Releases: a3020/centry

2.3.0

22 Mar 08:08
Compare
Choose a tag to compare

Download the centry.zip or centry.tar.gz file and unpack it in your concrete5 packages folder.

Changes:

  • This version removes the schedules functionality. Schedules are probably going to be incorporated in the concrete5 core. We don't want you to rely on Centry for this functionality.

2.2.8

02 Mar 07:35
Compare
Choose a tag to compare

Download the centry.zip or centry.tar.gz file and unpack it in your concrete5 packages folder.

Changes:

  • Fix typo in Centry job ('Exceptiont').

2.2.7

01 Mar 14:16
Compare
Choose a tag to compare

Download the centry.zip or centry.tar.gz file and unpack it in your concrete5 packages folder.

Changes:

  • Fix issue that 'token' variable wasn't set. Occurred on a 8.3.3a1 installation.

2.2.6

01 Mar 14:01
Compare
Choose a tag to compare

Download the centry.zip or centry.tar.gz file and unpack it in your concrete5 packages folder.

Changes:

  • Throw an error if user tries to sync from localhost. (the portal won't be able to access the local environment)

2.2.5

28 Feb 18:21
Compare
Choose a tag to compare

Download the centry.zip or centry.tar.gz file and unpack it in your concrete5 packages folder.

Changes:

  • Improve error handling when user uses an incorrect host as API endpoint.
  • Fix issue that file URL sometimes was returned as object instead of string.

2.2.4

26 Feb 06:53
Compare
Choose a tag to compare

Download the centry.zip or centry.tar.gz file and unpack it in your concrete5 packages folder.

Changes:

  • Always use API token (re)generation.
  • Remove the setting 'Regenerate API token'.
  • Remove unused method.

2.2.3

19 Feb 13:09
Compare
Choose a tag to compare

Download the centry.zip or centry.tar.gz file and unpack it in your concrete5 packages folder.

2.2.2

19 Feb 12:59
Compare
Choose a tag to compare
  • Travis integration

2.2.1

16 Feb 17:42
Compare
Choose a tag to compare
  • Add vendor directory. (we know it's a bad practice, but we want users to be able to download a complete release via Github)

2.2.0

16 Feb 13:59
Compare
Choose a tag to compare
  • Update composer to drop concrete5/core requirement.
  • Update readme, remove packagist references.
  • Empty changelog and only add a link to Github release page.
  • Add a toggle link to show / hide advanced settings.
  • Change installer to automatically schedule the job daily.
  • Remove the 'Do you want to enable automatic registration...' section.
  • Improve the BlockType payload by retrieving block type handles dynamically from the concrete/blocks directory.