Skip to content

Commit 487622f

Browse files
committed
Replace 25.1 -> 25.2
1 parent f6cc65e commit 487622f

File tree

14 files changed

+55
-55
lines changed

14 files changed

+55
-55
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include mvc-redirects with {
2-
mvc: "https://docs.devexpress.com/DevExtremeAspNetMvc/400703/?v=25.1",
3-
core: "https://docs.devexpress.com/AspNetCore/400574/?v=25.1"
2+
mvc: "https://docs.devexpress.com/DevExtremeAspNetMvc/400703/?v=25.2",
3+
core: "https://docs.devexpress.com/AspNetCore/400574/?v=25.2"
44
}
55

66
[tags] jquery
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include mvc-redirects with {
2-
mvc: "https://docs.devexpress.com/DevExtremeAspNetMvc/400704/?v=25.1",
3-
core: "https://docs.devexpress.com/AspNetCore/400575/?v=25.1"
2+
mvc: "https://docs.devexpress.com/DevExtremeAspNetMvc/400704/?v=25.2",
3+
core: "https://docs.devexpress.com/AspNetCore/400575/?v=25.2"
44
}
55

66
[tags] jquery

concepts/37 ASP.NET Core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Starting from v19.1, ASP.NET Core Controls documentation is available at <a href="https://docs.devexpress.com/AspNetCore/400263/?v=25.1" target="_blank">docs.devexpress.com</a>.
1+
Starting from v19.1, ASP.NET Core Controls documentation is available at <a href="https://docs.devexpress.com/AspNetCore/400263/?v=25.2" target="_blank">docs.devexpress.com</a>.
22

33
[tags] jquery

concepts/58 jQuery Components/05 Add DevExtreme to a jQuery Application/10 Local Files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
You can find all required files in the DevExtreme folder (%ProgramFiles%\DevExpress 25.1\DevExtreme\Sources) if you used the <a target="_blank" href="https://www.devexpress.com/ClientCenter/DownloadManager">Unified Component installer</a>. Copy the Lib folder into the folder with your application. Then, link jQuery and DevExtreme stylesheets and scripts in the index page's `<head>` tag in the following order:
1+
You can find all required files in the DevExtreme folder (%ProgramFiles%\DevExpress 25.2\DevExtreme\Sources) if you used the <a target="_blank" href="https://www.devexpress.com/ClientCenter/DownloadManager">Unified Component installer</a>. Copy the Lib folder into the folder with your application. Then, link jQuery and DevExtreme stylesheets and scripts in the index page's `<head>` tag in the following order:
22

33
<!--HTML-->
44
<head>

concepts/Common/DevExtreme CLI/50 ThemeBuilder/00 ThemeBuilder.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If your application uses npm v7 or later, open `package.json` and ensure the fol
1010

1111
If these conditions are not met, run the following commands to install the packages:
1212

13-
npm i devextreme@25.1 --save --save-exact
14-
npm i devextreme-themebuilder@25.1 --save-dev --save-exact
13+
npm i devextreme@25.2 --save --save-exact
14+
npm i devextreme-themebuilder@25.2 --save-dev --save-exact
1515

1616
[/important]

concepts/Common/Distribution Channels/01 npm.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ You can use **npm** to deliver <a href="https://www.npmjs.com/package/devextreme
55

66
Install the latest stable version:
77

8-
npm install devextreme-dist@25.1 --save --save-exact
8+
npm install devextreme-dist@25.2 --save --save-exact
99

1010
Install the latest <a href="https://github.com/DevExpress/DevExtreme/releases" target="_blank">published version</a>. It can be stable or pre-release. Pre-release versions contain hotfixes and new features for early testing.
1111

12-
npm install devextreme-dist@25.1-next --save --save-exact
12+
npm install devextreme-dist@25.2-next --save --save-exact
1313

1414
[note] We recommend saving an exact version of DevExtreme to avoid unexpected updates because DevExtreme does not use Semantic Versioning. In our versioning system, the first and middle numbers indicate a major release which may contain behavior changes.
1515

@@ -22,15 +22,15 @@ You can use **npm** to deliver DevExtreme to an Angular application. The followi
2222

2323
Install the latest stable version:
2424

25-
npm install devextreme@25.1 --save --save-exact
25+
npm install devextreme@25.2 --save --save-exact
2626

27-
npm install devextreme-angular@25.1 --save --save-exact
27+
npm install devextreme-angular@25.2 --save --save-exact
2828

2929
Install the latest <a href="https://github.com/DevExpress/DevExtreme/releases" target="_blank">published version</a>. It can be stable or pre-release. Pre-release versions contain hotfixes and new features for early testing.
3030

31-
npm install devextreme@25.1-next --save --save-exact
31+
npm install devextreme@25.2-next --save --save-exact
3232

33-
npm install devextreme-angular@25.1-next --save --save-exact
33+
npm install devextreme-angular@25.2-next --save --save-exact
3434

3535
[note] We recommend saving an exact version of DevExtreme to avoid unexpected updates because DevExtreme does not use Semantic Versioning. In our versioning system, the first and middle numbers indicate a major release which may contain behavior changes.
3636

@@ -46,15 +46,15 @@ You can use **npm** to deliver DevExtreme to a Vue application. The following pa
4646

4747
Install the latest stable version:
4848

49-
npm install devextreme@25.1 --save --save-exact
49+
npm install devextreme@25.2 --save --save-exact
5050

51-
npm install devextreme-vue@25.1 --save --save-exact
51+
npm install devextreme-vue@25.2 --save --save-exact
5252

5353
Install the latest <a href="https://github.com/DevExpress/DevExtreme/releases" target="_blank">published version</a>. It can be stable or pre-release. Pre-release versions contain hotfixes and new features for early testing.
5454

55-
npm install devextreme@25.1-next --save --save-exact
55+
npm install devextreme@25.2-next --save --save-exact
5656

57-
npm install devextreme-vue@25.1-next --save --save-exact
57+
npm install devextreme-vue@25.2-next --save --save-exact
5858

5959
[note] We recommend saving an exact version of DevExtreme to avoid unexpected updates because DevExtreme does not use Semantic Versioning. In our versioning system, the first and middle numbers indicate a major release which may contain behavior changes.
6060

@@ -70,15 +70,15 @@ You can use **npm** to deliver DevExtreme to a React application. The following
7070

7171
Install the latest stable version:
7272

73-
npm install devextreme@25.1 --save --save-exact
73+
npm install devextreme@25.2 --save --save-exact
7474

75-
npm install devextreme-react@25.1 --save --save-exact
75+
npm install devextreme-react@25.2 --save --save-exact
7676

7777
Install the latest <a href="https://github.com/DevExpress/DevExtreme/releases" target="_blank">published version</a>. It can be stable or pre-release. Pre-release versions contain hotfixes and new features for early testing.
7878

79-
npm install devextreme@25.1-next --save --save-exact
79+
npm install devextreme@25.2-next --save --save-exact
8080

81-
npm install devextreme-react@25.1-next --save --save-exact
81+
npm install devextreme-react@25.2-next --save --save-exact
8282

8383
[note] We recommend saving an exact version of DevExtreme to avoid unexpected updates because DevExtreme does not use Semantic Versioning. In our versioning system, the first and middle numbers indicate a major release which may contain behavior changes.
8484

concepts/Common/Distribution Channels/03 Yarn.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ You can use **Yarn** to install the <a href="https://www.npmjs.com/package/devex
55

66
Install the latest stable version:
77

8-
yarn add devextreme@25.1 --exact
8+
yarn add devextreme@25.2 --exact
99

1010
Install the latest <a href="https://github.com/DevExpress/DevExtreme/releases" target="_blank">published version</a>. It can be stable or pre-release. Pre-release versions contain hotfixes and new features for early testing.
1111

12-
yarn add devextreme@25.1-next --exact
12+
yarn add devextreme@25.2-next --exact
1313

1414
[note] We recommend saving an exact version of DevExtreme to avoid unexpected updates because DevExtreme does not use Semantic Versioning. In our versioning system, the first and middle numbers indicate a major release which may contain behavior changes.
1515

@@ -22,15 +22,15 @@ You can use **Yarn** to install the following DevExtreme npm packages:
2222

2323
Install the latest stable version:
2424

25-
yarn add devextreme@25.1 --exact
25+
yarn add devextreme@25.2 --exact
2626

27-
yarn add devextreme-angular@25.1 --exact
27+
yarn add devextreme-angular@25.2 --exact
2828

2929
Install the latest <a href="https://github.com/DevExpress/DevExtreme/releases" target="_blank">published version</a>. It can be stable or pre-release. Pre-release versions contain hotfixes and new features for early testing.
3030

31-
yarn add devextreme@25.1-next --exact
31+
yarn add devextreme@25.2-next --exact
3232

33-
yarn add devextreme-angular@25.1-next --exact
33+
yarn add devextreme-angular@25.2-next --exact
3434

3535
[note] We recommend saving an exact version of DevExtreme to avoid unexpected updates because DevExtreme does not use Semantic Versioning. In our versioning system, the first and middle numbers indicate a major release which may contain behavior changes.
3636

@@ -46,15 +46,15 @@ You can use **Yarn** to install the following DevExtreme npm packages:
4646

4747
Install the latest stable version:
4848

49-
yarn add devextreme@25.1 --exact
49+
yarn add devextreme@25.2 --exact
5050

51-
yarn add devextreme-vue@25.1 --exact
51+
yarn add devextreme-vue@25.2 --exact
5252

5353
Install the latest <a href="https://github.com/DevExpress/DevExtreme/releases" target="_blank">published version</a>. It can be stable or pre-release. Pre-release versions contain hotfixes and new features for early testing.
5454

55-
yarn add devextreme@25.1-next --exact
55+
yarn add devextreme@25.2-next --exact
5656

57-
yarn add devextreme-vue@25.1-next --exact
57+
yarn add devextreme-vue@25.2-next --exact
5858

5959
[note] We recommend saving an exact version of DevExtreme to avoid unexpected updates because DevExtreme does not use Semantic Versioning. In our versioning system, the first and middle numbers indicate a major release which may contain behavior changes.
6060

@@ -70,15 +70,15 @@ You can use **Yarn** to install the following DevExtreme npm packages:
7070

7171
Install the latest stable version:
7272

73-
yarn add devextreme@25.1 --exact
73+
yarn add devextreme@25.2 --exact
7474

75-
yarn add devextreme-react@25.1 --exact
75+
yarn add devextreme-react@25.2 --exact
7676

7777
Install the latest <a href="https://github.com/DevExpress/DevExtreme/releases" target="_blank">published version</a>. It can be stable or pre-release. Pre-release versions contain hotfixes and new features for early testing.
7878

79-
yarn add devextreme@25.1-next --exact
79+
yarn add devextreme@25.2-next --exact
8080

81-
yarn add devextreme-react@25.1-next --exact
81+
yarn add devextreme-react@25.2-next --exact
8282

8383
[note] We recommend saving an exact version of DevExtreme to avoid unexpected updates because DevExtreme does not use Semantic Versioning. In our versioning system, the first and middle numbers indicate a major release which may contain behavior changes.
8484

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The installer for Windows provides Visual Studio integration features, such as project scaffolding. Use it if you develop applications in Visual Studio.
22

3-
After the installation, you can find the DevExtreme sources in the %ProgramFiles%\DevExpress 25.1\DevExtreme folder.
3+
After the installation, you can find the DevExtreme sources in the %ProgramFiles%\DevExpress 25.2\DevExtreme folder.
44

55
<a target="_blank" onclick="trackGAEvent('Download Trial', 'Windows installer', 'Distribution Channels article');" href="https://go.devexpress.com/DevExpressDownload_DevExtremeCompleteTrial.aspx" class="button orange small fix-width-155">Download installer for Windows</a>

concepts/Common/Integration Guides/30 Create a DevExtreme application with Vite.js/30 Create a DevExtreme application with Vite.js.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Add the following dependencies to the `package.json` file:
3030

3131
<!--tab: package.json-->
3232
"dependencies": {
33-
"devextreme": "^25.1",
34-
"devextreme-vue": "^25.1",
33+
"devextreme": "^25.2",
34+
"devextreme-vue": "^25.2",
3535
...
3636
}
3737

concepts/Common/Licensing/30 FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A: License keys are public due to the client-side nature of JS apps. If you disc
1818

1919
**Q: Can I revoke license keys if an employee quits and I need to invalidate their key?**
2020

21-
A: No, revoking keys is not possible due to the offline nature of the key validation process. Once issued for a DevExtreme version (e.g., 25.1), a key will remain valid indefinitely for all minor updates and security issues.
21+
A: No, revoking keys is not possible due to the offline nature of the key validation process. Once issued for a DevExtreme version (e.g., 25.2), a key will remain valid indefinitely for all minor updates and security issues.
2222

2323
<br>
2424

0 commit comments

Comments
 (0)