Skip to content

Commit

Permalink
upd to 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfriend committed Feb 6, 2023
1 parent 542f848 commit 66b1d79
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions utf8/dev2fun.opengraph/classes/general/OpenGraph.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author dev2fun <darkfriend>
* @copyright (c) 2019-2023, darkfriend <hi@darkfriend.ru>
* @version 1.4.2
* @version 1.4.3
*/

namespace Dev2fun\Module;
Expand Down Expand Up @@ -221,7 +221,7 @@ public function deleteImage($id)
* Event Handler on save section
* @param array &$arFields
*/
public function saveSection(&$arFields)
public static function saveSection(&$arFields)
{
if (!empty($arFields["ID"])) {
$obParser = new \CTextParser;
Expand Down Expand Up @@ -846,7 +846,7 @@ public function setProperty($ogData)
* Event Handler on delete element
* @param array $arFields
*/
public function deleteElement($arFields)
public static function deleteElement($arFields)
{
if (!empty($arFields['ID'])) {
$arRows = OpenGraphTable::getList(['filter' => [
Expand All @@ -865,7 +865,7 @@ public function deleteElement($arFields)
* Event Handler on delete section
* @param array $arFields
*/
public function deleteSection($arFields)
public static function deleteSection($arFields)
{
if (!empty($arFields['ID'])) {
$arRows = OpenGraphTable::getList(['filter' => [
Expand Down
4 changes: 2 additions & 2 deletions utf8/dev2fun.opengraph/install/version.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
$arModuleVersion = [
"VERSION" => "1.4.2",
"VERSION_DATE" => "2023-01-22 17:00:00",
"VERSION" => "1.4.3",
"VERSION_DATE" => "2023-02-06 20:00:00",
];
8 changes: 4 additions & 4 deletions win1251/dev2fun.opengraph/classes/general/OpenGraph.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* @author dev2fun <darkfriend>
* @copyright (c) 2019-2023, darkfriend <hi@darkfriend.ru>
* @version 1.4.2
* @version 1.4.3
*/

namespace Dev2fun\Module;
Expand Down Expand Up @@ -221,7 +221,7 @@ public function deleteImage($id)
* Event Handler on save section
* @param array &$arFields
*/
public function saveSection(&$arFields)
public static function saveSection(&$arFields)
{
if (!empty($arFields["ID"])) {
$obParser = new \CTextParser;
Expand Down Expand Up @@ -846,7 +846,7 @@ public function setProperty($ogData)
* Event Handler on delete element
* @param array $arFields
*/
public function deleteElement($arFields)
public static function deleteElement($arFields)
{
if (!empty($arFields['ID'])) {
$arRows = OpenGraphTable::getList(['filter' => [
Expand All @@ -865,7 +865,7 @@ public function deleteElement($arFields)
* Event Handler on delete section
* @param array $arFields
*/
public function deleteSection($arFields)
public static function deleteSection($arFields)
{
if (!empty($arFields['ID'])) {
$arRows = OpenGraphTable::getList(['filter' => [
Expand Down
4 changes: 2 additions & 2 deletions win1251/dev2fun.opengraph/install/version.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
$arModuleVersion = [
"VERSION" => "1.4.2",
"VERSION_DATE" => "2023-01-22 17:00:00",
"VERSION" => "1.4.3",
"VERSION_DATE" => "2023-02-06 20:00:00",
];

0 comments on commit 66b1d79

Please sign in to comment.