Skip to content

Commit 153197a

Browse files
committed
Remove old since tags (3.0 / 3.1)
1 parent 7e37144 commit 153197a

497 files changed

Lines changed: 0 additions & 588 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ts/WoltLabSuite/Core/Acp/Ui/User/Editor.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* @author Alexander Ebert
55
* @copyright 2001-2019 WoltLab GmbH
66
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
7-
* @since 3.1
87
*/
98

109
import AcpUserContentRemoveHandler from "./Content/Remove/Handler";

wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/User/Editor.js

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wcfsetup/install/files/lib/acp/form/AbstractAcpForm.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
* @author Alexander Ebert
1717
* @copyright 2001-2019 WoltLab GmbH
1818
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
19-
* @since 3.1
2019
* @deprecated 6.2 Use FormBuilder instead.
2120
*/
2221
abstract class AbstractAcpForm extends AbstractForm

wcfsetup/install/files/lib/acp/form/AbstractBulkProcessingForm.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
* @author Matthias Schmidt
1818
* @copyright 2001-2019 WoltLab GmbH
1919
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
20-
* @since 3.0
2120
*/
2221
abstract class AbstractBulkProcessingForm extends AbstractForm
2322
{

wcfsetup/install/files/lib/acp/form/AbstractCustomOptionForm.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* @author Alexander Ebert
1515
* @copyright 2001-2019 WoltLab GmbH
1616
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
17-
* @since 3.1
1817
* @deprecated 6.2 Use `AbstractFormOptionAddForm` instead
1918
*/
2019
abstract class AbstractCustomOptionForm extends AbstractAcpForm

wcfsetup/install/files/lib/acp/form/ArticleAddForm.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
* @author Marcel Werk
3838
* @copyright 2001-2019 WoltLab GmbH
3939
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
40-
* @since 3.0
4140
*/
4241
class ArticleAddForm extends AbstractForm
4342
{

wcfsetup/install/files/lib/acp/form/ArticleCategoryAddForm.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
* @author Marcel Werk
1616
* @copyright 2001-2019 WoltLab GmbH
1717
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
18-
* @since 3.0
1918
*/
2019
class ArticleCategoryAddForm extends CategoryAddFormBuilderForm
2120
{

wcfsetup/install/files/lib/acp/form/ArticleCategoryEditForm.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
* @author Marcel Werk
99
* @copyright 2001-2019 WoltLab GmbH
1010
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
11-
* @since 3.0
1211
*/
1312
class ArticleCategoryEditForm extends ArticleCategoryAddForm
1413
{

wcfsetup/install/files/lib/acp/form/ArticleEditForm.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
* @author Marcel Werk
2525
* @copyright 2001-2019 WoltLab GmbH
2626
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
27-
* @since 3.0
2827
*/
2928
class ArticleEditForm extends ArticleAddForm
3029
{

wcfsetup/install/files/lib/acp/form/BoxAddForm.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
* @author Marcel Werk
3939
* @copyright 2001-2019 WoltLab GmbH
4040
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
41-
* @since 3.0
4241
*/
4342
class BoxAddForm extends AbstractForm
4443
{

0 commit comments

Comments
 (0)