| /plugin/findologicxmlexport/vendor/sebastian/version/src/ |
| D | Version.php | 26 private $release; variable in SebastianBergmann\\Version 34 * @param string $release 37 public function __construct($release, $path) argument 39 $this->release = $release; 49 if (count(explode('.', $this->release)) == 3) { 50 $this->version = $this->release; 52 $this->version = $this->release . '-dev'; 58 if (count(explode('.', $this->release)) == 3) { 63 $this->version = $this->release . '-' . end($git);
|
| /plugin/gitbacked/.github/workflows/docs/ |
| D | HowTo_MANAGE_RELEASES.md | 4 - This plugin is provided as released DokuWiki installable ZIP packages with detailed release notes… 6 - The name of a release is identical to the `date` property in `plugin.info.txt` of that release. 9 - The release notes have to be maintained manually in [CHANGELOG.md](https://github.com/woolfg/doku… 11 ## Building a release 13 - A release build is triggered by applying a tag with name '**v**YYYY-MM-DD' to the corresponding m… 14 - The release workflow is not triggered, if: 15 - The release tag is not of format `v[0-9]+-[0-9]+-[0-9]+` 16 - The release workflow is failing and no release will be created, if: 17 …- The release version after the 'v'-prefix does not match the `date` property in file `plugin.info… 18 …- The `CHANGELOG.md` does not contain a line of format '# [YYYY-MM-DD]' matching the release versi… [all …]
|
| /plugin/page4release/ |
| D | action.php | 27 $release = p_get_metadata($ID, 'page4release',True); 30 … (array_key_exists($ID,$page4release[$filename]) && ($page4release[$filename][$ID] != $release)) 31 || (!array_key_exists($ID,$page4release[$filename]) && ($release)) 42 if ($release) 44 $page4release[$filename][$ID] = $release; 48 } elseif ($release) { 50 $page4release[$filename] = array($ID => $release);
|
| D | rebuildindex.php | 38 $release = p_get_metadata($page['id'], 'page4release',True); variable 39 if ($release) { 40 echo "\t$filename {{pour $release}}\n"; 41 $page4release[$filename][$page['id']] = $release;
|
| D | syntax.php | 47 $release = $data; 58 if ($release) 59 … $doc .= $this->getLang('pageFor').' <span class="active_page4release">'.$release.'</span>. ';
|
| /plugin/findologicxmlexport/vendor/sebastian/version/ |
| D | README.md | 19 …release` is the version number of the latest release (`X.Y.Z`, for instance) or the name of the re… 36 When a new release is prepared, the string that is passed to the constructor as the first argument … 40 * If `$path` is not (part of) a Git repository and `$release` is in `X.Y.Z` format then `$release` … 41 * If `$path` is not (part of) a Git repository and `$release` is in `X.Y` format then `$release` is… 42 * If `$path` is (part of) a Git repository and `$release` is in `X.Y.Z` format then the output of `… 43 * If `$path` is (part of) a Git repository and `$release` is in `X.Y` format then a string is retur…
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDeploy/ |
| D | ReleaseRenderEvent.php | 29 public $release; variable in Google\\Service\\CloudDeploy\\ReleaseRenderEvent 48 public function setRelease($release) argument 50 $this->release = $release; 57 return $this->release;
|
| D | ReleaseNotificationEvent.php | 29 public $release; variable in Google\\Service\\CloudDeploy\\ReleaseNotificationEvent 52 public function setRelease($release) argument 54 $this->release = $release; 61 return $this->release;
|
| /plugin/deletepageguard/ |
| H A D | RELEASE.md | 3 This document describes the complete release process for the Delete Page Guard DokuWiki plugin, inc… 7 The plugin uses a professional release workflow with: 17 Before starting a release, ensure you have: 28 First, ensure the codebase is ready for release: 61 make version VERSION=1.0.1 # Bug fix release 62 make version VERSION=1.1.0 # Feature release 63 make version VERSION=2.0.0 # Major release with breaking changes 66 **Note:** The current version is 1.0.0, which represents the initial stable release. 77 After version update, manually update release documentation: 81 Create or update `CHANGELOG.md` with release notes: [all …]
|
| H A D | Makefile | 5 .PHONY: test check clean dist release version help 62 release: check test target
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/ |
| D | UpdateReleaseRequest.php | 32 public function setRelease(Release $release) argument 34 $this->release = $release; 41 return $this->release;
|
| /plugin/gitbacked/ |
| D | CHANGELOG.md | 9 <!-- Each Release must start with a line for the release version of exactly this format: ## [versio… 10 <!-- The subsequent comment lines start with a space - not to irritate the release scripts parser! 28 <empty line> - next line is the starting of the previous release 33 These links provide direct access to the GitHub compare vs. the previous release. 34 …The particular link of a released version will be copied to the release notes of a release accordi… 35 …At the end of this file appropriate compare links have to be maintained for each release version i… 37 +-current release version 39 … +-URL to this repo previous release version tag-+ +-current rele… 91 Many thanks for collaboration on this release for: @ribsey, @mhoffrog 105 Many thanks for collaboration on this release for: @msx80, @delphij [all …]
|
| /plugin/gtime/gtlib/ |
| D | ChangeLog | 1 2011-04-19 release 0.3.4: 4 2010-11-11 release 0.3.3: 5 * First public release.
|
| D | README | 44 $ phing release # Create a release 45 $ phing publish # Publish a release
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/ |
| D | RollupNamespace.asciidoc | 35 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release 49 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release 63 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release 77 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release 91 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release 121 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release 139 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release 153 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
|
| D | SearchableSnapshotsNamespace.asciidoc | 30 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release 47 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release 66 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release 80 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
|
| /plugin/matrixnotifierwas/vendor/psr/http-client/ |
| D | CHANGELOG.md | 3 …changes to this project will be documented in this file, in reverse chronological order by release. 19 First stable release. No changes since 0.3.0. 31 First release
|
| /plugin/projects/lib/ |
| D | project.php | 191 $this->mutex->release(); 208 $this->mutex->release(); 214 $this->mutex->release(); 223 $this->mutex->release(); 270 $this->mutex->release(); 277 $this->mutex->release(); 288 $this->mutex->release(); 304 $this->mutex->release(); 315 $this->mutex->release(); 334 $this->mutex->release();
|
| D | mutex.php | 15 function __destruct() { $this->release(); } 37 function release(){ function in Mutex
|
| /plugin/asciidocjs/node_modules/pug-runtime/ |
| D | CHANGELOG.md | 9 not available were already in place prior to this release. 21 last release. 24 last release. 45 - Initial release
|
| /plugin/todo/ |
| H A D | README.md | 9 To prepare a new release: 10 - Take note of latest date tag, i.e. "2023-05-17" and edit "latest" release to be based on that ins… 21 - Create a new release based on `latest` tag.
|
| /plugin/diffpreview/ |
| D | CHANGELOG.md | 9 Fully support DokuWiki release Igor. 15 Prepare for upcoming DokuWiki release Igor.
|
| /plugin/asciidocjs/node_modules/pug-strip-comments/ |
| D | CHANGELOG.md | 12 - Initial stable release – unchanged from 0.0.1 16 - Initial release
|
| /plugin/barcodes/ |
| D | CHANGELOG.md | 33 * Fixed release package contents 44 * First release
|
| /plugin/nobadbrowser/ |
| D | ChangeLog | 17 * Second pre-release. 23 * First pre-release.
|