Skip to content

Commit

Permalink
Bump to v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
samiahmedsiddiqui committed Aug 23, 2019
1 parent eacbfef commit 9633beb
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion admin/class-make-paths-relative-about.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @package MakePathsRelative\Admin
* @package MakePathsRelative
*/

final class Make_Paths_Relative_About {
Expand Down
2 changes: 1 addition & 1 deletion admin/class-make-paths-relative-admin.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @package MakePathsRelative\Admin
* @package MakePathsRelative
*/

final class Make_Paths_Relative_Admin {
Expand Down
2 changes: 1 addition & 1 deletion frontend/class-make-paths-relative.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @package MakePathsRelative\Frontend
* @package MakePathsRelative
*/

final class Make_Paths_Relative_Frontend {
Expand Down
7 changes: 3 additions & 4 deletions make-paths-relative.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
* Plugin Name: Make Paths Relative
* Plugin URI: https://wordpress.org/plugins/make-paths-relative/
* Description: This plugin converts the URL(Links) to relative instead of absolute.
* Version: 1.1.1
* Version: 1.1.2
* Author: YAS Global Team
* Author URI: https://www.yasglobal.com/web-design-development/wordpress/make-paths-relative/
* Donate link: https://www.paypal.me/yasglobal
* License: GPLv3
*
* Text Domain: make-paths-relative
Expand All @@ -17,7 +16,7 @@

/**
* Make Paths Relative - Convert Absolute URL to Relative WordPress
* Copyright (C) 2016-2018, Sami Ahmed Siddiqui <[email protected]>
* Copyright (C) 2016-2019, Sami Ahmed Siddiqui <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -63,7 +62,7 @@ private function setup_constants() {
}

if ( ! defined( 'MAKE_PATHS_RELATIVE_PLUGIN_VERSION' ) ) {
define( 'MAKE_PATHS_RELATIVE_PLUGIN_VERSION', '1.1.1' );
define( 'MAKE_PATHS_RELATIVE_PLUGIN_VERSION', '1.1.2' );
}

if ( ! defined( 'MAKE_PATHS_RELATIVE_PATH' ) ) {
Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: sasiddiqui, aliya-yasir
Tags: GDPR, URLs, Links, Paths, Relative, permalink, Absolute URLs, Relative URLs, scripts src, styles src, image src, remove_absolute
Requires at least: 3.5
Tested up to: 5.2
Stable tag: 1.1.1
Stable tag: 1.1.2
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -100,6 +100,11 @@ A. Yes, You can exclude the items by using the add_filter (You can find the filt

== Changelog ==

= 1.1.2 - Aug 23, 2019 =

* Bug
* [conflicts with Yoast Sitemap](https://github.com/yasglobal/make-paths-relative/issues/2)

= 1.1.1 - May 23, 2019 =

* Bug
Expand Down

0 comments on commit 9633beb

Please sign in to comment.