date-holidays 3.26.7 → 3.26.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.26.8](https://github.com/commenthol/date-holidays/compare/3.26.7...3.26.8) (2026-01-31)
4
+
5
+ - fix(AU): Corrects ANZAC Day for ACT. [08b1c173](https://github.com/commenthol/date-holidays/commit/08b1c17356a1a8a7c9c20ff107ac9b81f6697bd2)
6
+ - fix(GP MQ): Fix Victor Schoelcher Day is not public holiday [2b2ea2be](https://github.com/commenthol/date-holidays/commit/2b2ea2be976e981ec44594b2231cae901fef8de6)
7
+ - fix(PH,#572): correct EDSA Revolution Anniversary holiday type and notes [3e0809b6](https://github.com/commenthol/date-holidays/commit/3e0809b6749f29ff4482570d03a7437ece30485c)
8
+
3
9
  ## [3.26.7](https://github.com/commenthol/date-holidays/compare/3.26.6...3.26.7) (2026-01-25)
4
10
 
5
11
  - fix(SK): update License attributions [a840072a](https://github.com/commenthol/date-holidays/commit/a840072ab8cabf6ce5ca1c80b88da49b7961d010)
package/LICENSE CHANGED
@@ -52,6 +52,7 @@ https://en.wikipedia.org/wiki/Family_Day_(Canada)
52
52
  https://en.wikipedia.org/wiki/Faroe_Islands#Public_holidays
53
53
  https://en.wikipedia.org/wiki/List_of_public_holidays_in_South_Korea
54
54
  https://en.wikipedia.org/wiki/Nyepi
55
+ https://en.wikipedia.org/wiki/People_Power_Revolution#Commemoration
55
56
  https://en.wikipedia.org/wiki/Public_holidays_in_Albania
56
57
  https://en.wikipedia.org/wiki/Public_holidays_in_Algeria
57
58
  https://en.wikipedia.org/wiki/Public_holidays_in_Andorra
@@ -66,7 +66,7 @@ holidays:
66
66
  name:
67
67
  en: Canberra Day
68
68
  04-25: false
69
- 04-25 if sunday then next monday:
69
+ 04-25 and if saturday,sunday then next monday:
70
70
  substitute: true
71
71
  name:
72
72
  en: Anzac Day
@@ -1,3 +1,4 @@
1
+ # @source https://www.guadeloupe.gouv.fr/layout/set/print/Outils/Liens-utiles/Folder/Professionnels-Toutes-les-demarches#!/particuliers/page/F2405
1
2
  # @attrib https://fr.wikipedia.org/wiki/Guadeloupe#C%C3%A9l%C3%A9brations,_festivit%C3%A9s_et_jours_f%C3%A9ri%C3%A9s
2
3
  # @source https://www.public-holidays.us/FR_FR_2021_Guadeloupe
3
4
  holidays:
@@ -19,5 +20,7 @@ holidays:
19
20
  _name: Abolition of Slavery
20
21
  07-21:
21
22
  name:
22
- fr: Jour de Victor Shoelcher
23
- en: Victor Shoelcher Day
23
+ fr: Jour de Victor Schoelcher
24
+ en: Victor Schoelcher Day
25
+ type: optional
26
+ note: Government offices closed
@@ -1,3 +1,4 @@
1
+ # @source https://www.martinique.gouv.fr/Vous-etes/Association#!/particuliers/page/F2405
1
2
  # @source https://www.public-holidays.us/FR_FR_2021_Martinique
2
3
  # @source https://www.joursferies.fr/pays/martinique.php
3
4
  holidays:
@@ -19,4 +20,6 @@ holidays:
19
20
  07-21:
20
21
  name:
21
22
  fr: Jour de Victor Schoelcher
22
- en: Victor Shoelcher Day
23
+ en: Victor Schoelcher Day
24
+ type: optional
25
+ note: Government offices closed
@@ -30,12 +30,19 @@ holidays:
30
30
  name:
31
31
  en: Lantern Festival
32
32
  fil: Piyesta ng mga Parol Tsino
33
- 02-25:
33
+ # @attrib https://en.wikipedia.org/wiki/People_Power_Revolution#Commemoration
34
+ 02-25 since 2002 prior to 2024:
34
35
  name:
35
36
  en: EDSA Revolution Anniversary
36
37
  fil: Anibersaryo ng Rebolusyon sa EDSA
37
38
  type: optional
38
39
  note: Non-working Day
40
+ 02-25 since 2024:
41
+ name:
42
+ en: EDSA Revolution Anniversary
43
+ fil: Anibersaryo ng Rebolusyon sa EDSA
44
+ type: observance
45
+ note: Special working day
39
46
  easter -3:
40
47
  _name: easter -3
41
48
  easter -2:
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2026-01-25",
2
+ "version": "2026-01-31",
3
3
  "license": "CC-BY-SA-3",
4
4
  "holidays": {
5
5
  "AD": {
@@ -1521,7 +1521,7 @@
1521
1521
  }
1522
1522
  },
1523
1523
  "04-25": false,
1524
- "04-25 if sunday then next monday": {
1524
+ "04-25 and if saturday,sunday then next monday": {
1525
1525
  "substitute": true,
1526
1526
  "name": {
1527
1527
  "en": "Anzac Day"
@@ -11300,9 +11300,11 @@
11300
11300
  },
11301
11301
  "07-21": {
11302
11302
  "name": {
11303
- "fr": "Jour de Victor Shoelcher",
11304
- "en": "Victor Shoelcher Day"
11305
- }
11303
+ "fr": "Jour de Victor Schoelcher",
11304
+ "en": "Victor Schoelcher Day"
11305
+ },
11306
+ "type": "optional",
11307
+ "note": "Government offices closed"
11306
11308
  }
11307
11309
  }
11308
11310
  },
@@ -17211,8 +17213,10 @@
17211
17213
  "07-21": {
17212
17214
  "name": {
17213
17215
  "fr": "Jour de Victor Schoelcher",
17214
- "en": "Victor Shoelcher Day"
17215
- }
17216
+ "en": "Victor Schoelcher Day"
17217
+ },
17218
+ "type": "optional",
17219
+ "note": "Government offices closed"
17216
17220
  }
17217
17221
  }
17218
17222
  },
@@ -20035,7 +20039,7 @@
20035
20039
  "fil": "Piyesta ng mga Parol Tsino"
20036
20040
  }
20037
20041
  },
20038
- "02-25": {
20042
+ "02-25 since 2002 prior to 2024": {
20039
20043
  "name": {
20040
20044
  "en": "EDSA Revolution Anniversary",
20041
20045
  "fil": "Anibersaryo ng Rebolusyon sa EDSA"
@@ -20043,6 +20047,14 @@
20043
20047
  "type": "optional",
20044
20048
  "note": "Non-working Day"
20045
20049
  },
20050
+ "02-25 since 2024": {
20051
+ "name": {
20052
+ "en": "EDSA Revolution Anniversary",
20053
+ "fil": "Anibersaryo ng Rebolusyon sa EDSA"
20054
+ },
20055
+ "type": "observance",
20056
+ "note": "Special working day"
20057
+ },
20046
20058
  "easter -3": {
20047
20059
  "_name": "easter -3"
20048
20060
  },