Skip to content

Commit

Permalink
[shopsys] replaced Shopsys Framework with Shopsys Platform (#2682)
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmannmartin committed Aug 11, 2023
2 parents 8d7bf02 + 11e80a6 commit b968637
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 167 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributing

Thank you for your contributions to Shopsys Framework Package.
Together we are making Shopsys Framework better.
Thank you for your contributions to Shopsys Platform Package.
Together we are making Shopsys Platform better.

This repository is READ-ONLY.
If you want to [report issues](https://github.com/shopsys/shopsys/issues/new) and/or send [pull requests](https://github.com/shopsys/shopsys/compare),
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@

[![Downloads](https://img.shields.io/packagist/dt/shopsys/framework.svg)](https://packagist.org/packages/shopsys/framework)

This repository is part of Shopsys Framework - a **scalable ecommerce framework** for fast-growing ecommerce sites created and maintained by in-house developers or outsourcing agencies.
This repository is part of Shopsys Platform - a **scalable ecommerce framework** for fast-growing ecommerce sites created and maintained by in-house developers or outsourcing agencies.

Shopsys/framework package is part of Shopsys Framework environment and it stands out as a core of Shopsys Framework projects. This repository is READ-ONLY and it is maintained by monorepo [shopsys/shopsys](https://github.com/shopsys/shopsys).
Shopsys/framework package is part of Shopsys Platform environment and it stands out as a core of Shopsys Platform projects. This repository is READ-ONLY and it is maintained by monorepo [shopsys/shopsys](https://github.com/shopsys/shopsys).

For more information about project, please see [shopsys/shopsys] readme.

This repository is maintained by [shopsys/shopsys] monorepo, information about changes is in [monorepo CHANGELOG.md](https://github.com/shopsys/shopsys/blob/master/CHANGELOG.md).

## How to Start New Project
For the purposes of building the new project use our [shopsys/project-base](https://github.com/shopsys/project-base), which is fully ready as the base for building your Shopsys Framework based project.
For the purposes of building the new project use our [shopsys/project-base](https://github.com/shopsys/project-base), which is fully ready as the base for building your Shopsys Platform based project.

For more detailed instructions, follow the [Installation Guide](https://docs.shopsys.com/en/latest/installation/installation-guide/).

## Documentation
For documentation of Shopsys Framework itself see [Shopsys Framework Knowledge Base](https://docs.shopsys.com/en/latest/).
For documentation of Shopsys Platform itself see [Shopsys Platform Knowledge Base](https://docs.shopsys.com/en/latest/).

Documentation of the specific project built on Shopsys Framework should be in [Project Documentation](https://github.com/shopsys/project-base/blob/master/docs/index.md).
Documentation of the specific project built on Shopsys Platform should be in [Project Documentation](https://github.com/shopsys/project-base/blob/master/docs/index.md).

## Contributing
Thank you for your contributions to Shopsys Framework Package.
Together we are making Shopsys Framework better.
Thank you for your contributions to Shopsys Platform Package.
Together we are making Shopsys Platform better.

This repository is READ-ONLY.
If you want to [report issues](https://github.com/shopsys/shopsys/issues/new) and/or send [pull requests](https://github.com/shopsys/shopsys/compare),
Expand Down
2 changes: 1 addition & 1 deletion assets/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shopsys/framework",
"version": "11.0.0",
"description": "Shopsys framework assets files",
"description": "Shopsys Platform assets files",
"repository": "https://github.com/shopsys/shopsys",
"author": "Shopsys",
"license": "proprietary",
Expand Down
152 changes: 1 addition & 151 deletions assets/public/admin/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shopsys/framework",
"type": "library",
"description": "Core of Shopsys Framework - open source framework for building large, scalable, fast-growing e-commerce projects based on Symfony",
"description": "Core of Shopsys Platform - open source framework for building large, scalable, fast-growing e-commerce projects based on Symfony",
"license": "proprietary",
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/Component/HttpFoundation/ResponseListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ public function onKernelResponse(ResponseEvent $event): void
$event->getResponse()->headers->set('X-Frame-Options', 'sameorigin');
$event->getResponse()->headers->set('X-XSS-Protection', '1; mode=block');
$event->getResponse()->headers->set('X-Content-Type-Options', 'nosniff');
$event->getResponse()->headers->set('X-Powered-By', 'Shopsys Framework');
$event->getResponse()->headers->set('X-Powered-By', 'Shopsys Platform');
}
}
4 changes: 2 additions & 2 deletions src/Migrations/Version20180702111020.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ private function setSeoMetaDescriptionMainPage()
$this->sql(
'INSERT INTO setting_values (name, domain_id, value, type) VALUES (\'seoMetaDescriptionMainPage\', 1, :text, \'string\')',
[
'text' => 'Shopsys Framework - the best solution for your eshop.',
'text' => 'Shopsys Platform - the best solution for your eshop.',
],
);
}
Expand All @@ -164,7 +164,7 @@ private function setSeoTitleMainPage()
$this->sql(
'INSERT INTO setting_values (name, domain_id, value, type) VALUES (\'seoTitleMainPage\', 1, :text, \'string\')',
[
'text' => 'Shopsys Framework - Title page',
'text' => 'Shopsys Platform - Title page',
],
);
}
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/views/Admin/Layout/base.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
};
</script>

<title>{{ 'Administration'|trans }} {% block title %}Shopsys Framework{% endblock %}</title>
<title>{{ 'Administration'|trans }} {% block title %}Shopsys Platform{% endblock %}</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/views/Admin/Layout/layout.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</div>
<div class="web__header__logo">
<a href="{{ url('admin_default_dashboard') }}">
<img class="web__header__logo__svg" src="{{ asset('public/admin/images/logo.svg') }}" alt="Shopsys Framework">
<img class="web__header__logo__svg" src="{{ asset('public/admin/images/logo.svg') }}" alt="Shopsys Platform">
</a>
</div>
{{ render(controller('Shopsys\\FrameworkBundle\\Controller\\Admin\\MenuController::menuAction')) }}
Expand Down

0 comments on commit b968637

Please sign in to comment.