Skip to content

Commit

Permalink
Update LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rgiosan committed Dec 7, 2024
1 parent 7f5747f commit 595329e
Show file tree
Hide file tree
Showing 6 changed files with 630 additions and 289 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file, per [the Keep a Changelog standard](http://keepachangelog.com/).

## [1.1.1] - 2024-12-07

### Changed

- License.

## [1.1.0] - 2024-11-30

### Added
Expand Down
899 changes: 617 additions & 282 deletions LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "s3rgiosan/wistia-embed-block",
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Sérgio Santos",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://s3rgiosan.dev"
}
],
"license": "GPL-2.0-or-later",
"license": "GPL-3.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build",
Expand Down
6 changes: 3 additions & 3 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
* Plugin URI: https://github.com/s3rgiosan/wistia-embed-block
* Requires at least: 6.4
* Requires PHP: 7.4
* Version: 1.1.0
* Version: 1.1.1
* Author: Sérgio Santos
* Author URI: https://s3rgiosan.dev/?utm_source=wp-plugins&utm_medium=wistia-embed-block&utm_campaign=author-uri
* License: GPL-2.0-or-later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* License: GPL-3.0-or-later
* License URI: https://spdx.org/licenses/GPL-3.0-or-later.html
* Text Domain: wistia-embed-block
*
* @package WistiaEmbedBlock
Expand Down
4 changes: 2 additions & 2 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => 's3rgiosan/wistia-embed-block',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '63e388ed0b6732e689b6c3fe6bf0318cfb1a8545',
'reference' => '7f5747fd871204cabcb8fe020110b0a6070ea1ff',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand All @@ -13,7 +13,7 @@
's3rgiosan/wistia-embed-block' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '63e388ed0b6732e689b6c3fe6bf0318cfb1a8545',
'reference' => '7f5747fd871204cabcb8fe020110b0a6070ea1ff',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down

0 comments on commit 595329e

Please sign in to comment.