Skip to content

Commit

Permalink
update to 202406.f
Browse files Browse the repository at this point in the history
  • Loading branch information
sanluan committed Nov 12, 2024
1 parent 3bcba50 commit b875365
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ https://github.com/sanluan/PublicCMS

## Participate in development

Switch to the develop,V5-develop branch and the free version to the V2021 branch
Switch to the V4.0-develop,V5-develop branch and the free version to the V2021 branch
![](doc/images/commits.jpg)

## Licensing agreement
Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ https://github.com/sanluan/PublicCMS

## 参与开发

切换到develop,V5-develop分支,免费版本切换到V2021分支
切换到V4.0-develop,V5-develop分支,免费版本切换到V2021分支
![](doc/images/commits.jpg)

## 授权协议
Expand Down
15 changes: 8 additions & 7 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ which versions are currently being supported with security updates.
| Version | Supported |
| ------- | ------------------ |
|V5-develop| :white_check_mark: |
| develop | :white_check_mark: |
| 4.0 | :white_check_mark: |
| 2021 | :white_check_mark: |
| 2019 | :x: |
| 2017 | :x: |
| 2016 | :x: |
| 1.0 | :x: |
| V4.0-develop | :white_check_mark: |
| V5 | :white_check_mark: |
| V4.0 | :white_check_mark: |
| V2021 | :white_check_mark: |
| V2019 | :x: |
| V2017 | :x: |
| V2016 | :x: |
| V1.0 | :x: |

## Reporting a Vulnerability
Please report security issues to [email protected]
10 changes: 10 additions & 0 deletions Update History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 202406.f

bug fixed:

1. tag type save
1. place data import
1. editor history
1. xss(https://gitee.com/sanluan/PublicCMS/issues/IB1Q5J,https://gitee.com/sanluan/PublicCMS/issues/IB2BUV)
1. data error(https://gitee.com/sanluan/PublicCMS/issues/IB2KUS)

## 202406.e

new feature:
Expand Down
2 changes: 1 addition & 1 deletion publiccms-parent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ subprojects {
apply plugin: "eclipse-wtp"

group = "com.publiccms"
version = "V4.0.202406.e"
version = "V4.0.202406.f"

test.enabled = false

Expand Down
2 changes: 1 addition & 1 deletion publiccms-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<maven.compiler.source>${java.version}</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
<version.publiccms>V4.0.202406.e</version.publiccms>
<version.publiccms>V4.0.202406.f</version.publiccms>
<!-- https://mvnrepository.com/artifact/javax.servlet/javax.servlet-api -->
<!-- 5,6 for jakarta -->
<version.servlet>4.0.1</version.servlet>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static final String getVersion() {
* @return revision
*/
public static final String getRevision() {
return "e";
return "f";
}

/**
Expand Down

0 comments on commit b875365

Please sign in to comment.