Skip to content

Commit

Permalink
Api Support, Duplicate entity (#45)
Browse files Browse the repository at this point in the history
* #8 Create API support for entities, 
* #33 Duplicate button in UI
* Update release notes
  • Loading branch information
UltimateModuleCreator authored Jul 2, 2020
1 parent c28919f commit e32263c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# UMC
Magento 2 Ultimate Module Creator
Ultimate Module Creator

## Description
Ultimate module creator (UMC) is a standalone application for creating CRUD modules / bundles / for different CMS
Expand All @@ -12,6 +12,14 @@ Also, the modules you create with it should be tested before moved to production
## Requirements
PHP version 7.2.5 or higher. Some PHP extensions may be needed. See composer.json for more details. (a docker version may come later)

## Supported platforms
- Magento 2.3.4+
- Magento 2.4.*

## Planned platforms
- Shopware 6
- Sylius

## Installation
- create a folder on your server
- navigate to that folder
Expand Down
15 changes: 14 additions & 1 deletion src/Umc/CoreBundle/Resources/views/help.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,20 @@
</thead>
<tbody>
<tr>
<td colspan="3"><strong>4.0.0: June 26 2020</strong></td>
<td colspan="3"><strong>4.1.0: July 2nd 2020</strong></td>
</tr>
<tr>
<th scope="row">1</th>
<td>Feature</td>
<td><a href="https://github.com/UltimateModuleCreator/umc/issues/33">#33</a> Duplicate Entity </td>
</tr>
<tr>
<th scope="row">2</th>
<td>Feature</td>
<td><a href="https://github.com/UltimateModuleCreator/umc/issues/8">#8</a> UMC generates now the webapi file for magento</td>
</tr>
<tr>
<td colspan="3"><strong>4.0.0: June 26th 2020</strong></td>
</tr>
<tr>
<th scope="row">1</th>
Expand Down
2 changes: 1 addition & 1 deletion src/Umc/CoreBundle/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

class Version
{
public const VERSION = '4.0.0';
public const VERSION = '4.1.0';
public const BUILD = '';

/**
Expand Down

0 comments on commit e32263c

Please sign in to comment.