Skip to content

Commit

Permalink
wp rpository release
Browse files Browse the repository at this point in the history
  • Loading branch information
pjaudiomv committed Jul 18, 2024
1 parent 8308ae1 commit 15d8d11
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM wordpress:6.5.3-php8.3-apache
FROM wordpress:6.6.0-php8.3-apache

RUN apt-get update && \
apt-get install -y --no-install-recommends ssl-cert && \
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ossc.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Install: Drop this directory in the "wp-content/plugins/" directory and activate it. You need to specify "[ossc]" in the code section of a page or a post.
* Contributors: pjaudiomv, radius314
* Authors: pjaudiomv, radius314
* Version: 1.1.1
* Version: 1.1.2
* Requires PHP: 8.1
* Requires at least: 6.2
* License: GPL v2 or later
Expand Down
10 changes: 7 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Contributors: pjaudiomv, radius314
Tags: ossc, open source software contributions, github, pull requests
Requires at least: 6.2
Tested up to: 6.5
Stable tag: 1.1.1
Tested up to: 6.6.0
Stable tag: 1.1.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -23,7 +23,7 @@ EXAMPLES

MORE INFORMATION

<a href="https://github.com/radiusmethod/wp-ossc" target="_blank">https://github.com/radiusmethod/wp-ossc</a>
<a href="https://github.com/radiusmethod/ossc-wp" target="_blank">https://github.com/radiusmethod/ossc-wp</a>

== Installation ==

Expand All @@ -39,6 +39,10 @@ This section describes how to install the plugin and get it working.

== Changelog ==

= 1.1.2 =

* First WordPress plugin repository release.

= 1.1.1 =

* Added pagination support for Git Repos.
Expand Down

0 comments on commit 15d8d11

Please sign in to comment.