Skip to content

Releases: mmaximo33/EFDE

2.2.0 Add WordPress and Laravel environment, Add translation system

12 May 21:30
Compare
Choose a tag to compare

[2.2.0] 2024-05-12

Added

  • EFDE: #32 Translation System (en_US es_ES pt_PT)
  • Laravel: #5 Add new implemention
  • Wordpress: #31 Add new implemention
  • Symfony: #35 Add new version of Symfony 7.x

Fixed

  • EFDE
    • #37 ASAP! EFDE does not run after installation from v2.1.0
    • #36 Function info menu not aligned (Debug Mode)
  • Symfony: #33 fix application directory permissions application
  • MySQL: #3 General fixes for database import and export

2.1.0 - Refactoring module loading (Remove ../init), add shortcuts and service mysql

04 Mar 13:38
f545ab4
Compare
Choose a tag to compare

[2.1.0] 2024-03-04

Added

  • MySQL: #3 Add service for MySQL management
  • EFDE: #28 Add SHORTCUTS

Changed

  • EFDE: #15
    • Refactoring module loading (Remove ../init)
    • Cleaning the bin/efde
    • Add configuration for default editor
    • Improve mode management (debug and develop)

2.0.0 - Migration from PYTHON to full BASH

15 Jan 04:03
22a268d
Compare
Choose a tag to compare

[2.0.0] 2024-01-15

Changed

EFDE: #15 Migrate from PYTHON to full BASH

  • Refactoring console/{implemention or service}
  • Improve bin/install.sh
  • Fixed main script bin/efde.sh
  • Core refactoring
    • Auto loading module
    • Module structure (common efde docker symfony)
    • Feature management by category or element
      • module.props.element.variable
      • module.tasks.element.method
    • Added debug methods
  • Fixed documentation

1.2.0 - Symfony Complete

30 Jan 20:10
Compare
Choose a tag to compare

[1.2.0] 2022-01-30

Added

  • EFDE:
    • #14 Installation - Option by script due to lack of git and refactoring of the install.sh scripts
    • #16 Installation - Migrate docker-compose (v1) to docker compose (v2)
    • #18 Installation - Validate requirements for docker and docker compose
  • Symfony:
    • #6 Being able to indicate the version to use 5.x or 6.x
    • #13 Install - Establish type of application, microservice or webapp

Changed

  • EFDE:
    • #10 Disable automatic EFDE update - Available by parameter --update
    • #1 - Partial - Create a file to save configurations

Fixed

  • EFDE:
    • #11 Installation on clean ubuntu - $HOME/bin
    • #12 Installation - Missing python dependencies

(Symfony): General fix

07 Jan 02:15
Compare
Choose a tag to compare

[1.1.1] 2022-12-28

Fixed

  • Symfony: Fix createapp script sequence
    • #7 Fix permission to folder ./app
    • #8 Remove environment variable from docker-compose.yml
    • #9 PMA login as root user

Clone symfony repo and general fixes

07 Jan 02:15
Compare
Choose a tag to compare

[1.1.0] 2022-12-26

Added

  • #2 Symfony - Add ability to clone existing project

Changed

  • Installation process refactor

Fixed

  • Fixed bin/composer actions management
  • General fixes in bin/{start environment}

Removed

  • Remove bin/requiriments, not used

Start of the project

07 Jan 02:15
Compare
Choose a tag to compare

[1.0.0] 2022-12-21

Added

  • Added environment for symfony and automations
  • Preparation of basic documentation (README, LICENSE, CHANGELOG, others)
  • Automation of the installation and uninstallation process
  • Creation of basic structure
  • Start of the project

Fixed

  • General fixes