mirror of
https://github.com/10h30/genesis-simple-sidebars.git
synced 2026-06-05 15:08:34 +09:00
Merge pull request #52 from studiopress/bump-tested-up-to/6.0
Bump 'Tested up to' version to 6.0
This commit is contained in:
+19
-4
@@ -1,5 +1,8 @@
|
|||||||
version: 2.1
|
version: 2.1
|
||||||
|
|
||||||
|
orbs:
|
||||||
|
wp-svn: studiopress/wp-svn@0.1
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
install_dependencies:
|
install_dependencies:
|
||||||
description: "Install development dependencies."
|
description: "Install development dependencies."
|
||||||
@@ -59,11 +62,11 @@ commands:
|
|||||||
executors:
|
executors:
|
||||||
base:
|
base:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/buildpack-deps:latest
|
- image: cimg/base:current
|
||||||
working_directory: /tmp
|
working_directory: /tmp
|
||||||
php_node:
|
php_node:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/php:7.3.3-stretch-node-browsers
|
- image: cimg/php:7.3-node
|
||||||
working_directory: /tmp/src
|
working_directory: /tmp/src
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -108,8 +111,7 @@ jobs:
|
|||||||
- svn_commit
|
- svn_commit
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
test-deploy:
|
||||||
checks:
|
|
||||||
jobs:
|
jobs:
|
||||||
- checkout:
|
- checkout:
|
||||||
filters:
|
filters:
|
||||||
@@ -123,6 +125,19 @@ workflows:
|
|||||||
branches:
|
branches:
|
||||||
ignore:
|
ignore:
|
||||||
- master
|
- 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:
|
branch_deploy:
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@ Contributors: nathanrice, wpmuguru, marksabbath
|
|||||||
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5553118
|
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5553118
|
||||||
Tags: hooks, genesis, genesiswp, studiopress
|
Tags: hooks, genesis, genesiswp, studiopress
|
||||||
Requires at least: 4.7.3
|
Requires at least: 4.7.3
|
||||||
Tested up to: 5.4
|
Tested up to: 6.0
|
||||||
Stable tag: 2.2.2
|
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.
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user