diff --git a/pom.xml b/pom.xml
index 456b148..60c01e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,14 +6,14 @@
com.ruoyi
ruoyi
- 3.5.0
+ 3.6.0
ruoyi
http://www.ruoyi.vip
若依管理系统
- 3.5.0
+ 3.6.0
UTF-8
UTF-8
1.8
diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml
index 25016b0..a0cb8a8 100644
--- a/ruoyi-admin/pom.xml
+++ b/ruoyi-admin/pom.xml
@@ -5,7 +5,7 @@
ruoyi
com.ruoyi
- 3.5.0
+ 3.6.0
4.0.0
jar
diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml
index 3e6d53b..eb6af14 100644
--- a/ruoyi-admin/src/main/resources/application.yml
+++ b/ruoyi-admin/src/main/resources/application.yml
@@ -3,7 +3,7 @@ ruoyi:
# 名称
name: RuoYi
# 版本
- version: 3.5.0
+ version: 3.6.0
# 版权年份
copyrightYear: 2021
# 实例演示开关
diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml
index 653cfdb..02be00c 100644
--- a/ruoyi-common/pom.xml
+++ b/ruoyi-common/pom.xml
@@ -5,7 +5,7 @@
ruoyi
com.ruoyi
- 3.5.0
+ 3.6.0
4.0.0
diff --git a/ruoyi-framework/pom.xml b/ruoyi-framework/pom.xml
index e6a567c..eb58d18 100644
--- a/ruoyi-framework/pom.xml
+++ b/ruoyi-framework/pom.xml
@@ -5,7 +5,7 @@
ruoyi
com.ruoyi
- 3.5.0
+ 3.6.0
4.0.0
diff --git a/ruoyi-generator/pom.xml b/ruoyi-generator/pom.xml
index d65176e..c87ee7c 100644
--- a/ruoyi-generator/pom.xml
+++ b/ruoyi-generator/pom.xml
@@ -5,7 +5,7 @@
ruoyi
com.ruoyi
- 3.5.0
+ 3.6.0
4.0.0
diff --git a/ruoyi-quartz/pom.xml b/ruoyi-quartz/pom.xml
index 477333c..67b7abd 100644
--- a/ruoyi-quartz/pom.xml
+++ b/ruoyi-quartz/pom.xml
@@ -5,7 +5,7 @@
ruoyi
com.ruoyi
- 3.5.0
+ 3.6.0
4.0.0
diff --git a/ruoyi-system/pom.xml b/ruoyi-system/pom.xml
index c68f4c2..da5569e 100644
--- a/ruoyi-system/pom.xml
+++ b/ruoyi-system/pom.xml
@@ -5,7 +5,7 @@
ruoyi
com.ruoyi
- 3.5.0
+ 3.6.0
4.0.0
diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json
index 3e5c3ea..b765eee 100644
--- a/ruoyi-ui/package.json
+++ b/ruoyi-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "ruoyi",
- "version": "3.5.0",
+ "version": "3.6.0",
"description": "若依管理系统",
"author": "若依",
"license": "MIT",
diff --git a/ruoyi-ui/src/views/index.vue b/ruoyi-ui/src/views/index.vue
index f824971..1fc8586 100644
--- a/ruoyi-ui/src/views/index.vue
+++ b/ruoyi-ui/src/views/index.vue
@@ -147,6 +147,45 @@
更新日志
+
+
+ - 角色管理新增分配用户功能
+ - 用户管理新增分配角色功能
+ - 日志列表支持排序操作
+ - 优化参数&字典缓存操作
+ - 系统布局配置支持动态标题开关
+ - 菜单路由配置支持内链访问
+ - 默认访问后端首页新增提示语
+ - 富文本默认上传返回url类型
+ - 新增自定义弹窗拖拽指令
+ - 全局注册常用通用组件
+ - 全局挂载字典标签组件
+ - ImageUpload组件支持多图片上传
+ - FileUpload组件支持多文件上传
+ - 文件上传组件添加数量限制属性
+ - 富文本编辑组件添加类型属性
+ - 富文本组件工具栏配置视频
+ - 封装通用iframe组件
+ - 限制超级管理员不允许操作
+ - 用户信息长度校验限制
+ - 分页组件新增pagerCount属性
+ - 添加bat脚本执行应用
+ - 升级oshi到最新版本v5.7.4
+ - 升级element-ui到最新版本2.15.2
+ - 升级pagehelper到最新版1.3.1
+ - 升级commons.io到最新版本v2.10.0
+ - 升级commons.fileupload到最新版本v1.4
+ - 升级swagger到最新版本v3.0.0
+ - 修复关闭confirm提示框控制台报错问题
+ - 修复存在的SQL注入漏洞问题
+ - 定时任务屏蔽rmi远程调用
+ - 修复用户搜索分页变量错误
+ - 修复导出角色数据范围翻译缺少仅本人
+ - 修复表单构建选择下拉选择控制台报错问题
+ - 优化图片工具类读取文件
+ - 其他细节优化
+
+
- 新增菜单导航显示风格TopNav(false为左侧导航菜单,true为顶部导航菜单)
@@ -566,7 +605,7 @@ export default {
data() {
return {
// 版本号
- version: "3.5.0",
+ version: "3.6.0",
};
},
methods: {