From 107ad164e944481253f4dd28d8cdb8ae512bc612 Mon Sep 17 00:00:00 2001 From: Willem Prins Date: Wed, 23 Oct 2024 09:43:48 +0200 Subject: [PATCH 1/3] Rename Inpsyde Assets to Assets in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2f2dc6b..a0b806d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Inpsyde Assets +# Assets [![Version](https://img.shields.io/packagist/v/inpsyde/assets.svg)](https://packagist.org/packages/inpsyde/assets) [![Status](https://img.shields.io/badge/status-active-brightgreen.svg)](https://github.com/inpsyde/assets) @@ -9,7 +9,7 @@ ## Introduction -Inpsyde Assets is a Composer package (not a WordPress plugin) that allows to deal with scripts and styles in a WordPress site. +Assets is a Composer package (not a WordPress plugin) that allows to deal with scripts and styles in a WordPress site. ## Installation @@ -23,7 +23,7 @@ $ composer require inpsyde/assets * PHP 7+ * WordPress latest-2 -When installed for development, via Composer, Inpsyde Assets also requires: +When installed for development via Composer, Assets also requires: * phpunit/phpunit (BSD-3-Clause) * brain/monkey (MIT) From 74a39ea649acbee68450fccc4bf4b34b5b02958f Mon Sep 17 00:00:00 2001 From: Willem Prins Date: Tue, 29 Oct 2024 21:25:54 +0100 Subject: [PATCH 2/3] Sync README contents and update references from Inpsyde to Syde This update includes the following changes - Rename the library from "Inpsyde Assets" to just "Assets" - Change Inpsyde references to Syde - Sync the contents of the root level README.md and the docs/README.md for GitHub pages. --- README.md | 10 ++++++---- docs/README.md | 12 +++++++----- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index a0b806d..d4d6de2 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,13 @@ Assets is a Composer package (not a WordPress plugin) that allows to deal with s ## Installation -``` +```bash $ composer require inpsyde/assets ``` - ## Minimum Requirements and Dependencies -* PHP 7+ +* PHP 7.2+ * WordPress latest-2 When installed for development via Composer, Assets also requires: @@ -29,7 +28,6 @@ When installed for development via Composer, Assets also requires: * brain/monkey (MIT) * inpsyde/php-coding-standards - ## Documentation Please refer to [/docs](./docs) or https://inpsyde.github.io/assets for information. @@ -37,3 +35,7 @@ Please refer to [/docs](./docs) or https://inpsyde.github.io/assets for informat ## License and Copyright This repository is a free software, and is released under the terms of the GNU General Public License version 2 or (at your option) any later version. See [LICENSE](./LICENSE) for complete license. + +Copyright (c) Syde GmbH. + +The team at [Syde](https://syde.com) is engineering the Web since 2006. \ No newline at end of file diff --git a/docs/README.md b/docs/README.md index 6247ac4..1d5c3ad 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,10 +4,10 @@ nav_order: 0 permalink: / --- -# Inpsyde Assets +# Assets ## Introduction -Inpsyde Assets is a Composer package (not a plugin) that allows to deal with scripts and styles in a WordPress site. +Assets is a Composer package (not a WordPress plugin) that allows to deal with scripts and styles in a WordPress site. ## Installation @@ -20,7 +20,7 @@ $ composer require inpsyde/assets * PHP 7.2+ * WordPress latest-2 -When installed for development, via Composer, Inpsyde Assets also requires: +When installed for development via Composer, Assets also requires: * phpunit/phpunit (BSD-3-Clause) * brain/monkey (MIT) @@ -28,6 +28,8 @@ When installed for development, via Composer, Inpsyde Assets also requires: ## License and Copyright -Copyright (c) Inpsyde GmbH. +This repository is a free software, and is released under the terms of the GNU General Public License version 2 or (at your option) any later version. See [LICENSE](./LICENSE) for complete license. -The team at [Inpsyde](https://inpsyde.com) is engineering the Web since 2006. +Copyright (c) Syde GmbH. + +The team at [Syde](https://syde.com) is engineering the Web since 2006. \ No newline at end of file From 49c07dca23541161cf8fbe81f3918043a3b79bf6 Mon Sep 17 00:00:00 2001 From: Willem Prins Date: Tue, 29 Oct 2024 21:29:15 +0100 Subject: [PATCH 3/3] Update old references to Inpsyde Changes in this commit: - Inpsyde becomes Syde - inpsyde.com becomes syde.com --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 38a2049..1bea5b1 100644 --- a/composer.json +++ b/composer.json @@ -5,14 +5,14 @@ "license": "GPL-2.0-or-later", "authors": [ { - "name": "Inpsyde", - "email": "hello@inpsyde.com", - "homepage": "https://inpsyde.com", + "name": "Syde", + "email": "hello@syde.com", + "homepage": "https://syde.com", "role": "Company" }, { "name": "Christian Leucht", - "email": "c.leucht@inpsyde.com", + "email": "c.leucht@syde.com", "homepage": "https://www.chrico.info", "role": "Developer" }