Skip to content

Latest commit

 

History

History
245 lines (208 loc) · 34.4 KB

README.md

File metadata and controls

245 lines (208 loc) · 34.4 KB

All Contributors Build Status Total Downloads License

Magento - Long Term Support

This repository is the home of an unofficial community-driven project. It's goal is to be a dependable alternative to the Magento CE official releases which integrates improvements directly from the community while maintaining a high level of backwards compatibility to the official releases.

Pull requests with unofficial bug fixes and security patches from the community are encouraged and welcome!

Though Magento does not follow Semantic Versioning we aim to provide a workable system for dependency definition. Each Magento 1.<minor>.<revision> release will get its own branch (named 1.<minor>.<revision>.x) that will be independently maintained with upstream patches and community bug fixes for as long as it makes sense to do so (based on available resources). For example, Magento version 1.9.3.4 was merged into the 1.9.3.x branch.

Note, the branches older than 1.9.3.x that were created before this strategy came into practice are not maintained.

Installation

Using Composer

Download the latest archive and extract it, clone the repo, or add a composer dependency to your existing project like so:

"openmage/magento-lts": "1.9.4.x"

Using Git

Go to https://github.com/OpenMage/magento-lts and fork the project. Enter your web directory and start a new git project utilizing git init. Set git remote to your forked repo using git remote add origin https://github.com/<YOUR GIT USERNAME>/magento-lts. Issue git pull origin master. Then add the official LTS repo as an upstream using git remote add upstream https://github.com/OpenMage/magento-lts. Issue git pull upstream v19.4.4 or the latest version you want to pull. Be sure to check for conflicts before merging all in the next step. Dont forget to git commit and add files to your own forked repo.

When using git you have the ability to fix and test your own code in your own repo. In addition you can periodically sync with the official upstream Magento LTS repo.

git init
git remote add origin https://github.com/<YOUR GIT USERNAME>/magento-lts
git pull origin master
git remote add upstream https://github.com/OpenMage/magento-lts
git pull upstream v19.4.4
git add -A && git commit

More Information

Requirements

  • PHP 7.0+ (PHP 7.3 and OpenSSL extension strongly recommended)
  • MySQL 5.6+ (8.0+ Recommended)

Translations

There are some new or changed tranlations, if you want add them to your locale pack please check:

  • app/locale/en_US/*_LTS.csv

PhpStorm Factory Helper

This repo includes class maps for the core Magento files in .phpstorm.meta.php. This file is generated using the following commands:

$ wget https://files.magerun.net/n98-magerun.phar
$ docker run --rm -u $UID -v $PWD:/var/www/html php:7.0-apache php n98-magerun.phar dev:ide:phpstorm:meta

You can add additional meta files in this directory to cover your own project files. See PhpStorm advanced metadata for more information.

Removed Modules

  • Phoenix_Moneybookers

    Re-install: $ composer require openmage-module-fostering/phoenix_moneybookers

License

OSL v3.0

Public Communication and online Community places

  • Discord (maintained by Flyingmana)

Maintainers

Contributors ✨

Thanks goes to these wonderful people (emoji key):


sv3n

💻

Lee Saferite

💻

Colin Mollenhour

💻

David Robinson

💻

Tymoteusz Motylewski

💻

Daniel Fahlke

💻

SNH_NL

💻

Marc Romano

💻

Fabian Blechschmidt

💻

Luboš Hubáček

💻

Erik Dannenberg

💻

Jeroen Boersma

💻

Leandro F. L.

💻

Kevin Krieger

💻 📖

Ng Kiat Siong

💻

bob2021

💻

Bastien Lamamy

💻

Dmitry Furs

💻

Robert Coleman

💻

Milan Davídek

💻

Matt Davenport

💻

elfling

💻

henrykb

💻

Tony

💻

Mark Lewis

💻

Eric Sean Turner

💻

Eric Seastrand

💻

Tobias Schifftner

💻

Simon Sprankel

💻

Tom Lankhorst

💻

shirtsofholland

💻

sebastianwagner

💻

Maxime Huran

💻

Pepijn

💻

manuperezgo

💻

luigifab

💻

Loek van Gool

💻

kpitn

💻

kalenjordan

💻

IOWEB TECHNOLOGIES

💻

Florent

💻

dvdsndr

💻

Vincent MARMIESSE

💻

Lucas van Staden

💻

zamoroka

💻

wpdevteam

💻

Wouter Samaey

💻

Vova Yatsyuk

💻

Trevor Hartman

💻

Somewhere

💻

Fabian Schmengler />

💻

Roman Hutterer

💻

Sergei Filippov

💻

Sam Steele

💻

Ricardo Velhote

💻

Roy Duineveld

💻

Roberto Sarmiento Pérez

💻

Pierre Martin

💻

Rafał Dołgopoł

💻

Rafael Patro

💻

Andreas Pointner

💻

Paul Rodriguez

💻

ollb

💻

Nicholas Graham

💻

Makis Palasis

💻

Miguel Balparda

💻

Mark van der Sanden

💻

Micky Socaci

💻

Marvin Sengera

💻

Kostadin A.

💻

Julien Loizelet

💻

Jonas Hünig

💻

Stefan Jaroschek

💻

Jacques Bodin-Hullin

💻

Wilhelm Ellmann

💻

Edwin.

💻

drago-aca

💻

Daniel Niedergesäß

💻

J Davis

💻

Damien Biasotto

💻

Daniel Corn

💻

Paweł Cieślik

💻

André Herrn

💻

Pablo Benmaman

💻

aterjung

💻

altdovydas

💻

Alisson Júnior

💻

Alex Kirsch

💻

Branden

💻

Pof Magicfingers

💻

Michael Thessel

💻

Jonathan Laliberte

💻

Ivan Chepurnyi

💻

Igor

💻

Elias Kotlyar

💻

Hejty1

💻

Gaelle

💻

Frédéric MARTINEZ

💻

Tobias Faust

💻

AndresInSpace

💻

This project follows the all-contributors specification. Contributions of any kind welcome!