nosto / nosto-magento-nodeps
Nosto Magento extension - no dependencies
Installs: 18 098
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 14
Forks: 1
Open Issues: 2
Type:magento-module
Requires (Dev)
- mridang/pearify: 0.2
- nosto/php-sdk: 3.15.0
- dev-master
- 3.11.3.1
- 3.7.4.1
- 3.6.5.1
- 3.6.1.1
- 3.5.5.1
- 3.3.4.1
- 3.1.0.1
- 3.0.0-rc4
- 3.0.0-rc3
- 3.0.0-rc2
- 2.9.0.1
- 2.9.0
- 2.8.2
- 2.8.1
- 2.8.0
- 2.8.0-RC1
- 2.7.1.1
- 2.7.1
- 2.7.0
- 2.7.0-RC2
- 2.7.0-RC1
- 2.6.15.2
- 2.6.15.1
- 2.6.15
- 2.6.15-RC1
- 2.6.14.1
- 2.6.14
- 2.6.13
- 2.6.12
- 2.6.11
- 2.6.10
- 2.6.9
- 2.6.8
- 2.6.7
- 2.6.6
- 2.6.5
- 2.6.4
- 2.6.3
- 2.6.2
- 2.6.1
- 2.6.0
- 2.5.1
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.1
- 2.2.0
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.1
- 2.0.0
- 1.3.0
- 1.2.0
- dev-dependabot/composer/phpseclib/phpseclib-2.0.31
- dev-develop
This package is auto-updated.
Last update: 2021-08-07 22:22:18 UTC
README
Please see https://github.com/Nosto/nosto-magento for release notes. If you plan to contribute please do so in https://github.com/Nosto/nosto-magento.
How to use this repo
- Always use versions with the extra trailing version number, e.g. 2.7.0.1. The versions following the standard semantic versions will NOT have the dependencies bundled.
- This repo is only meant to be used together with magento-composer-installer
- No pull requests to this repo please. Use https://github.com/Nosto/nosto-magento
How to update this repo
- Pull latest changes from upstream/master to local master
- Make sure the
composer.json
does not get overridden! Bump SDK version if needed. Also note that the sdk must be inside require-dev block for this fork. - Resolve possible conflicts
- Update trailing version number to
magazine.json
andapp/code/community/Nosto/Tagging/etc/config.xml
- Run
composer update
(if SDK version changed) - Update the lib directory by running magazine (or copy from the local installation)
- Push changes to origin/master
- Tag with appropriate version number. For example if the last release in upstream is 2.7.3 tag origin as 2.7.3.1