Skip to content

Commit b7336d1

Browse files
committed
Initial Craft CMS 3 release
1 parent bc2f38a commit b7336d1

File tree

4 files changed

+8
-122
lines changed

4 files changed

+8
-122
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## 1.0.0 - 2018-08-09
7+
## 1.0.0 - 2018-08-10
88
### Added
99
- Initial Craft CMS 3 release

resources/img/icon.svg

-114
This file was deleted.

src/Fetch.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
/**
2727
* @author Supercool Ltd
28-
* @package TableMaker
28+
* @package Fetch
2929
* @since 1.0.0
3030
*/
3131

Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
<?php
22

33
/**
4-
* Table Maker plugin for Craft CMS 3.x
4+
* Fetch plugin for Craft CMS 3.x
55
*
6-
* A user-definable table field type for Craft CMS
6+
* A field type to embed videos for Craft CMS
77
*
88
* @link http://www.supercooldesign.co.uk/
99
* @copyright Copyright (c) 2018 Supercool Ltd
1010
*/
1111

1212
/**
13-
* Table Maker en Translation
13+
* Fetch en Translation
1414
*
15-
* Returns an array with the string to be translated (as passed to `Craft::t('tablemaker', '...')`) as
15+
* Returns an array with the string to be translated (as passed to `Craft::t('fetch', '...')`) as
1616
* the key, and the translation as the value.
1717
*
1818
* http://www.yiiframework.com/doc-2.0/guide-tutorial-i18n.html
1919
*
2020
* @author Supercool Ltd
21-
* @package TableMaker
21+
* @package Fetch
2222
* @since 1.0.0
2323
*/
2424

2525
return [
26-
'Table Maker plugin loaded' => 'Table Maker plugin loaded',
26+
'Fetch plugin loaded' => 'Fetch plugin loaded',
2727
];

0 commit comments

Comments
 (0)