Skip to content

Commit

Permalink
Deprecate Fields in 2.x - Radio/Select-Felder aus YForm 3 für YForm F…
Browse files Browse the repository at this point in the history
…ield 3 entfernen
  • Loading branch information
alxndr-w committed Jan 6, 2025
1 parent 20a8205 commit a1f8d56
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 19 deletions.
6 changes: 3 additions & 3 deletions lang/de_de.lang
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ yform_field_info_donate = Anders als die meisten Addons aus der REDAXO-Community

yform_field_donate = Weiterentwicklung unterstützen

yform_values_select_sql_description = 🧩 YForm Field: Das <code>select_sql</code>-Feld aus YForm 3.x
yform_values_select_sql_description = 🧩 YForm Field: Das <code>select_sql</code>-Feld aus YForm 3.x <strong>In kommender Version von YForm Field wird dieses Feld entfernt!</strong>

yform_values_radio_description = 🧩 YForm Field: Das <code>radio</code>-Feld aus YForm 3.x
yform_values_radio_description = 🧩 YForm Field: Das <code>radio</code>-Feld aus YForm 3.x. <strong>In kommender Version von YForm Field wird dieses Feld entfernt!</strong>

yform_values_radio_sql_description = 🧩 YForm Field: Das <code>radio_sql</code>-Feld aus YForm 3.x
yform_values_radio_sql_description = 🧩 YForm Field: Das <code>radio_sql</code>-Feld aus YForm 3.x <strong>In kommender Version von YForm Field wird dieses Feld entfernt!</strong>

yform_values_domain_description = 🧩 YForm Field: Stellt ein Auswahl-Feld zur Verfügung, um eine oder mehrere Domains auszuwählen.

Expand Down
5 changes: 1 addition & 4 deletions lib/yform/value/radio.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
<?php

/**
* yform.
*
* @author jan.kristinus[at]redaxo[dot]org Jan Kristinus
* @author <a href="http://www.yakamara.de">www.yakamara.de</a>
* @deprecated In Version 3.x von yform_field wird dieses Feld voraussichtlich gelöscht, oder nicht weiter gewartet.
*/

class rex_yform_value_radio extends rex_yform_value_abstract
Expand Down
5 changes: 1 addition & 4 deletions lib/yform/value/radio_sql.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
<?php

/**
* yform.
*
* @author jan.kristinus[at]redaxo[dot]org Jan Kristinus
* @author <a href="http://www.yakamara.de">www.yakamara.de</a>
* @deprecated In Version 3.x von yform_field wird dieses Feld voraussichtlich gelöscht, oder nicht weiter gewartet.
*/

class rex_yform_value_radio_sql extends rex_yform_value_abstract
Expand Down
5 changes: 1 addition & 4 deletions lib/yform/value/select.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
<?php

/**
* yform.
*
* @author jan.kristinus[at]redaxo[dot]org Jan Kristinus
* @author <a href="http://www.yakamara.de">www.yakamara.de</a>
* @deprecated In Version 3.x von yform_field wird dieses Feld voraussichtlich gelöscht, oder nicht weiter gewartet.
*/

class rex_yform_value_select extends rex_yform_value_abstract
Expand Down
5 changes: 1 addition & 4 deletions lib/yform/value/select_sql.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
<?php

/**
* yform.
*
* @author jan.kristinus[at]redaxo[dot]org Jan Kristinus
* @author <a href="http://www.yakamara.de">www.yakamara.de</a>
* @deprecated In Version 3.x von yform_field wird dieses Feld voraussichtlich gelöscht, oder nicht weiter gewartet.
*/

class rex_yform_value_select_sql extends rex_yform_value_abstract
Expand Down

0 comments on commit a1f8d56

Please sign in to comment.