Skip to content

Commit

Permalink
OXDEV-8498 Deprecate DateformatHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
AshrafOxid committed Jan 10, 2025
1 parent 161a34f commit 5136e90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-7.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@
- `FileCache` and `SubShopSpecificFileCache` classes
- Related Methods for managing cache files in Utils will be deleted in next major version
- Parameter `includePermanentCache` of the method `Utils:oxResetFileCache()`
- The helper `DateFormatHelper` will be removed in next major version
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

namespace OxidEsales\EshopCommunity\Internal\Transition\Adapter\TemplateLogic;

/**
* @deprecated will be removed in next major version
*/
class DateFormatHelper
{
/**
Expand Down

0 comments on commit 5136e90

Please sign in to comment.