From 09384b7fed1f6dd29ae7dc96193c90650ba8721d Mon Sep 17 00:00:00 2001 From: Jason Irish Date: Wed, 17 Jun 2026 23:54:18 -0500 Subject: [PATCH 1/3] docs: fix Transifex slug, correct requirements and config links --- README.md | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 43c8bb2..b9bfa3e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ A block to embed code like iFrames or Javascript on a page [![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) [![Sponsors](https://img.shields.io/badge/GitHub-Sponsors-ff69b4?logo=github)](https://github.com/sponsors/dynamic) - [![Latest Stable Version](https://poser.pugx.org/dynamic/silverstripe-elemental-embedded-code/v/stable)](https://packagist.org/packages/dynamic/silverstripe-elemental-embedded-code) [![Total Downloads](https://poser.pugx.org/dynamic/silverstripe-elemental-embedded-code/downloads)](https://packagist.org/packages/dynamic/silverstripe-elemental-embedded-code) [![Latest Unstable Version](https://poser.pugx.org/dynamic/silverstripe-elemental-embedded-code/v/unstable)](https://packagist.org/packages/dynamic/silverstripe-elemental-embedded-code) @@ -12,17 +11,14 @@ A block to embed code like iFrames or Javascript on a page ## Requirements -* silverstripe/recipe-cms: ^6 * dnadesign/silverstripe-elemental: ^6 +* silverstripe/framework: ^6 +* silverstripe/vendor-plugin: ^3 ## Installation `composer require dynamic/silverstripe-elemental-embedded-code` -## License - -See [License](LICENSE.md) - ## Example usage Adds a block to display embeddable code on a page. Useful for iFrames or Javascript embeds, like MailChimp sign up forms. @@ -35,7 +31,6 @@ Adds a block to display embeddable code on a page. Useful for iFrames or Javascr #### CMS - Embed Code Element Main Tab ![CMS - Embed Code Element Main Tab](./readme-images/embed-block-cms.jpg) - ## Getting more elements See [Elemental modules by Dynamic](https://github.com/orgs/dynamic/repositories?q=elemental&type=all&language=&sort=) @@ -53,11 +48,11 @@ Dynamic\Elements\Embedded\Elements\ElementEmbeddedCode: hide_content_field: true ``` -See [SilverStripe Elemental Configuration](https://github.com/silverstripe/silverstripe-elemental#configuration) +See [SilverStripe Elemental Configuration](https://github.com/dnadesign/silverstripe-elemental#configuration) ## Translations -The translations for this project are managed via [Transifex](https://www.transifex.com/dynamicagency/silverstripe-elemental-baseobject/) +The translations for this project are managed via [Transifex](https://www.transifex.com/dynamicagency/silverstripe-elemental-embedded-code/) and are updated automatically during the release process. To contribute, please head to the link above and get translating! @@ -66,18 +61,21 @@ translating! * [Dynamic](https://www.dynamicagency.com) () ## Bugtracker -Bugs are tracked in the issues section of this repository. Before submitting an issue please read over -existing issues to ensure yours is unique. + +Bugs are tracked in the issues section of this repository. Before submitting an issue please read over existing issues to ensure yours is unique. If the issue does look like a new bug: - Create a new issue - - Describe the steps required to reproduce your issue, and the expected outcome. Unit tests, screenshots - and screencasts can help here. - - Describe your environment as detailed as possible: SilverStripe version, Browser, PHP version, - Operating System, any installed SilverStripe modules. + - Describe the steps required to reproduce your issue, and the expected outcome. Unit tests, screenshots and screencasts can help here. + - Describe your environment as detailed as possible: SilverStripe version, Browser, PHP version, Operating System, any installed SilverStripe modules. Please report security issues to the module maintainers directly. Please don't file security issues in the bugtracker. ## Development and contribution + If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers. + +## License + +See [License](LICENSE.md) From e5e54bc2eea8b08b0207682245ab526516db8bf0 Mon Sep 17 00:00:00 2001 From: Jason Irish Date: Wed, 17 Jun 2026 23:54:30 -0500 Subject: [PATCH 2/3] chore: remove redundant CONTRIBUTING (org default in dynamic/.github) --- CONTRIBUTING.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index dde631e..0000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,14 +0,0 @@ -# Contributing -- Maintenance on this module is a shared effort of those who use it -- To contribute improvements to the code, ensure you raise a pull request and discuss with the module maintainers -- Please follow the SilverStripe [code contribution guidelines](https://docs.silverstripe.org/en/contributing/code/) and [Module Standard](https://docs.silverstripe.org/en/developer_guides/extending/modules/#module-standard) -- Supply documentation that followS the [GitHub Flavored Markdown](https://help.github.com/articles/markdown-basics/) conventions -- When having discussions about this module in issues or pull request please adhere to the [SilverStripe Community Code of Conduct](https://docs.silverstripe.org/en/contributing/code_of_conduct/) - - -## Contributor license agreement -By supplying code to this module in patches, tickets and pull requests, you agree to assign copyright -of that code to Dynamic, on the condition that these code changes are released under the -same BSD license as the original module. We ask for this so that the ownership in the license is clear -and unambiguous. By releasing this code under a permissive license such as BSD, this copyright assignment -won't prevent you from using the code in any way you see fit. \ No newline at end of file From 0ac7a18e2edf69f4f805c70710bac62bb785d120 Mon Sep 17 00:00:00 2001 From: Jason Irish Date: Thu, 18 Jun 2026 10:05:48 -0500 Subject: [PATCH 3/3] docs: remove Translations section (Transifex no longer used) --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index b9bfa3e..ed2ea3d 100644 --- a/README.md +++ b/README.md @@ -50,12 +50,6 @@ Dynamic\Elements\Embedded\Elements\ElementEmbeddedCode: See [SilverStripe Elemental Configuration](https://github.com/dnadesign/silverstripe-elemental#configuration) -## Translations - -The translations for this project are managed via [Transifex](https://www.transifex.com/dynamicagency/silverstripe-elemental-embedded-code/) -and are updated automatically during the release process. To contribute, please head to the link above and get -translating! - ## Maintainers * [Dynamic](https://www.dynamicagency.com) ()