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

Update APIM Version in Portal Footer #852

Merged
merged 1 commit into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
"Base.Errors.ResourceNotFound.more.links": "You may check the links below",
"Base.Errors.ResourceNotfound.default_body": "The page you are looking for is not available",
"Base.Errors.ResourceNotfound.default_tittle": "Page Not Found",
"Base.Footer.Footer.product_details": "WSO2 API-M v4.4.0 | © 2024 WSO2 LLC",
"Base.Footer.Footer.product_details": "WSO2 API-M v4.5.0 | © 2025 WSO2 LLC",
"Base.Header.avatar.Avatar.logout": "Logout",
"Base.RouteMenuMapping.advanced": "Advanced",
"Base.RouteMenuMapping.advanced.throttling.policies": "Advanced Policies",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
"Base.Errors.ResourceNotFound.more.links": "You may check the links below",
"Base.Errors.ResourceNotfound.default_body": "The page you are looking for is not available",
"Base.Errors.ResourceNotfound.default_tittle": "Page Not Found",
"Base.Footer.Footer.product_details": "WSO2 API-M v4.4.0 | © 2024 WSO2 LLC",
"Base.Footer.Footer.product_details": "WSO2 API-M v4.5.0 | © 2025 WSO2 LLC",
"Base.Header.avatar.Avatar.logout": "Logout",
"Base.RouteMenuMapping.advanced": "Advanced",
"Base.RouteMenuMapping.advanced.throttling.policies": "Advanced Policies",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function Copyright() {
<Typography variant='body2' color='textSecondary' align='center' sx={{ p: '16px' }}>
<FormattedMessage
id='Base.Footer.Footer.product_details'
defaultMessage='WSO2 API-M v4.4.0 | © 2024 WSO2 LLC'
defaultMessage='WSO2 API-M v4.5.0 | © 2025 WSO2 LLC'
/>
</Typography>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@
"Base.Header.headersearch.SearchUtils.lcState.prototyped": "Prototyped",
"Base.Header.headersearch.SearchUtils.lcState.published": "Production",
"Base.index.banner.alt": "Dev Portal Banner",
"Base.index.copyright.text": "WSO2 API-M v4.4.0 | © 2024 WSO2 LLC",
"Base.index.copyright.text": "WSO2 API-M v4.5.0 | © 2025 WSO2 LLC",
"Base.index.go.to.public.store": "Switch Dev Portals",
"Base.index.logo.alt": "Dev Portal",
"Base.index.logout": "Logout",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ class LayoutLegacy extends React.Component {
{footerText && footerText !== '' ? <span>{footerText}</span> : (
<FormattedMessage
id='Base.index.copyright.text'
defaultMessage='WSO2 API-M v4.4.0 | © 2024 WSO2 LLC'
defaultMessage='WSO2 API-M v4.5.0 | © 2025 WSO2 LLC'
/>
)}
</Typography>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1761,7 +1761,7 @@
"Base.Errors.ResourceNotFound.more.links": "You may check the links below",
"Base.Errors.ResourceNotfound.default_body": "The page you are looking for is not available",
"Base.Errors.ResourceNotfound.default_tittle": "Page Not Found",
"Base.Footer.Footer.product_details": "WSO2 API-M v4.4.0 | © 2024 WSO2 LLC",
"Base.Footer.Footer.product_details": "WSO2 API-M v4.5.0 | © 2025 WSO2 LLC",
"Base.Header.avatar.Avatar.logout": "Logout",
"Base.Header.headersearch.HeaderSearch.search_api.tooltip": "Search",
"Base.Header.headersearch.HeaderSearch.tooltip.option0": "Content [ Default ]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function Footer() {
<Typography noWrap>
<FormattedMessage
id='Base.Footer.Footer.product_details'
defaultMessage='WSO2 API-M v4.4.0 | © 2024 WSO2 LLC'
defaultMessage='WSO2 API-M v4.5.0 | © 2025 WSO2 LLC'
/>
</Typography>
)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe("Enable External Dev Portal", () => {
it.only("Configure Sample API for External Dev Portal", () => {
cy.loginToPublisher(testUsers.carbonAdmin.username, testUsers.carbonAdmin.password);
cy.visit(`/publisher/apis`);
cy.contains('WSO2 API-M v4.4.0');
cy.contains('WSO2 API-M v4.5.0');
cy.wait(5000);
cy.get("body").then($body => {
if ($body.find("#itest-apis-welcome-msg").length > 0) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe("Deploy sample api", () => {
},
}, () => {
cy.visit(`/publisher/apis`);
cy.contains('WSO2 API-M v4.4.0');
cy.contains('WSO2 API-M v4.5.0');
cy.wait(5000);
cy.get("body").then($body => {
if ($body.find("#itest-apis-welcome-msg").length > 0) {
Expand Down
2 changes: 1 addition & 1 deletion tests/cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ Cypress.Commands.add('publishSolaceApi', (apiName = null) => {

cy.visit(`${Utils.getAppOrigin()}/publisher/apis`);

cy.contains('WSO2 API-M v4.4.0');
cy.contains('WSO2 API-M v4.5.0');
cy.wait(5000);
cy.get("body").then($body => {
if ($body.find("#itest-apis-welcome-msg").length > 0) {
Expand Down
Loading