Skip to content

Commit

Permalink
1.9.4: Fix compatibility issues with October CMS v3
Browse files Browse the repository at this point in the history
  • Loading branch information
FlusherDock1 committed Aug 4, 2022
1 parent 4085755 commit dc48fdc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions classes/plugins/attaches/resources/AttachResource.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?php namespace ReaZzon\Editor\Classes\Plugins\Attaches\Resources;


use Illuminate\Http\Resources\Json\Resource;
use Illuminate\Http\Resources\Json\JsonResource;
use System\Models\File;

/**
* Class AttachResource
* @package ReaZzon\Editor\Classes\Plugins\Attaches\Resources
*/
class AttachResource extends Resource
class AttachResource extends JsonResource
{
/**
* @var string
Expand Down
7 changes: 4 additions & 3 deletions updates/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
1.0.61: Repacking plugin
1.0.62: Updated README
1.1.0: Ability to add custom blocks through third-party octobercms plugins, 3 new blocks, slight refactor of formwidget configuration.
1.2.0: !!! Refactoring of extender method
1.2.0: Refactoring of extender method
1.3.0: Added integrations with RainLab.Blog, RainLab.StaticPages, Lovata.GoodNews, Indikator.News.
1.3.5: Image block added. Added setting for toggling off security of outside api calls to editor plugins. Code cleanup and slight refactor.
1.3.6: Warning text fixed
1.3.7: Small files cleanup and changes
1.3.71: Small typo fix
1.4.0: Fixed bug with namespaces, added Quote block and Underline inline tool
1.5.0: RainLab.Translate support. Now EditorJS supports multilanguage. Thanks for help @yurasovm
1.5.1: !!! Read upgrade guide, if you already have model with editorJS field
1.5.1: Read upgrade guide, if you already have model with editorJS field
1.5.2: Fixing RainLab.StaticPages translate saving.
1.6.0: !!! Refactoring extending system. Changing method for converting blocks to html. Please read upgrade guide
1.6.0: Refactoring extending system. Changing method for converting blocks to html. Please read upgrade guide
1.6.1: Fixing typos, and delimiter block
1.6.2: Fixing disposing of EditorJs. Fixing upload url for images. Now EditorJS can be placed inside repeater
1.6.3: New block "Attaches", provides ability to upload any file to your editor.
Expand All @@ -38,3 +38,4 @@
1.9.1: Fix errors if extension plugin doesnt have new methods
1.9.2: Removed deprecated config
1.9.3: Support of latest October CMS V2, and V3. Small refactor of extender interface.
1.9.4: Fix compatibility issues with October CMS v3

0 comments on commit dc48fdc

Please sign in to comment.