diff --git a/README.md b/README.md index 6548f8398f..d2f1a9d95e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # [Pods Framework](https://pods.io) # -[![Travis](https://secure.travis-ci.org/pods-framework/pods.png?branch=2.x)](http://travis-ci.org/pods-framework/pods) -[![License](https://img.shields.io/badge/license-GPL--2.0%2B-green.svg)](https://github.com/pods-framework/pods/blob/2.x/license.txt) +[![Travis](https://secure.travis-ci.org/pods-framework/pods.png?branch=master)](http://travis-ci.org/pods-framework/pods) +[![License](https://img.shields.io/badge/license-GPL--2.0%2B-green.svg)](https://github.com/pods-framework/pods/blob/master/license.txt) [![WordPress Plugin version](https://img.shields.io/wordpress/plugin/v/pods.svg?style=flat)](https://wordpress.org/plugins/pods/) [![WordPress Plugin WP tested version](https://img.shields.io/wordpress/v/pods.svg?style=flat)](https://wordpress.org/plugins/pods/) diff --git a/init.php b/init.php index 9fafd60ee8..e45033a609 100644 --- a/init.php +++ b/init.php @@ -3,7 +3,7 @@ Plugin Name: Pods - Custom Content Types and Fields Plugin URI: https://pods.io/ Description: Pods is a framework for creating, managing, and deploying customized content types and fields -Version: 2.7.15-a-1 +Version: 2.7.15 Author: Pods Framework Team Author URI: https://pods.io/about/ Text Domain: pods @@ -36,7 +36,7 @@ add_action( 'init', 'pods_deactivate_pods_ui' ); } else { // Current version - define( 'PODS_VERSION', '2.7.15-a-1' ); + define( 'PODS_VERSION', '2.7.15' ); // Version tracking between DB updates themselves define( 'PODS_DB_VERSION', '2.3.5' ); diff --git a/package.json b/package.json index 5102275478..206e487e19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pods", - "version": "2.7.15-a-1", + "version": "2.7.15", "description": "Pods is a development framework for creating, extending, managing, and deploying customized content types in WordPress.", "author": "Pods Foundation, Inc", "homepage": "https://pods.io/", diff --git a/readme.txt b/readme.txt index f1082a94a4..30c9356e56 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: pods, custom post types, custom taxonomies, content types, custom fields, Requires at least: 4.5 Tested up to: 5.2 Requires PHP: 5.3 -Stable tag: 2.7.15-a-1 +Stable tag: 2.7.15 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html