Skip to content

Commit

Permalink
refactor(wordpress): Update versions and add to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AJCJ1 committed Jul 22, 2024
1 parent b8c4a16 commit cfa4686
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ See the plugin settings page for all possible options

## Changelog

### 1.6.0

Introduce proxy logic, so users can make urlbox screenshot requests via their proxy which is set in the plugin settings.

### 1.5.4

Fixes minor bug introduced in 1.5.3 - Checkbox state wasn't held in settings.
Expand Down Expand Up @@ -112,6 +116,14 @@ Initial Release!

[URLBox Screenshots Wordpress Plugin Homepage](https://wordpress.org/plugins/urlbox-screenshots/#developers)

### Testing

You can test the plugin by zipping it from the root file, then importing the zipped file using a locally running Wordpress instance, or using this playground:

'''https://playground.wordpress.net/?storage=browser&php=8.0&wp=6.5&networking=yes'''

Ensure that you're on at least PHP 8, Wordpress 6.5 and you have networking enabled.

### Overview

By creating a new tagged release with the zipped repo, GH actions should automatically update the wordpress.org repository.
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== Urlbox Screenshots ===
Contributors: Chris Roebuck, Ankur Gurha, James Ogilvie
Contributors: Chris Roebuck, Ankur Gurha, James Ogilvie, Arnold Cubici-Jones
Author: Urlbox
Tags: screenshot,screenshots,puppeteer,playwright,url to png
Requires at least: 3.3
Tested up to: 6.5
Stable tag: 1.5.4
Stable tag: 1.6.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -66,6 +66,10 @@ See <https://urlbox.com/docs/options> for default values

== Changelog ==

= 1.6.0 =

Introduce proxy logic, so users can make urlbox screenshot requests via their proxy which is set in the plugin settings.

= 1.5.4 =

Fixes minor bug introduced in 1.5.3 - Checkbox state wasn't held in settings.
Expand Down
2 changes: 1 addition & 1 deletion urlbox-screenshots.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* Plugin Name: Urlbox Screenshots
* Plugin URI: https://urlbox.io
* Description: Take screenshots of websites and display them on your wordpress site.
* Version: 1.5.4
* Version: 1.6.0
* Author: Urlbox
* Author URI: https://github.com/urlbox-io/wordpress-screenshots
* Text Domain: urlbox-screenshots
Expand Down

0 comments on commit cfa4686

Please sign in to comment.