Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OpenMage version to API 'magento.info'. #1676

Merged
merged 1 commit into from
Aug 4, 2021

Conversation

kiatng
Copy link
Contributor

@kiatng kiatng commented Jun 5, 2021

Description (*)

This PR adds OM ver info to the API core_magento.info, alias magento.info.

An example of called result:

    ["result"] => object(stdClass)#121 (3) {
      ["magento_edition"] => string(9) "Community"
      ["magento_version"] => string(7) "1.9.4.5"
      ["openmage_version"] => string(6) "20.0.7"
    }

Related Pull Requests

Fixed Issues (if relevant)

Manual testing scenarios (*)

Questions or comments

Contribution checklist (*)

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All automated tests passed successfully (all builds are green)

@github-actions github-actions bot added the Component: Core Relates to Mage_Core label Jun 5, 2021
@Flyingmana Flyingmana merged commit 9e72bc2 into OpenMage:1.9.4.x Aug 4, 2021
@github-actions
Copy link
Contributor

github-actions bot commented Aug 4, 2021

Unit Test Results

1 files  ±0  1 suites  ±0   0s ⏱️ ±0s
0 tests ±0  0 ✔️ ±0  0 💤 ±0  0 ❌ ±0 
6 runs  ±0  4 ✔️ ±0  2 💤 ±0  0 ❌ ±0 

Results for commit 9e72bc2. ± Comparison against base commit 94563c7.

@kiatng kiatng deleted the om_ver_to_api branch February 27, 2023 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Core Relates to Mage_Core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants