Skip to content

Commit

Permalink
Merge pull request #46 from asdfdotdev/development
Browse files Browse the repository at this point in the history
v1.7.2 - Housekeeping updates
  • Loading branch information
chrislarrycarl authored Aug 12, 2020
2 parents cb0006c + 4743726 commit 67388cb
Show file tree
Hide file tree
Showing 9 changed files with 1,198 additions and 873 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ matrix:
include:
- php: 7.4
env: WP_VERSION=nightly CODE_STYLES=phpcs
- php: 7.4
env: WP_VERSION=5.5 CODE_STYLES=phpcs
- php: 7.4
env: WP_VERSION=5.4 CODE_STYLES=phpcs
- php: 7.3
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ To download just the plugin (without the developer extras in this repo) check ou

### Compatibility

[![WordPress Compatibility](https://img.shields.io/badge/WordPress-4.7_to_5.4-blue.svg?logo=wordpress)](https://wordpress.org/) [![PHP Compatibility](https://img.shields.io/badge/PHP-5.6_to_7.4-%238892BF.svg?logo=php)](https://php.net/)
[![WordPress Compatibility](https://img.shields.io/badge/WordPress-4.7_to_5.5-blue.svg?logo=wordpress)](https://wordpress.org/) [![PHP Compatibility](https://img.shields.io/badge/PHP-5.6_to_7.4-%238892BF.svg?logo=php)](https://php.net/)

utm.codes is developed for, and tested with, a variety of recent platform versions, including:

- WordPress 4.7, 4.8, 4.9, 5.0, 5.1, 5.2, 5.3, and 5.4
- WordPress 4.7, 4.8, 4.9, 5.0, 5.1, 5.2, 5.3, 5.4, and 5.5
- PHP 5.6, 7.0, 7.1, 7.2, 7.3, and 7.4

## Branches
Expand Down
9 changes: 7 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Contributors: chrislarrycarl
Donate link: https://utm.codes/pricing/
Tags: analytics, utm codes, analytics, google analytics, campaign marketing, link generator
Requires at least: 4.7.0
Tested up to: 5.4.2
Tested up to: 5.5.0
Requires PHP: 5.6.0
Stable tag: 1.7.1
Stable tag: 1.7.2
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -97,6 +97,11 @@ That isn't a question. But thank you.

== Changelog ==

= 1.7.2 =

- Supports WordPress v5.5
- Update dependencies

= 1.7.1 =

- Cleanup permissions
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "asdfdotdev/utm.codes",
"version": "1.7.1",
"version": "1.7.2",
"description": "A plugin that makes building analytics friendly links quick and easy.",
"type": "wordpress-plugin",
"require-dev": {
Expand Down
Loading

0 comments on commit 67388cb

Please sign in to comment.