Skip to content

Releases: fengkaijia/iplacard

iPlacard 2.3.5

06 Aug 02:45
Compare
Choose a tag to compare
  • 不再需求 MySQL 禁用 only_full_group_by / Disabling MySQL's only_full_group_by is not required since this version
  • 修复一处导出数据时笔记不完整回归错误 / Fix a regression that results in incomplete notes during export
  • 席位分配模式下不再因帐单到期释放席位 / No longer release seats after invoice overdue in seat assign mode
  • 次要修补 / Minor fixes

iPlacard 2.3.4

17 Jun 10:58
Compare
Choose a tag to compare
  • 修复一处因框架更新造成的删除代表资料回归错误,当 Cron 脚本删除代表信息时,不含补丁的代码可能锁死 Cron 任务 / Fix a regression in deleting delegate caused by framework upgrade; Cron task that removes deleted delegate information might lock Cron script when running an unpatched version of codes
  • 次要修补 / Minor fixes

iPlacard 2.3.3

08 Jun 09:55
Compare
Choose a tag to compare
  • 修复一处因框架更新造成的当前会话活动显示回归错误,在不含补丁的当前会话活动页面上,同一浏览器短时间内连续登录登出将会被显示为多条记录(而不是一条),此问题不影响退出所有其他会话功能 / Fix a regression in viewing Current Active Sessions caused by framework upgrade; consistent logins from the same browser in a short period of time might result in multiple entries (instead of one) in an un-patched Current Active Sessions view; this issue does not affect the Quit All Other Active Sessions function
  • 修复其他在较新版本 PHP 中运行时出现的兼容性错误 / Compatibility fixes for running on some newer versions of PHP

iPlacard 2.3.2

19 Mar 14:05
Compare
Choose a tag to compare
  • 修复一个文档未公开功能的远程代码执行漏洞,可允许潜在的攻击者在一个开启动态文件生成功能(默认关闭)的 iPlacard 实例上通过其他方式取得会务管理员权限后执行任意代码 / Fix a remote code execution exploit in an undocumented function, which may potentially allow an attacker to execute remove commands after obtaining access to an account with admin role in an iPlacard instance that has dynamic document generation function enabled (disabled by default)
  • 修复知识库全文索引 / Fix knowledgebase fulltext index

iPlacard 2.3.1

22 Sep 05:41
Compare
Choose a tag to compare
  • 修复在高延迟环境下新版本 Chrome 载入代表信息边栏锁死 / Fix browser lock in new version of Chrome when loading sidebar at delegate information page
  • 界面修补 / Minor fixes in UI

iPlacard 2.3

02 Aug 16:30
Compare
Choose a tag to compare
  • 公开采用双许可证私有协议 / Make copies available to the public under dual-licensed proprietary copyright notice
  • 迁移到 Composer / Migrate to Composer
  • 升级 CodeIgniter 到版本 3 / Upgrade CodeIgniter to version 3
  • 移动第三方文件到子库 / Move third-party CSS, JS and fonts to a sub-repo
  • 移除候补席位机制 / Remove seat back-order mechanism
  • 标准化数据表结构 / Standardize database structure
  • 新增安装流程和初始化数据库及相关文档 / Add installation procedure, database and related documents