update release date

This commit is contained in:
xiaomlove
2026-02-01 14:41:43 +07:00
parent a712a3f1e4
commit 5c9caa7a46
4 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
English | [中文](/)
Complete PT website building solution. Based on NexusPHP + Laravel + Filament.
Complete PT website building solution. Based on NexusPHP + Laravel + FilamentPHP.
Welcome to participate in internationalization work, click [here](https://github.com/xiaomlove/nexusphp/discussions/193) for more information

View File

@@ -1,6 +1,6 @@
中文 | [English](/README-EN.md)
完整的 PT 建站解决方案。基于 NexusPHP + Laravel + Filament。
完整的 PT 建站解决方案。基于 NexusPHP + Laravel + FilamentPHP
欢迎参与国际化工作,点击 [这里](https://github.com/xiaomlove/nexusphp/discussions/193) 了解详情

View File

@@ -249,6 +249,7 @@ class Exam extends NexusModel
public function getRecurringEnd(Carbon $time): Carbon
{
$time = $time->copy();
$recurring = $this->recurring;
if ($recurring == self::RECURRING_WEEKLY) {
return $time->endOfWeek();

View File

@@ -1,6 +1,6 @@
<?php
defined('VERSION_NUMBER') || define('VERSION_NUMBER', '1.10.0');
defined('RELEASE_DATE') || define('RELEASE_DATE', '2026-01-31');
defined('RELEASE_DATE') || define('RELEASE_DATE', '2026-02-01');
defined('IN_TRACKER') || define('IN_TRACKER', false);
defined('PROJECTNAME') || define("PROJECTNAME","NexusPHP");
defined('NEXUSPHPURL') || define("NEXUSPHPURL","https://nexusphp.org");