Searched refs:newVersion (Results 1 – 8 of 8) sorted by relevance
| /plugin/deletepageguard/build/ |
| H A D | update-version.php | 27 $newVersion = $argv[1] ?? null; variable 30 if (!$newVersion) { 39 if (!preg_match('/^\d+\.\d+\.\d+(-[a-zA-Z0-9\-\.]+)?$/', $newVersion)) { 48 echo "Updating version from {$currentVersion} to {$newVersion}\n"; 53 $newVersionInfo['version'] = $newVersion; 65 $content = preg_replace('/^version\s+.*$/m', "version {$newVersion}", $content); 77 $content = str_replace('## [Unreleased]', "## [{$newVersion}] - {$newDate}", $content); 96 …ithub.com/jonnydee/deletepageguard/releases/download/v{$newVersion}/deletepageguard-{$newVersion}.… 101 $changelogEntry = " * **{$newDate}**\n * Release v{$newVersion}\n * "; 102 if (strpos($content, "Release v{$newVersion}") === false) {
|
| /plugin/sqlite/ |
| H A D | SQLiteDB.php | 428 for ($newVersion = $currentVersion + 1; $newVersion <= $latestVersion; $newVersion++) { 432 'to' => $newVersion, 433 'file' => $this->getMigrationFile($newVersion), 451 $this->setOpt('dbversion', $newVersion);
|
| /plugin/structpublish/action/ |
| H A D | banner.php | 150 * @param string $newVersion suggested new Version 153 protected function actionButtons($status, $newVersion) argument 173 $form->addTextInput('version', $this->getLang('newversion'))->val($newVersion);
|
| /plugin/webdav/vendor/sabre/vobject/lib/ |
| D | VCardConverter.php | 46 $newVersion = Document::VCARD40 === $targetVersion ? '4.0' : '3.0'; 49 'VERSION' => $newVersion,
|
| /plugin/davcard/vendor/sabre/vobject/lib/ |
| D | VCardConverter.php | 46 $newVersion = $targetVersion===Document::VCARD40?'4.0':'3.0'; 49 'VERSION' => $newVersion,
|
| /plugin/webdavclient/vendor/sabre/vobject/lib/ |
| D | VCardConverter.php | 46 $newVersion = $targetVersion===Document::VCARD40?'4.0':'3.0'; 49 'VERSION' => $newVersion,
|
| /plugin/icalevents/vendor/sabre/vobject/lib/ |
| D | VCardConverter.php | 46 $newVersion = $targetVersion === Document::VCARD40 ? '4.0' : '3.0'; 49 'VERSION' => $newVersion,
|
| /plugin/davcal/vendor/sabre/vobject/lib/ |
| H A D | VCardConverter.php | 46 $newVersion = $targetVersion===Document::VCARD40?'4.0':'3.0'; 49 'VERSION' => $newVersion,
|