Skip to content

Commit

Permalink
Update script_renameId.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Sekiro-kost committed Dec 18, 2024
1 parent 00e2805 commit a99449e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugin_info/script_renameId.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ function processDirectories($directories, $newId) {

$dataJson['id'] = $newId;

$dataJson['changelog_beta'] = str_replace('template', $newId, $dataJson['changelog_beta']);
$dataJson['changelog'] = str_replace('template', $newId, $dataJson['changelog']);
$dataJson['documentation_beta'] = str_replace('template', $newId, $dataJson['documentation_beta']);
$dataJson['documentation'] = str_replace('template', $newId, $dataJson['documentation']);

$directories = [
__DIR__ . '/../core/class',
__DIR__ . '/../desktop',
Expand Down

0 comments on commit a99449e

Please sign in to comment.