File tree 4 files changed +8
-122
lines changed
4 files changed +8
-122
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
- ## 1.0.0 - 2018-08-09
7
+ ## 1.0.0 - 2018-08-10
8
8
### Added
9
9
- Initial Craft CMS 3 release
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 25
25
26
26
/**
27
27
* @author Supercool Ltd
28
- * @package TableMaker
28
+ * @package Fetch
29
29
* @since 1.0.0
30
30
*/
31
31
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
3
/**
4
- * Table Maker plugin for Craft CMS 3.x
4
+ * Fetch plugin for Craft CMS 3.x
5
5
*
6
- * A user-definable table field type for Craft CMS
6
+ * A field type to embed videos for Craft CMS
7
7
*
8
8
* @link http://www.supercooldesign.co.uk/
9
9
* @copyright Copyright (c) 2018 Supercool Ltd
10
10
*/
11
11
12
12
/**
13
- * Table Maker en Translation
13
+ * Fetch en Translation
14
14
*
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
16
16
* the key, and the translation as the value.
17
17
*
18
18
* http://www.yiiframework.com/doc-2.0/guide-tutorial-i18n.html
19
19
*
20
20
* @author Supercool Ltd
21
- * @package TableMaker
21
+ * @package Fetch
22
22
* @since 1.0.0
23
23
*/
24
24
25
25
return [
26
- 'Table Maker plugin loaded ' => 'Table Maker plugin loaded ' ,
26
+ 'Fetch plugin loaded ' => 'Fetch plugin loaded ' ,
27
27
];
You can’t perform that action at this time.
0 commit comments