Skip to content

Commit

Permalink
Bump to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samiahmedsiddiqui committed Jul 11, 2024
1 parent 59f91f7 commit 9095495
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 22 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ add_filter( 'make_paths_relative_activate_all', '__return_true' );

**Note**: Make sure to check the settings Page.

### Thanks for the Support
### Bug reports

The support from the users that love Make Paths Relative is huge. You can support Make Paths Relative future development and help to make it even better by giving a 5-star rating with a nice message to me :)
Bug reports for **Make Paths Relative** are [welcomed on GitHub](https://github.com/yasglobal/make-paths-relative/issues/). Please note GitHub is not a support forum, and issues that aren't properly qualified as bugs will be closed.

## Installation

Expand All @@ -41,7 +41,7 @@ This process defines you the steps to follow either you are installing through W
1. Visit 'Plugins > Add New'
2. Search for Make Paths Relative
3. Activate Make Paths Relative from your Plugins page.
4. Go to "after activation" below.
4. Go to **"after activation"** below.

### Manually

Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion includes/class-make-paths-relative.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ final class Make_Paths_Relative {
*
* @var string
*/
public $version = '2.0.0';
public $version = '2.1.0';

/**
* Class constructor.
Expand Down
4 changes: 2 additions & 2 deletions make-paths-relative.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* Plugin Name: Make Paths Relative
* Plugin URI: https://www.yasglobal.com/web-design-development/wordpress/make-paths-relative/
* Description: This plugin helps ensure your website functions correctly when moved to a different domain.
* Version: 2.0.0
* Version: 2.1.0
* Requires at least: 2.6
* Requires PHP: 5.4
* Requires PHP: 5.6
* Author: Sami Ahmed Siddiqui
* Author URI: https://www.linkedin.com/in/sami-ahmed-siddiqui/
* License: GPLv3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "make-paths-relative",
"description": "Development files for the Make Paths Relative plugin.",
"version": "2.0.0",
"version": "2.1.0",
"repository": {
"type": "git",
"url": "https://github.com/yasglobal/make-paths-relative.git"
Expand Down
40 changes: 25 additions & 15 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== Make Paths Relative ===
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
Contributors: sasiddiqui
Tags: Portable URLs, Relative Links, SEO-Friendly URLs, Multisite Compatibility, Subdomain Migration, URL Migration, Domain Move
Requires at least: 2.6
Tested up to: 6.5
Stable tag: 2.0.0
Stable tag: 2.1.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -31,15 +31,15 @@ This plugin empowers you to focus on creating exceptional content while eliminat

If you want to make plugin works and all the paths relative without going to check/visit Settings Page so, just add this line in your theme's `functions.php`.

```php
```
add_filter( 'make_paths_relative_activate_all', '__return_true' );
```

**Note**: Make sure to check the settings Page.

### Thanks for the Support
### Bug reports

The support from the users that love Make Paths Relative is huge. You can support Make Paths Relative future development and help to make it even better by giving a 5-star rating with a nice message to me :)
Bug reports for **Make Paths Relative** are [welcomed on GitHub](https://github.com/yasglobal/make-paths-relative/issues/). Please note GitHub is not a support forum, and issues that aren't properly qualified as bugs will be closed.

## Installation

Expand All @@ -50,13 +50,13 @@ This process defines you the steps to follow either you are installing through W
1. Visit 'Plugins > Add New'
2. Search for Make Paths Relative
3. Activate Make Paths Relative from your Plugins page.
4. Go to "after activation" below.
4. Go to **"after activation"** below.

### Manually

1. Upload the `make-paths-relative` folder to the `/wp-content/plugins/` directory
2. Activate Make Paths Relative through the 'Plugins' menu in WordPress
3. Go to "after activation" below.
3. Go to **"after activation"** below.

### After activation

Expand All @@ -65,13 +65,23 @@ This process defines you the steps to follow either you are installing through W

## Changelog

= June 28, 2024 =
= 2.1.0 - July 11, 2024 =

* Bugs:
* Fixed an issue where replacements using \n or $n weren't working correctly.
* Feature Additions:
* You can now include slashes in hostnames, giving you more flexibility.
* For improved security, plugin can no longer be used on the admin dashboard.
* We've enhanced how relative escaped URLs are handled within the body content.
* Add functionality to relative WordPress stylesheet directory URIs.

= 2.0.0 - June 28, 2024 =

* Security Enhancement:
* Implemented a nonce mechanism to safeguard page updates, preventing unauthorized modifications.
* Feature Additions:
* Define multiple domains to be act as relative.
* Enhanced content control by allowing removal of specific domains from the entire HTML body tag.
* Security Enhancement:
* Implemented a nonce mechanism to safeguard page updates, preventing unauthorized modifications.
* Feature Additions:
* Define multiple domains to be act as relative.
* Enhanced content control by allowing removal of specific domains from the entire HTML body tag.

= Earlier versions =

Expand Down

0 comments on commit 9095495

Please sign in to comment.