-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version number from 10.0.2 to 10.0.3 (#1750)
Co-authored-by: ryanrath <[email protected]>
- Loading branch information
Showing
10 changed files
with
57 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
classes/OpenXdmod/Migration/Version1002To1003/ConfigFilesMigration.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?php | ||
/** | ||
* Update config files from version 10.0.2 To 10.0.3. | ||
*/ | ||
|
||
namespace OpenXdmod\Migration\Version1002To1003; | ||
|
||
use OpenXdmod\Migration\ConfigFilesMigration as AbstractConfigFilesMigration; | ||
|
||
class ConfigFilesMigration extends AbstractConfigFilesMigration | ||
{ | ||
|
||
/** | ||
* Update portal_settings.ini with the new version number. | ||
*/ | ||
public function execute() | ||
{ | ||
$this->assertPortalSettingsIsWritable(); | ||
$this->writePortalSettingsFile(); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "xdmod", | ||
"version": "10.0.2", | ||
"version": "10.0.3", | ||
"release": "1.0", | ||
"files": { | ||
"include_paths": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -100,6 +100,8 @@ rm -rf $RPM_BUILD_ROOT | |
%dir %attr(0570,apache,xdmod) %{xdmod_export_dir} | ||
|
||
%changelog | ||
* Fri Aug 4 2023 XDMoD <[email protected]> 10.0.3-1.0 | ||
- Release 10.0.3 | ||
* Mon Apr 3 2023 XDMoD <[email protected]> 10.0.2-1.0 | ||
- Release 10.0.2 | ||
* Fri Mar 10 2023 XDMoD <[email protected]> 10.0.1-1.0 | ||
|