File: changelog

package info (click to toggle)
php-embed 4.4.17-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,728 kB
  • sloc: php: 40,309; makefile: 23
file content (220 lines) | stat: -rw-r--r-- 5,321 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
php-embed (4.4.17-1) unstable; urgency=medium

  [ Timothée Jaussoin ]
  * Fix the subdomain detection, substr was using a wrong offset length

  [ Oscar Otero ]
  * new version

 -- David Prévot <taffit@debian.org>  Wed, 14 May 2025 08:47:59 +0200

php-embed (4.4.16-1) unstable; urgency=medium

  [ Dieter Holvoet ]
  * Only match exact main and subdomains
  * Stop using regex

  [ Oscar Otero ]
  * new version

  [ David Prévot ]
  * Update Standards-Version to 4.7.2

 -- David Prévot <taffit@debian.org>  Sun, 11 May 2025 09:06:24 +0200

php-embed (4.4.15-2) unstable; urgency=medium

  * Modernize PHPUnit syntax
  * Update Standards-Version to 4.7.1

 -- David Prévot <taffit@debian.org>  Mon, 24 Feb 2025 19:28:12 +0100

php-embed (4.4.15-1) unstable; urgency=medium

  [ Marc Wieland ]
  * fix: make sure to pass the correct argument to mb_encoding_aliases()

  [ Oscar Otero ]
  * new version

  [ David Prévot ]
  * Revert "Force system dependencies loading"

 -- David Prévot <taffit@debian.org>  Tue, 07 Jan 2025 13:55:58 +0100

php-embed (4.4.14-1) unstable; urgency=medium

  [ Oscar Otero ]
  * new version

  [ Steve Boyd ]
  * Make nullable parameters explicity nullable for PHP 8.4

 -- David Prévot <taffit@debian.org>  Mon, 23 Dec 2024 17:21:50 +0100

php-embed (4.4.13-1) unstable; urgency=medium

  [ Thomas Portelange ]
  * fix php 8.4 deprecation message

  [ Oscar Otero ]
  * new version

  [ David Prévot ]
  * Expand excluded files

 -- David Prévot <taffit@debian.org>  Wed, 27 Nov 2024 08:28:56 +0100

php-embed (4.4.12-1) unstable; urgency=medium

  [ Romain Etchegoyhen ]
  * Fix OEmbed for X.com (Twitter)

  [ Oscar Otero ]
  * new version

 -- David Prévot <taffit@debian.org>  Thu, 25 Jul 2024 17:33:44 +0900

php-embed (4.4.11-1) unstable; urgency=medium

  [ Óscar Otero ]
  * updated resources

  [ David Prévot ]
  * Drop test currently failing

 -- David Prévot <taffit@debian.org>  Sun, 16 Jun 2024 10:10:23 +0200

php-embed (4.4.10-3) unstable; urgency=medium

  * Make provider functions static (PHPUnit 11 Fix) (Closes: #1070540)
  * Update Standards-Version to 4.7.0

 -- David Prévot <taffit@debian.org>  Sun, 19 May 2024 15:14:57 +0200

php-embed (4.4.10-2) unstable; urgency=medium

  * Force system dependencies loading

 -- David Prévot <taffit@debian.org>  Wed, 06 Mar 2024 16:19:08 +0100

php-embed (4.4.10-1) unstable; urgency=medium

  [ László GÖRÖG ]
  * Use correct method for string length

  [ Oscar Otero ]
  * fix support php7

 -- David Prévot <taffit@debian.org>  Mon, 11 Dec 2023 08:11:09 +0100

php-embed (4.4.9-1) unstable; urgency=medium

  * Upload to unstable now that Bookworm has been released

  [ Brian Moon ]
  * Load all JSON-LD data
  * Update tests to align with new html_entity_decode flags

  [ László GÖRÖG ]
  * Reduced memory consumption
  * Added stream factory property

  [ Oscar Otero ]
  * avoid executing curl_exec twice #527
  * new version

 -- David Prévot <taffit@debian.org>  Sun, 03 Dec 2023 11:30:11 +0100

php-embed (4.4.8-1) experimental; urgency=medium

  * Upload to experimental during the freeze

  [ erikn69 ]
  * Bump psr/http-message version

  [ Oscar Otero ]
  * new version

  [ David Prévot ]
  * Update standards version to 4.6.2, no changes needed.

 -- David Prévot <taffit@debian.org>  Wed, 24 May 2023 01:16:04 +0200

php-embed (4.4.7-1) unstable; urgency=medium

  [ grandeljay ]
  * Fix parsing invalid href
  * Fix undefined function without parameter

  [ Ádám Bálint ]
  * Remove deprecated interpolation in functions.php

  [ Ernest ]
  * Prevent unsupported operand types exception

 -- David Prévot <taffit@debian.org>  Wed, 14 Dec 2022 06:43:09 +0100

php-embed (4.4.6-1) unstable; urgency=medium

  [ Oscar Otero ]
  * new version

  [ David Prévot ]
  * Drop unreliable test depending on external data

 -- David Prévot <taffit@debian.org>  Mon, 03 Oct 2022 19:17:04 +0200

php-embed (4.4.5-1) unstable; urgency=medium

  [ Oscar Otero ]
  * fixed tests

  [ Dieter Holvoet ]
  * Regenerate oembed & suffix resources

 -- David Prévot <taffit@debian.org>  Fri, 09 Sep 2022 10:13:37 -0400

php-embed (4.4.4-3) unstable; urgency=medium

  * CI: Update external data
  * Add php-symfony-css-selector to Build-Depends

 -- David Prévot <taffit@debian.org>  Sun, 10 Jul 2022 23:47:00 +0200

php-embed (4.4.4-2) unstable; urgency=medium

  * Drop now useless debian/pkg-php-tools-autoloaders

 -- David Prévot <taffit@debian.org>  Sat, 09 Jul 2022 12:14:04 +0200

php-embed (4.4.4-1) unstable; urgency=medium

  [ Oscar Otero ]
  * updated changelog

  [ David Prévot ]
  * Restore packaging under PHP PEAR Maintainers umbrella

 -- David Prévot <taffit@debian.org>  Thu, 16 Jun 2022 16:50:18 +0200

php-embed (3.3.9-1) unstable; urgency=high

  * New upstream version.
  * Fix installation path.
  * Bump Standards-Version (no changes needed).

 -- Dominik George <natureshadow@debian.org>  Tue, 26 Feb 2019 13:23:01 +0100

php-embed (3.3.7-1) unstable; urgency=medium

  * New upstream version.
  * Bump Standards-Version (no changes needed).

 -- Dominik George <natureshadow@debian.org>  Sun, 02 Dec 2018 16:24:10 +0100

php-embed (3.3.1-1) unstable; urgency=medium

  * Initial release

 -- Thorsten Glaser <tg@mirbsd.de>  Thu, 17 May 2018 21:20:02 +0200