Skip to content

Commit 5b5d2b7

Browse files
committed
README update
1 parent 6684376 commit 5b5d2b7

File tree

2 files changed

+38
-9
lines changed

2 files changed

+38
-9
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2018, Dynamic, Inc.
1+
Copyright (c) 2023, Dynamic, Inc.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

README.md

Lines changed: 37 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,28 @@
22

33
A block to embed code like iFrames or Javascript on a page
44

5-
[![Build Status](https://travis-ci.org/dynamic/silverstripe-elemental-embedded-code.svg?branch=master)](https://travis-ci.org/dynamic/silverstripe-elemental-embedded-code)
6-
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/dynamic/silverstripe-elemental-embedded-code/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/dynamic/silverstripe-elemental-embedded-code/?branch=master)
7-
[![Code Coverage](https://scrutinizer-ci.com/g/dynamic/silverstripe-elemental-embedded-code/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/dynamic/silverstripe-elemental-embedded-code/?branch=master)
8-
[![Build Status](https://scrutinizer-ci.com/g/dynamic/silverstripe-elemental-embedded-code/badges/build.png?b=master)](https://scrutinizer-ci.com/g/dynamic/silverstripe-elemental-embedded-code/build-status/master)
5+
[![CI](https://github.com/dynamic/silverstripe-elemental-embedded-code/actions/workflows/ci.yml/badge.svg)](https://github.com/dynamic/silverstripe-elemental-embedded-code/actions/workflows/ci.yml)
96
[![codecov](https://codecov.io/gh/dynamic/silverstripe-elemental-embedded-code/branch/master/graph/badge.svg)](https://codecov.io/gh/dynamic/silverstripe-elemental-embedded-code)
107

8+
119
[![Latest Stable Version](https://poser.pugx.org/dynamic/silverstripe-elemental-embedded-code/v/stable)](https://packagist.org/packages/dynamic/silverstripe-elemental-embedded-code)
1210
[![Total Downloads](https://poser.pugx.org/dynamic/silverstripe-elemental-embedded-code/downloads)](https://packagist.org/packages/dynamic/silverstripe-elemental-embedded-code)
1311
[![Latest Unstable Version](https://poser.pugx.org/dynamic/silverstripe-elemental-embedded-code/v/unstable)](https://packagist.org/packages/dynamic/silverstripe-elemental-embedded-code)
1412
[![License](https://poser.pugx.org/dynamic/silverstripe-elemental-embedded-code/license)](https://packagist.org/packages/dynamic/silverstripe-elemental-embedded-code)
1513

1614
## Requirements
1715

18-
* silverstripe/recipe-cms: ^4@dev
19-
* dnadesign/silverstripe-elemental: ^4@dev
16+
* silverstripe/recipe-cms: ^5
17+
* dnadesign/silverstripe-elemental: ^5
2018

2119
## Installation
2220

2321
`composer require dynamic/silverstripe-elemental-embedded-code`
2422

23+
## License
24+
25+
See [License](LICENSE.md)
26+
2527
## Example usage
2628

2729
Adds a block to display embeddable code on a page. Useful for iFrames or Javascript embeds, like MailChimp sign up forms.
@@ -37,8 +39,35 @@ Adds a block to display embeddable code on a page. Useful for iFrames or Javascr
3739

3840
## Getting more elements
3941

40-
See [Elemental modules by Dynamic](https://github.com/dynamic/silverstripe-elemental-blocks#getting-more-elements)
42+
See [Elemental modules by Dynamic](https://github.com/orgs/dynamic/repositories?q=elemental&type=all&language=&sort=)
4143

4244
## Configuration
4345

44-
See [SilverStripe Elemental Configuration](https://github.com/dnadesign/silverstripe-elemental#configuration)
46+
See [SilverStripe Elemental Configuration](https://github.com/silverstripe/silverstripe-elemental#configuration)
47+
48+
## Translations
49+
50+
The translations for this project are managed via [Transifex](https://www.transifex.com/dynamicagency/silverstripe-elemental-baseobject/)
51+
and are updated automatically during the release process. To contribute, please head to the link above and get
52+
translating!
53+
54+
## Maintainers
55+
56+
* [Dynamic](https://www.dynamicagency.com) (<dev@dynamicagency.com>)
57+
58+
## Bugtracker
59+
Bugs are tracked in the issues section of this repository. Before submitting an issue please read over
60+
existing issues to ensure yours is unique.
61+
62+
If the issue does look like a new bug:
63+
64+
- Create a new issue
65+
- Describe the steps required to reproduce your issue, and the expected outcome. Unit tests, screenshots
66+
and screencasts can help here.
67+
- Describe your environment as detailed as possible: SilverStripe version, Browser, PHP version,
68+
Operating System, any installed SilverStripe modules.
69+
70+
Please report security issues to the module maintainers directly. Please don't file security issues in the bugtracker.
71+
72+
## Development and contribution
73+
If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.

0 commit comments

Comments
 (0)