Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 9aa8433

Browse files
update version to v2022.09.01
1 parent 5790978 commit 9aa8433

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

creativecommons.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Creative Commons
44
* Plugin URI: https://github.com/creativecommons/wp-plugin-creativecommons
55
* Description: Official Creative Commons plugin for licensing your content. With Creative Commons licenses, keep your copyright AND share your creativity.
6-
* Version: 2022.07.1
6+
* Version: 2022.09.1
77
* Author: Ahmad Bilal <https://ahmadbilal.dev>, Bjorn Wijers <burobjorn@burobjorn.nl>, Tarmo Toikkanen <tarmo@iki.fi>, Matt Lee <mattl@creativecommons.org>, Rob Myers <rob@creativecommons.org>, Timid Robot Zehta
88
* Author URI: http://CreativeCommons.org/
99
* License: GPLv2 or later versions

dev/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
2. GitHub tag for the version
1212
3. Path to the Subversion repository checkout
1313
```
14-
./dev/prep_svn_release.sh cctimidrobot v2022.07.1 \
14+
./dev/prep_svn_release.sh cctimidrobot v2022.09.1 \
1515
../../svn/wordpress-org-creative-commons/
1616
```
1717
4. From the Subversion repositry checkout, copy and commit Subversion tag:
1818
```
19-
svn copy trunk/ tags/2022.07.1/
20-
svn commit --username=cctimidrobot -m'Tagging version 2022.07.1'
19+
svn copy trunk/ tags/2022.09.1/
20+
svn commit --username=cctimidrobot -m'Tagging version 2022.09.1'
2121
```
2222
2323
### Notes

includes/class-creativecommons.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class CreativeCommons {
99

1010
// Make sure the plugin header has the same version number.
11-
const VERSION = '2022.07.1';
11+
const VERSION = '2022.09.1';
1212

1313
/**
1414
* Plugin URL.

languages/CreativeCommons.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is distributed under the same license as the Creative Commons plugin.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Creative Commons 2022.07.1\n"
5+
"Project-Id-Version: Creative Commons 2022.09.1\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-plugin-creativecommons\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"

readme.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Donate link: https://creativecommons.org/donate
55
Tags: Creative Commons, CC, license, copyright, copyleft, attribution, attribute, ownership, all rights reserved, some rights reserved, footer, widget
66
Requires at least: 3.1
77
Tested up to: 6.0.1
8-
Stable tag: 2022.07.1
8+
Stable tag: 2022.09.1
99
Requires PHP: 5.6.20
1010
License: GPLv2 or later
1111
License URI: https://gnu.org/licenses/gpl-2.0.html
@@ -60,6 +60,11 @@ See the GitHub project: [creativecommons/wp-plugin-creativecommons](https://gith
6060

6161
== Changelog ==
6262

63+
= v2022.09.1 =
64+
65+
* Fixed: PHP 8 plugin admin options load failure #209
66+
* Notice: migration from create-guten-block to @wordpress/scripts will be coming soon
67+
6368
= v2022.07.1 =
6469

6570
* Feature: Setup baseline docker-compose.yml file for easier development #199, #154

0 commit comments

Comments
 (0)