Tag database with v2
This commit is contained in:
parent
f5311e8b6f
commit
2ec363ca63
|
@ -1,4 +1,4 @@
|
|||
camper (0.0~git00000000000000.0000000-1) bookworm; urgency=medium
|
||||
camper (1.2~git00000000000000.0000000-1) bookworm; urgency=medium
|
||||
|
||||
* Initial release
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
package build
|
||||
|
||||
const Version = "1.0~git"
|
||||
const Version = "1.2~git"
|
||||
|
|
|
@ -168,6 +168,8 @@ edit_campsite_type [edit_campsite_type@v1 campsite_type__check_in_out] 2024-01-2
|
|||
campsite_type_i18n__check_in_out [campsite_type_i18n] 2024-01-22T18:07:21Z jordi fita mas <jordi@tandem.blog> # Add check_in and check_out fields to campsite_type_i18n
|
||||
translate_campsite_type [translate_campsite_type@v1 campsite_type_i18n__check_in_out] 2024-01-22T18:14:26Z jordi fita mas <jordi@tandem.blog> # Add check_in and check_out parameters to translate_campsite_type function
|
||||
remove_campsite_type_option [roles schema_camper campsite_type_option campsite_type_option_i18n campsite_type_option_cost] 2024-01-22T19:25:03Z jordi fita mas <jordi@tandem.blog> # Add function to remove campsite type options
|
||||
@v2 2024-01-29T00:55:22Z jordi fita mas <jordi@tandem.blog> # Version 2
|
||||
|
||||
home [roles schema_camper company user_profile] 2024-01-23T10:02:08Z jordi fita mas <jordi@tandem.blog> # Add table to hold texts for home page
|
||||
setup_home [roles schema_camper home] 2024-01-23T10:14:14Z jordi fita mas <jordi@tandem.blog> # Add function to set up home page
|
||||
home_i18n [roles schema_camper home] 2024-01-23T10:19:47Z jordi fita mas <jordi@tandem.blog> # Add table to hold translated texts for home page
|
||||
|
|
Loading…
Reference in New Issue