Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
版本号更新
Browse files Browse the repository at this point in the history
  • Loading branch information
yuantuo666 committed Oct 24, 2022
1 parent 8e3502a commit ae24800
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PanDownload 网页复刻版,PHP 语言版<br/>

由于百度网盘修改分享页面JavaScript代码,导致 `2.1.3` 及以前版本失效。详细信息参见[#93](https://github.com/yuantuo666/baiduwp-php/issues/93)

由于百度网盘修改获取sign参数接口,导致所有旧版本失效,请更新至 `2.2.3` 或更新版本体验本项目。<br/>
由于百度网盘修改分享下载接口参数,导致所有旧版本失效,请更新至 `2.2.4.1` 或更新版本体验本项目。<br/>

<div align="center"><a href="https://www.bilibili.com/video/BV1N5411A77n"><img src="https://i.loli.net/2021/04/04/9NJ2lC4T78o1XmZ.png" width="500"><br /><b>点此查看本项目安装、配置、使用视频教程</b></a></div>

Expand Down Expand Up @@ -67,7 +67,7 @@ PanDownload 网页复刻版,PHP 语言版<br/>
**SVIP账号**中可设置**SVIP账号****BDUSS****STOKEN**,添加账号后记得进入**会员账号切换模式**将模式改成**顺序模式****轮换模式**。<br />

## 📦New Changes
- 当前版本: `2.2.4`
- 当前版本: `2.2.4.1` (2.2.4版本未更新版本号)
- 更新日期:2022-10-24
- 修改内容:
- ⚠错误修复
Expand Down
8 changes: 8 additions & 0 deletions Update.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Update
### `2.2.4` 版本:
- 更新日期:2022-10-24
- 修改内容:
- ⚠错误修复
- 修复 因百度对下载接口调整导致的失效问题 #224
- ♻代码优化
- 可发送下载任务至文件蜈蚣下载 #187

### `2.2.3` 版本:
- 更新日期:2022-10-07
- 修改内容:
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* @link https://space.bilibili.com/88197958
*
*/
$programVersion_Index = "2.2.3";
$programVersion_Index = "2.2.4.1";
session_start();
define('init', true);
if (version_compare(PHP_VERSION, '7.0.0', '<')) {
Expand Down
2 changes: 1 addition & 1 deletion install/config_raw
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @link https://imwcr.cn/
* @link https://space.bilibili.com/88197958
*/
const programVersion = '2.2.3';
const programVersion = '2.2.4.1';
if (!defined('init')) {
http_response_code(403); header('Content-Type: text/plain; charset=utf-8'); header('Refresh: 3;url=./');
die("HTTP 403 禁止访问!\r\n此文件是 PanDownload 网页复刻版 PHP 语言版项目版本 " . programVersion . " 的配置文件!\r\n禁止直接访问!");
Expand Down
2 changes: 1 addition & 1 deletion updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
*
*/

$programVersion_Updater = "2.2.3";
$programVersion_Updater = "2.2.4.1";

0 comments on commit ae24800

Please sign in to comment.