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:
@@ -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
|
||||
|
Reference in New Issue
Block a user