Skip to content

Commit

Permalink
Develop (#529)
Browse files Browse the repository at this point in the history
* Update .travis.yml (#525)

* Enhancement/pricing use active plans (#523)

* wip-pricing-json-mess

* adjust the code to parse plans correctly

* Handle display for unlimited quota

* Remove modal lines when plan type is empty

* Remove console logs

* Remove tabs from modal view 2 when either is empty

* Revise offer presentation on 1st modal view (wip)

* Revert "Revise offer presentation on 1st modal view (wip)"

This reverts commit b69a239.

* Bail from suggestions early when non onetimes

* Remove console.logs

* Update js code formatting

* Remove temp call to mock api

* Fix indentation

* Update compiled assets

* Use either monthly or total to calculate plan size

* Rework selection criteria for plans

* Fix eslint and recompile

* Fix showing free and checking unlimited

* Use cost is 0 to identify free plan

Co-authored-by: Ahmed Saeed <[email protected]>

* Update versioning and changelog

* Update deploy-tag.yml (#527)

* Update deploy-tag.yml

Co-authored-by: Albert Cintas <[email protected]>
Co-authored-by: Ahmed Saeed <[email protected]>
  • Loading branch information
3 people authored Nov 9, 2020
1 parent 675c612 commit 0f10195
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/deploy-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,20 @@ jobs:
name: New tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master

- name: Checkout
uses: actions/checkout@v2

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
coverage: none # XDebug can be enabled here 'coverage: xdebug'
tools: composer:v1

- name: Build
run: |
composer self-update 1.10.16
composer install -a --no-dev
run: composer install -a --no-dev

- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@master
env:
Expand Down

0 comments on commit 0f10195

Please sign in to comment.