Skip to content

Conversation

@TomJaeger
Copy link
Contributor

new php cli script for bumping ee version

@TomJaeger TomJaeger added this to the 7.5.18 milestone Nov 6, 2025
}


private function writeFileAtomically($filePath, $content, $originalChecksum)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It doesn't look like you're using $originalChecksum. Should this be removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch. updated

define('PATH_CACHE', SYSPATH . 'user/cache/');
define('APPPATH', BASEPATH);
define('APP_VER', '7.5.17');
define('APP_VER', '7.5.21');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should these version changes be part of this PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reverted

define('APP_BUILD', '20251024');
define('APP_VER', '7.5.17');
define('APP_BUILD', '20251231');
define('APP_VER', '7.5.21');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should these version changes be part of this PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reverted

@TomJaeger TomJaeger merged commit 54b7011 into 7.dev Nov 18, 2025
24 checks passed
@TomJaeger TomJaeger deleted the new/version-bump-script branch November 18, 2025 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants