Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 8064f21

Browse files
committed
docs: version 0.3 notes
1 parent b264cd7 commit 8064f21

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22

3-
All notable changes to `laravel-magento-api` will be documented in this file
3+
All notable changes to `grayloon/magento-laravel-api` will be documented in this file
4+
5+
## 0.3.0 - August 11, 2020
6+
- Ability to resolve Custom Attribute values
7+
- Added helpers to easily retrieve product custom attribute values
8+
- Added slug column to Magento Products table
49

510
## 0.2.0 - August 7, 2020
611
- Ability to publish factories for application mocking

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
<p align="center">
77
<a href="https://github.com/grayloon/magento-laravel-api/actions"><img src="https://github.com/grayloon/magento-laravel-api/workflows/tests/badge.svg" alt="Build Status"></a>
8-
<a href="https://packagist.org/packages/grayloon/laravel-magento-api"><img src="https://img.shields.io/packagist/v/grayloon/laravel-magento-api.svg?style=flat" alt="Latest Stable Version"></a>
9-
<a href="https://packagist.org/packages/grayloon/laravel-magento-api"><img src="https://github.styleci.io/repos/277585119/shield?branch=master" alt="Style CI"></a>
8+
<a href="https://packagist.org/packages/grayloon/magento-laravel-api"><img src="https://img.shields.io/packagist/v/grayloon/laravel-magento-api.svg?style=flat" alt="Latest Stable Version"></a>
9+
<a href="https://github.styleci.io/repos/277585119?branch=master"><img src="https://github.styleci.io/repos/277585119/shield?branch=master" alt="Style CI"></a>
1010
<a href="https://packagist.org/packages/grayloon/magento-laravel-api"><img src="https://img.shields.io/packagist/dt/grayloon/laravel-magento-api?style=flat" alt="Total Downloads"></a>
11-
<a href="https://packagist.org/packages/grayloon/laravel-magento-api"><img src="https://img.shields.io/badge/License-MIT-brightgreen.svg" alt="License"></a>
11+
<a href="https://packagist.org/packages/grayloon/magento-laravel-api"><img src="https://img.shields.io/badge/License-MIT-brightgreen.svg" alt="License"></a>
1212
</p>
1313

1414
# Laravel - Magento API

0 commit comments

Comments
 (0)