From 43e0b9a824b4099af262c12ae53257adbd560bb7 Mon Sep 17 00:00:00 2001 From: Ryan Kienstra Date: Wed, 11 May 2022 12:36:35 -0500 Subject: [PATCH 1/4] Bump 'Tested up to' version to 6.0 --- .circleci/config.yml | 18 +++++++++++++++++- readme.txt | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1fdd3c3..c5be14a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,5 +1,8 @@ version: 2.1 +orbs: + wp-svn: studiopress/wp-svn@0.1 + commands: install_dependencies: description: "Install development dependencies." @@ -109,7 +112,7 @@ jobs: workflows: version: 2 - checks: + test-deploy: jobs: - checkout: filters: @@ -123,6 +126,19 @@ workflows: branches: ignore: - master + - approval-for-deploy-tested-up-to-bump: + requires: + - checks + type: approval + filters: + tags: + ignore: /.*/ + branches: + only: /^bump-tested-up-to.*/ + - wp-svn/deploy-tested-up-to-bump: + context: genesis-svn + requires: + - approval-for-deploy-tested-up-to-bump branch_deploy: jobs: diff --git a/readme.txt b/readme.txt index c5ccc14..4c8e5a1 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: nathanrice, wpmuguru, marksabbath Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5553118 Tags: hooks, genesis, genesiswp, studiopress Requires at least: 4.7.3 -Tested up to: 5.4 +Tested up to: 6.0 Stable tag: 2.2.2 This plugin allows you to create multiple, dynamic widget areas, and assign those widget areas to sidebar locations within the Genesis Framework on a per post, per page, or per tag/category archive basis. From 1865fc70806f82d3e51192330f69aa75b980680a Mon Sep 17 00:00:00 2001 From: Ryan Kienstra Date: Wed, 11 May 2022 12:38:12 -0500 Subject: [PATCH 2/4] Remove the workflows version --- .circleci/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c5be14a..17315dc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -62,11 +62,11 @@ commands: executors: base: docker: - - image: circleci/buildpack-deps:latest + - image: cimg/base:current working_directory: /tmp php_node: docker: - - image: circleci/php:7.3.3-stretch-node-browsers + - image: cimg/php:7.3-node working_directory: /tmp/src jobs: @@ -111,7 +111,6 @@ jobs: - svn_commit workflows: - version: 2 test-deploy: jobs: - checkout: From 902baa2c0b8d4936ca655225d042c0aaf7bebe59 Mon Sep 17 00:00:00 2001 From: Ryan Kienstra Date: Wed, 11 May 2022 15:21:59 -0500 Subject: [PATCH 3/4] Another empty commit to see if this job runs From 3733b6d7a247ed479aaa8e205567bb040869090f Mon Sep 17 00:00:00 2001 From: Ryan Kienstra Date: Tue, 17 May 2022 14:32:02 -0500 Subject: [PATCH 4/4] And another empty commit to trigger a build