Skip to content

Releases: a3020/centry

2.3.0

Choose a tag to compare

@a3020 a3020 released this 22 Mar 08:08

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

Choose a tag to compare

@a3020 a3020 released this 02 Mar 07:35

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

Choose a tag to compare

@a3020 a3020 released this 01 Mar 14:16

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

Choose a tag to compare

@a3020 a3020 released this 01 Mar 14:01

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

Choose a tag to compare

@a3020 a3020 released this 28 Feb 18:21

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

Choose a tag to compare

@a3020 a3020 released this 26 Feb 06:53

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

Choose a tag to compare

@a3020 a3020 released this 19 Feb 13:09

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

2.2.2

Choose a tag to compare

@a3020 a3020 released this 19 Feb 12:59
  • Travis integration

2.2.1

Choose a tag to compare

@a3020 a3020 released this 16 Feb 17:42
  • 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

Choose a tag to compare

@a3020 a3020 released this 16 Feb 13:59
  • 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.