Skip to content

Commit 22c554f

Browse files
Update version to 2.3.0 for stable release (#598)
* Update version to 2.3.0 for stable release
1 parent 34bda1c commit 22c554f

File tree

2 files changed

+59
-21
lines changed

2 files changed

+59
-21
lines changed

README.md

Lines changed: 58 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<p align="center">
22
<a href="https://grandnode.com/">
3-
<img src="https://grandnode.com/logo.png" alt="Logo">
3+
<img src="https://grandnode.com/logo.png" alt="GrandNode - Open Source E-Commerce Platform">
44
</a>
55

6-
<h1 align="center">FREE, FAST, FLEXIBLE, FEATURE-RICH
6+
<h1 align="center">OPEN-SOURCE E-COMMERCE PLATFORM
77
<br />
8-
OPEN-SOURCE E-COMMERCE PLATFORM</h1>
8+
FREE, FAST, FLEXIBLE, FEATURE-RICH</h1>
99
<p align="center">
10-
GrandNode is an intuitive e-Commerce platform that enables the flexible development of online stores. <br />
11-
Based on the modern MongoDB database, a fully free and open-source system allows you to support various business models: <br />
10+
GrandNode is a powerful, scalable e-Commerce platform built with MongoDB and ASP.NET Core. <br />
11+
Based on the modern MongoDB database, this fully open-source system supports multiple business models: <br />
1212
B2B, B2C, Multi-Store, Multi-Vendor, Multi-Tenant, Multi-Language, Multi-Currency. <br />
13-
Advanced personalization, scalability, speed, and high efficiency - these are features that effectively support your e-business management.
13+
Achieve superior performance, unlimited scalability, and comprehensive customization to drive your online business success.
1414
</p>
1515
<p align="center">
1616
<a href="https://grandnode.com/?utm_source=github&utm_medium=link&utm_campaign=readme"><strong>Explore the project »</strong></a>
@@ -38,21 +38,24 @@ Advanced personalization, scalability, speed, and high efficiency - these are fe
3838
[![Docker Image CI](https://github.com/grandnode/grandnode2/actions/workflows/docker-image.yml/badge.svg)](https://github.com/grandnode/grandnode2/actions/workflows/docker-image.yml)
3939
![License](https://img.shields.io/github/license/grandnode/grandnode2)
4040
[![CodeQL Advanced](https://github.com/grandnode/grandnode2/actions/workflows/codeql.yml/badge.svg)](https://github.com/grandnode/grandnode2/actions/workflows/codeql.yml)
41+
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=grandnode_grandnode2&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=grandnode_grandnode2)
4142
<a href="https://docs.grandnode.com/"><img src="https://img.shields.io/badge/Docs-docs.grandnode.com-brightgreen"></a>
4243
</div>
4344

4445
<!-- TABLE OF CONTENTS -->
4546
## Table of Contents
4647

4748
* [Overview](#Overview)
49+
* [Key Features](#key-features)
50+
* [Technical Highlights](#technical-highlights)
4851
* [Getting Started](#getting-started)
4952
* [Prerequisites](#prerequisites)
5053
* [Installation](#installation)
5154
* [Online demo](#online-demo)
52-
* [Awesome projects](#Awesome-projects)
5355
* [Roadmap](#roadmap)
5456
* [Contributing](#contributing)
5557
* [Sponsors](#sponsors)
58+
* [Why Choose GrandNode?](#why-choose-grandnode)
5659
* [License](#license)
5760

5861

@@ -65,6 +68,39 @@ GrandNode was designed to solve the most important business challenges from the
6568
* Fast development with modern codebase
6669
* Scalable e-commerce platform to grow with the business
6770

71+
## Key Features
72+
73+
### Performance & Architecture
74+
-**High-Performance** - Pages render in milliseconds
75+
- 📊 **MongoDB Database** - Superior scalability and performance
76+
- 🚀 **ASP.NET Core** - Modern and efficient codebase
77+
78+
### Business Features
79+
- 🏪 **Multi-Store Management** - Run multiple stores from one installation
80+
- 👥 **B2B & B2C Support** - Serve both business and consumer customers
81+
- 🌎 **Multi-Language & Multi-Currency** - Sell globally with localized experiences
82+
- 🛒 **Advanced Product Catalog** - Flexible product attributes, variants, and pricing
83+
- 💰 **Multiple Payment Gateways** - Including Stripe, BrainTree and more
84+
- 🚚 **Customizable Shipping Options** - Fixed rate, by weight, shipping points
85+
- 📱 **Mobile-Optimized** - Responsive design for all devices
86+
87+
### Marketing & SEO
88+
- 🔍 **SEO-Friendly** - URL structure, meta tags, and sitemap generation
89+
- 🔔 **Customer Segmentation** - Target specific customer groups
90+
- 📧 **Email Marketing Integration** - Boost your sales with newsletters
91+
- 📊 **Analytics Integration** - Track performance with Google Analytics
92+
93+
## Technical Highlights
94+
95+
GrandNode 2 leverages the latest technologies to deliver a high-performance e-commerce solution:
96+
97+
- **ASP.NET Core 9.0** - Modern, cross-platform framework
98+
- **MongoDB 4.0+** - NoSQL database for unlimited scalability
99+
- **Docker Support** - Easy deployment and containerization
100+
- **REST API** - Comprehensive API for integrations
101+
- **Cloud-Ready** - Optimized for cloud hosting environments
102+
- **Real-time Processing** - Immediate updates throughout the system
103+
68104
<!-- GETTING STARTED -->
69105
## Getting Started
70106

@@ -76,8 +112,7 @@ GrandNode requires .NET Core 9.0, MongoDB 4.0+, and OS-specific dependency tools
76112

77113
### Installation
78114

79-
GrandNode can be installed in a few different ways. Note: The develop branch is the development version of GrandNode and it may be unstable. To use the
80-
latest stable version, download it from the Releases page or switch to a release branch.
115+
GrandNode can be installed in a few different ways. Note: The develop branch is the development version of GrandNode and it may be unstable. The main branch is the primary branch that contains the latest stable version. You can also download specific stable versions from the Releases page or switch to a release branch.
81116

82117
* Docker
83118
```bash
@@ -95,7 +130,7 @@ Run the project in the Visual Studio 2022+, extract the source code package down
95130

96131
* Host on Linux server
97132

98-
Before you start - please install, configure the nginx server, .NET Core 8.0+ and MongoDB 4.0+
133+
Before you start - please install, configure the nginx server, .NET Core 9.0+ and MongoDB 4.0+
99134
```bash
100135
mkdir ~/source
101136
cd ~/source
@@ -154,15 +189,6 @@ Admin email: [email protected]
154189
Admin password: 123456
155190

156191

157-
## Awesome projects
158-
159-
[![Awesome projects](https://grandnode.com/content/images/uploaded/Blog/awesomeprojectsgit1.JPG)](https://grandnode.com/showcase/?utm_source=github&utm_medium=link&utm_campaign=readme)
160-
161-
Check the [GrandNode Live Projects](https://grandnode.com/showcase/?utm_source=github&utm_medium=link&utm_campaign=readme).
162-
163-
Have you done something great with GrandNode? Let us know and get listed!
164-
165-
166192
## Roadmap
167193

168194
We have a clear vision in which direction we would like to develop GrandNode. Ready roadmaps with milestones for future versions of GrandNode can be found in the [projects tab](https://github.com/grandnode/grandnode2/projects).
@@ -181,9 +207,21 @@ How to contribute:
181207

182208
Become a sponsor and get your logo on our README on Github with a link to your site. [[Become a sponsor](https://opencollective.com/grandnode#sponsor)]
183209

210+
## Why Choose GrandNode?
211+
212+
GrandNode stands out in the crowded e-commerce platform market by offering:
213+
214+
- **Superior Performance** - MongoDB and ASP.NET Core ensure lightning-fast page loads
215+
- **Ultimate Scalability** - From startup to enterprise, grow without limits
216+
- **Lower Total Cost of Ownership** - Free, open-source with no licensing costs
217+
- **Modern Technology Stack** - Built with future-proof technologies
218+
- **Extensible Architecture** - Build custom modules and integrations
219+
220+
Whether you're launching a single online store or building a complex multi-vendor marketplace, GrandNode provides the tools and performance you need to succeed in today's competitive e-commerce landscape.
221+
184222
## Code of conduct
185223

186224
To clarify behavior rules in our community, GrandNode has adopted the code of conduct defined by the Contributor Covenant. For more information see the [Code of Conduct.](https://www.contributor-covenant.org/version/2/0/code_of_conduct/)
187225

188226
## License
189-
GrandNode is completely free and distributed under the GNU General Public License v3.0. It's available [here](LICENSE)
227+
GrandNode is completely free and distributed under the GNU General Public License v3.0. It's available [here](LICENSE)

src/Build/Grand.Common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</ItemGroup>
4343
<Target Name="SetVersion" BeforeTargets="PrepareForBuild">
4444
<PropertyGroup>
45-
<Version>2.3.0-beta</Version>
45+
<Version>2.3.0</Version>
4646
</PropertyGroup>
4747
</Target>
4848
</Project>

0 commit comments

Comments
 (0)