This repository was archived by the owner on May 28, 2024. It is now read-only.
File tree 2 files changed +1
-17
lines changed
2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ so installation via ZIP-archive download is not an option anymore. To install PH
40
40
- ` \PhpOffice\PhpWord\Shared\String ` replaced by ` \PhpOffice\Common\Text ` . - @Progi1984 @RomanSyroeshko #658
41
41
- ` \PhpOffice\PhpWord\Shared\XMLReader ` replaced by ` \PhpOffice\Common\XMLReader ` . - @Progi1984 #658
42
42
- ` \PhpOffice\PhpWord\Shared\XMLWriter ` replaced by ` \PhpOffice\Common\XMLWriter ` . - @Progi1984 @RomanSyroeshko #658
43
+ - ` AbstractContainer::addMemoryImage() ` . Use ` AbstractContainer::addImage() ` instead.
43
44
44
45
### Fixed
45
46
- ` Undefined property ` error while reading MS-DOC documents. - @jaberu #610
Original file line number Diff line number Diff line change @@ -248,23 +248,6 @@ private function checkValidity($method)
248
248
return true ;
249
249
}
250
250
251
- /**
252
- * Add memory image element
253
- *
254
- * @deprecated 0.9.0
255
- *
256
- * @param string $src
257
- * @param mixed $style
258
- *
259
- * @return \PhpOffice\PhpWord\Element\Image
260
- *
261
- * @codeCoverageIgnore
262
- */
263
- public function addMemoryImage ($ src , $ style = null )
264
- {
265
- return $ this ->addImage ($ src , $ style );
266
- }
267
-
268
251
/**
269
252
* Create textrun element
270
253
*
You can’t perform that action at this time.
0 commit comments