Skip to content

Commit

Permalink
Merge pull request #852 from hisanhunais/4.5.0-changes
Browse files Browse the repository at this point in the history
Update APIM Version in Portal Footer
  • Loading branch information
hisanhunais authored Jan 24, 2025
2 parents c1849a7 + 15fef82 commit d1340a4
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion portals/admin/src/main/webapp/site/public/locales/en.json
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
2 changes: 1 addition & 1 deletion portals/admin/src/main/webapp/site/public/locales/fr.json
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

0 comments on commit d1340a4

Please sign in to comment.