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.