Skip to content

Commit

Permalink
Merge pull request #933 from PopupMaker/release/1.15.0
Browse files Browse the repository at this point in the history
Release 1.15.0
  • Loading branch information
fpcorso committed Jan 12, 2021
2 parents f271499 + 7b1aff8 commit a10b00d
Show file tree
Hide file tree
Showing 63 changed files with 2,388 additions and 800 deletions.
2 changes: 1 addition & 1 deletion .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ npm-debug.log
package.json
package-lock.json
phpci.yml
phpunit.xml
phpunit.xml.dist
yarn-lock.json
7 changes: 4 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
## Description
<!-- Please describe what you have changed or added -->

## Related Issue
<!-- If this is a new feature or major change, you must link to an issue that explains use case. -->
Issue:
Related Issue:

## Types of changes
<!-- What types of changes does your code introduce? -->
Expand All @@ -12,12 +11,14 @@ Issue:
<!-- if applicable -->

## This has been tested in the following browsers

- [ ] Chrome
- [ ] Firefox
- [ ] Edge
- [ ] Safari

## Checklist:
## Merge Checklist

- [ ] This PR passes all automated checks (will appear once pull request is submitted)
- [ ] My code has been tested in the latest version of WordPress.
- [ ] My code does not have any warnings from ESLint.
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/phpunit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Validate composer.json and composer.lock
- name: Remove composer.lock
run: rm composer.lock

- name: Validate composer.json
run: composer validate

- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
run: composer install --prefer-dist --no-progress

- name: Install WordPress
run: bash bin/install-wp-tests.sh wordpress_test root 'password' mysql
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ npm-debug.log
# Composer
/vendor/
contributors.md
composer.lock

# Packages
/packages/*
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Popup Maker Changelog

## [v1.15.0 - 01/12/2021](https://github.com/PopupMaker/Popup-Maker/milestone/30)

* Feature: Automatically enqueue popups when detected during page load [Issue 543](https://github.com/PopupMaker/Popup-Maker/issues/543)
* Improvement: Improvements to 'Extend' page [Issue 913](https://github.com/PopupMaker/Popup-Maker/issues/913)
* Improvement: Start working toward more consistent linking/documentation strategy
* Fix: Popup defaults() method only returns default values for checkbox fields [Issue 927](https://github.com/PopupMaker/Popup-Maker/issues/927)
* Fix: PUM_Telemetry triggers PHP warnings in (CLI) cron [Issue 919](https://github.com/PopupMaker/Popup-Maker/issues/919)
* Fix: pum-admin-bar Script Fails to Load [Issue 907](https://github.com/PopupMaker/Popup-Maker/issues/907) Thanks @fluxism!
* Fix: JS error: Uncaught TypeError: Cannot set property 'popups' of undefined [Issue 635](https://github.com/PopupMaker/Popup-Maker/issues/635)
* Fix: Undefined SCSS variable causing errors in building block components

## [v1.14.0 - 12/16/2020](https://github.com/PopupMaker/Popup-Maker/milestone/29)

* Improvement: Add a link to popups to admin bar [Issue #892](https://github.com/PopupMaker/Popup-Maker/issues/892)
Expand Down
2 changes: 1 addition & 1 deletion assets/css/pum-admin-bar-rtl.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/pum-admin-bar.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/pum-admin-batch-rtl.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/pum-admin-batch.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/pum-admin-editor-styles-rtl.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/pum-admin-editor-styles.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 31 additions & 0 deletions assets/css/pum-admin-extensions-page-rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a10b00d

Please sign in to comment.