diff --git a/doc/api/resources/carts.rst b/doc/api/resources/carts.rst index 3076257a6d..a717880dd0 100644 --- a/doc/api/resources/carts.rst +++ b/doc/api/resources/carts.rst @@ -42,10 +42,6 @@ seat objects The assigned se └ seat_guid string Identifier of the seat within the seating plan ===================================== ========================== ======================================================= -.. versionchanged:: 1.17 - - This resource has been added. - .. versionchanged:: 3.0 This ``seat`` attribute has been added. diff --git a/doc/api/resources/categories.rst b/doc/api/resources/categories.rst index 1fad90fbb8..ec8613d872 100644 --- a/doc/api/resources/categories.rst +++ b/doc/api/resources/categories.rst @@ -25,14 +25,6 @@ is_addon boolean If ``true``, it defining add-ons for other products. ===================================== ========================== ======================================================= -.. versionchanged:: 1.14 - - The operations POST, PATCH, PUT and DELETE have been added. - -.. versionchanged:: 1.16 - - The field ``internal_name`` has been added. - Endpoints --------- diff --git a/doc/api/resources/checkinlists.rst b/doc/api/resources/checkinlists.rst index d1a2edad5c..edb564d98e 100644 --- a/doc/api/resources/checkinlists.rst +++ b/doc/api/resources/checkinlists.rst @@ -36,22 +36,6 @@ rules object Custom check-in exit_all_at datetime Automatically check out (i.e. perform an exit scan) at this point in time. After this happened, this property will automatically be set exactly one day into the future. Note that this field is considered "internal configuration" and if you pull the list with ``If-Modified-Since``, the daily change in this field will not trigger a response. ===================================== ========================== ======================================================= -.. versionchanged:: 1.10 - - This resource has been added. - -.. versionchanged:: 1.11 - - The ``positions`` endpoints have been added. - -.. versionchanged:: 1.13 - - The ``include_pending`` field has been added. - -.. versionchanged:: 3.2 - - The ``auto_checkin_sales_channels`` field has been added. - .. versionchanged:: 3.9 The ``subevent`` attribute may now be ``null`` inside event series. The ``allow_multiple_entries``, @@ -68,10 +52,6 @@ exit_all_at datetime Automatically c Endpoints --------- -.. versionchanged:: 1.15 - - The ``../status/`` detail endpoint has been added. - .. http:get:: /api/v1/organizers/(organizer)/events/(event)/checkinlists/ Returns a list of all check-in lists within a given event. @@ -380,29 +360,6 @@ Endpoints Order position endpoints ------------------------ -.. versionchanged:: 1.15 - - The order positions endpoint has been extended by the filter queries ``item__in``, ``variation__in``, - ``order__status__in``, ``subevent__in``, ``addon_to__in``, and ``search``. The search for attendee names and order - codes is now case-insensitive. - - The ``.../redeem/`` endpoint has been added. - -.. versionchanged:: 2.0 - - The order positions endpoint has been extended by the filter queries ``voucher`` and ``voucher__code``. - -.. versionchanged:: 2.7 - - The resource now contains the new attributes ``require_attention`` and ``order__status`` and accepts the new - ``ignore_status`` filter. The ``attendee_name`` field is now "smart" (see below) and the redemption endpoint - returns ``400`` instead of ``404`` on tickets which are known but not paid. - -.. versionchanged:: 3.2 - - The ``checkins`` dict now also contains a ``auto_checked_in`` value to indicate if the check-in has been performed - automatically by the system. - .. http:get:: /api/v1/organizers/(organizer)/events/(event)/checkinlists/(list)/positions/ Returns a list of all order positions within a given event. The result is the same as diff --git a/doc/api/resources/events.rst b/doc/api/resources/events.rst index 207cdf8f71..25b641f6b7 100644 --- a/doc/api/resources/events.rst +++ b/doc/api/resources/events.rst @@ -52,31 +52,6 @@ sales_channels list A list of sales ===================================== ========================== ======================================================= -.. versionchanged:: 1.7 - - The ``meta_data`` field has been added. - -.. versionchanged:: 1.15 - - The ``plugins`` field has been added. - The operations POST, PATCH, PUT and DELETE have been added. - -.. versionchanged:: 2.1 - - Filters have been added to the list of events. - -.. versionchanged:: 2.5 - - The ``testmode`` attribute has been added. - -.. versionchanged:: 2.8 - - When cloning events, the ``testmode`` attribute will now be cloned, too. - -.. versionchanged:: 3.0 - - The attributes ``seating_plan`` and ``seat_category_mapping`` have been added. - .. versionchanged:: 3.3 The attributes ``geo_lat`` and ``geo_lon`` have been added. diff --git a/doc/api/resources/invoices.rst b/doc/api/resources/invoices.rst index 086e8b206a..b54c0ecf6c 100644 --- a/doc/api/resources/invoices.rst +++ b/doc/api/resources/invoices.rst @@ -46,24 +46,6 @@ internal_reference string Customer's refe ===================================== ========================== ======================================================= -.. versionchanged:: 1.6 - - The attribute ``invoice_no`` has been dropped in favor of ``number`` which includes the number including the prefix, - since the prefix can now vary. Also, invoices now need to be identified by their ``number`` instead of the raw - number. - - -.. versionchanged:: 1.7 - - The attributes ``lines.tax_name``, ``foreign_currency_display``, ``foreign_currency_rate``, and - ``foreign_currency_rate_date`` have been added. - - -.. versionchanged:: 1.9 - - The attribute ``internal_reference`` has been added. - - .. versionchanged:: 3.4 The attribute ``lines.number`` has been added. diff --git a/doc/api/resources/item_add-ons.rst b/doc/api/resources/item_add-ons.rst index 2e3078eb86..b68bfcf269 100644 --- a/doc/api/resources/item_add-ons.rst +++ b/doc/api/resources/item_add-ons.rst @@ -28,10 +28,6 @@ multi_allowed boolean Adding the same price_included boolean Adding this add-on to the item is free ===================================== ========================== ======================================================= -.. versionchanged:: 1.12 - - This resource has been added. - Endpoints --------- diff --git a/doc/api/resources/item_bundles.rst b/doc/api/resources/item_bundles.rst index 1babc4bede..c66a959efc 100644 --- a/doc/api/resources/item_bundles.rst +++ b/doc/api/resources/item_bundles.rst @@ -30,10 +30,6 @@ designated_price money (string) Designated pric taxation. This is not added to the price. ===================================== ========================== ======================================================= -.. versionchanged:: 2.6 - - This resource has been added. - Endpoints --------- diff --git a/doc/api/resources/item_variations.rst b/doc/api/resources/item_variations.rst index 6f0367dffe..e92ad33c72 100644 --- a/doc/api/resources/item_variations.rst +++ b/doc/api/resources/item_variations.rst @@ -26,14 +26,6 @@ description multi-lingual string A public descri position integer An integer, used for sorting ===================================== ========================== ======================================================= -.. versionchanged:: 2.7 - - The attribute ``original_price`` has been added. - -.. versionchanged:: 1.12 - - This resource has been added. - Endpoints --------- diff --git a/doc/api/resources/items.rst b/doc/api/resources/items.rst index d5a478250b..c9d513d808 100644 --- a/doc/api/resources/items.rst +++ b/doc/api/resources/items.rst @@ -118,44 +118,6 @@ bundles list of objects Definition of b meta_data object Values set for event-specific meta data parameters. ===================================== ========================== ======================================================= -.. versionchanged:: 2.7 - - The attribute ``original_price`` has been added for ``variations``. - -.. versionchanged:: 1.7 - - The attribute ``tax_rule`` has been added. ``tax_rate`` is kept for compatibility. The attribute - ``checkin_attention`` has been added. - -.. versionchanged:: 1.12 - - The write operations ``POST``, ``PATCH``, ``PUT``, and ``DELETE`` have been added. - The attribute ``price_included`` has been added to ``addons``. - -.. versionchanged:: 1.16 - - The ``internal_name`` and ``original_price`` fields have been added. - -.. versionchanged:: 2.0 - - The field ``require_approval`` has been added. - -.. versionchanged:: 2.3 - - The ``sales_channels`` attribute has been added. - -.. versionchanged:: 2.4 - - The ``generate_tickets`` attribute has been added. - -.. versionchanged:: 2.6 - - The ``bundles`` and ``require_bundling`` attributes have been added. - -.. versionchanged:: 3.0 - - The ``show_quota_left``, ``allow_waitinglist``, and ``hidden_if_available`` attributes have been added. - .. versionchanged:: 3.7 The attribute ``meta_data`` has been added. diff --git a/doc/api/resources/orders.rst b/doc/api/resources/orders.rst index 133aab76a7..443df60b3b 100644 --- a/doc/api/resources/orders.rst +++ b/doc/api/resources/orders.rst @@ -94,60 +94,6 @@ last_modified datetime Last modificati ===================================== ========================== ======================================================= -.. versionchanged:: 1.6 - - The ``invoice_address.country`` attribute contains a two-letter country code for all new orders. For old orders, - a custom text might still be returned. - -.. versionchanged:: 1.7 - - The attributes ``invoice_address.vat_id_validated`` and ``invoice_address.is_business`` have been added. - The attributes ``order.payment_fee``, ``order.payment_fee_tax_rate`` and ``order.payment_fee_tax_value`` have been - deprecated in favor of the new ``fees`` attribute but will still be served and removed in 1.9. - -.. versionchanged:: 1.9 - - First write operations (``…/mark_paid/``, ``…/mark_pending/``, ``…/mark_canceled/``, ``…/mark_expired/``) have been added. - The attribute ``invoice_address.internal_reference`` has been added. - -.. versionchanged:: 1.13 - - The field ``checkin_attention`` has been added. - -.. versionchanged:: 1.15 - - The attributes ``order.payment_fee``, ``order.payment_fee_tax_rate``, ``order.payment_fee_tax_value`` and - ``order.payment_fee_tax_rule`` have finally been removed. - -.. versionchanged:: 1.16 - - The attributes ``order.last_modified`` as well as the corresponding filters to the resource have been added. - An endpoint for order creation as well as ``…/mark_refunded/`` has been added. - -.. versionchanged:: 2.0 - - The ``order.payment_date`` and ``order.payment_provider`` attributes have been deprecated in favor of the new - nested ``payments`` and ``refunds`` resources, but will still be served and removed in 2.2. The ``require_approval`` - attribute has been added, as have been the ``…/approve/`` and ``…/deny/`` endpoints. - -.. versionchanged:: 2.3 - - The ``sales_channel`` attribute has been added. - -.. versionchanged:: 2.4 - - ``order.status`` can no longer be ``r``, ``…/mark_canceled/`` now accepts a ``cancellation_fee`` parameter and - ``…/mark_refunded/`` has been deprecated. - -.. versionchanged:: 2.5 - - The ``testmode`` attribute has been added and ``DELETE`` has been implemented for orders. - -.. versionchanged:: 3.1 - - The ``invoice_address.state`` and ``url`` attributes have been added. When creating orders through the API, - vouchers are now supported and many fields are now optional. - .. versionchanged:: 3.5 The ``order.fees.canceled`` attribute has been added. @@ -233,30 +179,6 @@ pdf_data object Data object req ``pdf_data=true`` query parameter to your request. ===================================== ========================== ======================================================= -.. versionchanged:: 1.7 - - The attribute ``tax_rule`` has been added. - -.. versionchanged:: 1.11 - - The attribute ``checkins.list`` has been added. - -.. versionchanged:: 1.14 - - The attributes ``answers.question_identifier`` and ``answers.option_identifiers`` have been added. - -.. versionchanged:: 1.16 - - The attributes ``pseudonymization_id`` and ``pdf_data`` have been added. - -.. versionchanged:: 3.0 - - The attribute ``seat`` has been added. - -.. versionchanged:: 3.2 - - The value ``auto_checked_in`` has been added to the ``checkins``-attribute. - .. versionchanged:: 3.3 The ``url`` of a ticket ``download`` can now also return a ``text/uri-list`` instead of a file. See @@ -306,14 +228,6 @@ details object Payment-specifi the object is empty. ===================================== ========================== ======================================================= -.. versionchanged:: 2.0 - - This resource has been added. - -.. versionchanged:: 3.1 - - The attributes ``payment_url`` and ``details`` have been added. - .. _order-refund-resource: Order refund resource @@ -334,17 +248,9 @@ execution_date datetime Date and time o provider string Identification string of the payment provider ===================================== ========================== ======================================================= -.. versionchanged:: 2.0 - - This resource has been added. - List of all orders ------------------ -.. versionchanged:: 1.15 - - Filtering for emails or order codes is now case-insensitive. - .. versionchanged:: 3.5 The ``include_canceled_positions`` and ``include_canceled_fees`` query parameters have been added. @@ -1450,21 +1356,6 @@ Sending e-mails List of all order positions --------------------------- -.. versionchanged:: 1.15 - - The order positions endpoint has been extended by the filter queries ``item__in``, ``variation__in``, - ``order__status__in``, ``subevent__in``, ``addon_to__in`` and ``search``. The search for attendee names and order - codes is now case-insensitive. - -.. versionchanged:: 2.0 - - The order positions endpoint has been extended by the filter queries ``voucher``, ``voucher__code`` and - ``pseudonymization_id``. - -.. versionchanged:: 3.2 - - The value ``auto_checked_in`` has been added to the ``checkins``-attribute. - .. versionchanged:: 3.5 The ``include_canceled_positions`` and ``include_canceled_fees`` query parameters have been added. @@ -1804,10 +1695,6 @@ Manipulating individual positions Order payment endpoints ----------------------- -.. versionchanged:: 2.0 - - These endpoints have been added. - .. versionchanged:: 3.6 Payments can now be created through the API. @@ -2087,10 +1974,6 @@ Order payment endpoints Order refund endpoints ---------------------- -.. versionchanged:: 2.0 - - These endpoints have been added. - .. http:get:: /api/v1/organizers/(organizer)/events/(event)/orders/(code)/refunds/ Returns a list of all refunds for an order. diff --git a/doc/api/resources/question_options.rst b/doc/api/resources/question_options.rst index 28398244a9..19def62c68 100644 --- a/doc/api/resources/question_options.rst +++ b/doc/api/resources/question_options.rst @@ -19,10 +19,6 @@ identifier string An arbitrary st answer multi-lingual string The displayed value of this option ===================================== ========================== ======================================================= -.. versionchanged:: 1.12 - - This resource has been added. - Endpoints --------- diff --git a/doc/api/resources/questions.rst b/doc/api/resources/questions.rst index f790dbce47..1ba8ee9c9e 100644 --- a/doc/api/resources/questions.rst +++ b/doc/api/resources/questions.rst @@ -75,28 +75,6 @@ dependency_value string An old version for one value. **Deprecated.** ===================================== ========================== ======================================================= -.. versionchanged:: 1.12 - - The values ``D``, ``H``, and ``W`` for the field ``type`` are now allowed and the ``ask_during_checkin`` field has - been added. - -.. versionchanged:: 1.14 - - Write methods have been added. The attribute ``identifier`` has been added to both the resource itself and the - options resource. The ``position`` attribute has been added to the options resource. - -.. versionchanged:: 2.7 - - The attribute ``hidden`` and the question type ``CC`` have been added. - -.. versionchanged:: 3.0 - - The attribute ``dependency_values`` has been added. - -.. versionchanged:: 3.1 - - The attribute ``print_on_invoice`` has been added. - .. versionchanged:: 3.5 The attribute ``help_text`` has been added. diff --git a/doc/api/resources/quotas.rst b/doc/api/resources/quotas.rst index 2d7f416fcb..b7939c3589 100644 --- a/doc/api/resources/quotas.rst +++ b/doc/api/resources/quotas.rst @@ -30,14 +30,6 @@ release_after_exit boolean Whether the quo have been scanned at an exit. ===================================== ========================== ======================================================= -.. versionchanged:: 1.10 - - The write operations ``POST``, ``PATCH``, ``PUT``, and ``DELETE`` have been added. - -.. versionchanged:: 3.0 - - The attributes ``close_when_sold_out`` and ``closed`` have been added. - .. versionchanged:: 3.10 The attribute ``release_after_exit`` has been added. diff --git a/doc/api/resources/seatingplans.rst b/doc/api/resources/seatingplans.rst index 4086f1ce1a..2a0fdd005e 100644 --- a/doc/api/resources/seatingplans.rst +++ b/doc/api/resources/seatingplans.rst @@ -20,10 +20,6 @@ layout object JSON representa still evolves. The version in use can be found `here`_. ===================================== ========================== ======================================================= -.. versionchanged:: 3.0 - - This endpoint has been added. - Endpoints --------- diff --git a/doc/api/resources/subevents.rst b/doc/api/resources/subevents.rst index 9a5d24ab4b..65d559e277 100644 --- a/doc/api/resources/subevents.rst +++ b/doc/api/resources/subevents.rst @@ -55,25 +55,6 @@ seat_category_mapping object An object mappi last_modified datetime Last modification of this object ===================================== ========================== ======================================================= -.. versionchanged:: 1.7 - - The ``meta_data`` field has been added. - -.. versionchanged:: 2.1 - - The ``event`` field has been added, together with filters on the list of dates and an organizer-level list. - -.. versionchanged:: 2.6 - The write operations ``POST``, ``PATCH``, ``PUT``, and ``DELETE`` have been added. - -.. versionchanged:: 2.7 - - The attribute ``is_public`` has been added. - -.. versionchanged:: 3.0 - - The attributes ``seating_plan`` and ``seat_category_mapping`` have been added. - .. versionchanged:: 3.3 The attributes ``geo_lat`` and ``geo_lon`` have been added. diff --git a/doc/api/resources/taxrules.rst b/doc/api/resources/taxrules.rst index c50ddcc964..37d84942eb 100644 --- a/doc/api/resources/taxrules.rst +++ b/doc/api/resources/taxrules.rst @@ -24,14 +24,6 @@ home_country string Merchant countr ``null`` or empty string ===================================== ========================== ======================================================= -.. versionchanged:: 1.7 - - This resource has been added. - -.. versionchanged:: 1.9 - - The write operations ``POST``, ``PATCH``, ``PUT``, and ``DELETE`` have been added. - Endpoints --------- diff --git a/doc/api/resources/vouchers.rst b/doc/api/resources/vouchers.rst index f3d6de70be..8cdc308389 100644 --- a/doc/api/resources/vouchers.rst +++ b/doc/api/resources/vouchers.rst @@ -46,14 +46,6 @@ show_hidden_items boolean Only if set to ===================================== ========================== ======================================================= -.. versionchanged:: 1.9 - - The write operations ``POST``, ``PATCH``, ``PUT``, and ``DELETE`` have been added. - -.. versionchanged:: 3.0 - - The attribute ``show_hidden_items`` has been added. - .. versionchanged:: 3.4 The attribute ``seat`` has been added. diff --git a/doc/plugins/badges.rst b/doc/plugins/badges.rst index 51be4ba3b5..e46ab7e919 100644 --- a/doc/plugins/badges.rst +++ b/doc/plugins/badges.rst @@ -22,10 +22,6 @@ item_assignments list of objects Products this l └ item integer Item ID ===================================== ========================== ======================================================= -.. versionchanged:: 1.16 - - This resource has been added. - Endpoints --------- diff --git a/doc/plugins/ticketoutputpdf.rst b/doc/plugins/ticketoutputpdf.rst index ccb12327ea..ab5e0cce0a 100644 --- a/doc/plugins/ticketoutputpdf.rst +++ b/doc/plugins/ticketoutputpdf.rst @@ -24,14 +24,6 @@ item_assignments list of objects Products this l └ item integer Item ID ===================================== ========================== ======================================================= -.. versionchanged:: 1.16 - - This resource has been added. - -.. versionchanged:: 2.3 - - The ``item_assignments.sales_channel`` field has been added. - Endpoints --------- diff --git a/doc/user/events/widget.rst b/doc/user/events/widget.rst index ad5db038e5..6e5e55053b 100644 --- a/doc/user/events/widget.rst +++ b/doc/user/events/widget.rst @@ -437,11 +437,6 @@ Hosted or pretix Enterprise are active, you can pass the following fields: -.. versionchanged:: 2.3 - - Data passing options have been added in pretix 2.3. If you use a self-hosted version of pretix, they only work - fully if you configured a redis server. - .. versionchanged:: 3.6 Dynamically opening the widget has been added in pretix 3.6.