1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-24 15:23:11 +02:00

Refactor repeater.js to use data-name instead of ID as needed for module by @BernhardBaumrock and PR #253

Co-authored-by: BernhardBaumrock <office@baumrock.com>
This commit is contained in:
Ryan Cramer
2023-01-13 08:24:52 -05:00
parent 6ff498f503
commit b12c7e9031
3 changed files with 16 additions and 4 deletions

View File

@@ -85,7 +85,7 @@ class ProcessWire extends Wire {
* Version suffix string (when applicable)
*
*/
const versionSuffix = '';
const versionSuffix = 'dev';
/**
* Minimum required index.php version, represented by the PROCESSWIRE define