Plugin Directory

Changeset 3426278


Ignore:
Timestamp:
12/23/2025 02:49:36 PM (3 months ago)
Author:
aminurislam01
Message:

Update to version 3.1 from GitHub

Location:
wp-change-email-sender
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wp-change-email-sender/tags/3.1/readme.txt

    r3163024 r3426278  
    33Donate link: https://www.buymeacoffee.com/aiarnob
    44Tags: wp change email sender, wp change default email sender, wordpress default email sender change, wp default email change, wp default email sender name change
    5 Requires at least: 3.7.0
    6 Tested up to: 6.6
    7 Stable tag: 3.0
     5Requires at least: 5.8
     6Tested up to: 6.9
     7Stable tag: 3.1
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    4949== Changelog ==
    5050
     51= 3.1 =
     52* Checked with latest version of WordPress.
     53
    5154= 3.0 =
    5255* Few security update.
  • wp-change-email-sender/tags/3.1/wp-change-email-sender.php

    r3163024 r3426278  
    44Plugin URI: https://wordpress.org/plugins/wp-change-email-sender/
    55Description: This plugin which allows you to change WordPress default mail sender name and email address easily.
    6 Version: 3.0
     6Version: 3.1
    77Author: Aminur Islam
    88Author URI: https://github.com/aminurislamarnob
     
    2222 * Currently plugin version.
    2323*/
    24 define('WPCES_EMAIL_SENDER_PLUGIN_VERSION', '1.0');
     24define('WPCES_EMAIL_SENDER_PLUGIN_VERSION', '3.1');
    2525
    2626 
  • wp-change-email-sender/trunk/readme.txt

    r3163024 r3426278  
    33Donate link: https://www.buymeacoffee.com/aiarnob
    44Tags: wp change email sender, wp change default email sender, wordpress default email sender change, wp default email change, wp default email sender name change
    5 Requires at least: 3.7.0
    6 Tested up to: 6.6
    7 Stable tag: 3.0
     5Requires at least: 5.8
     6Tested up to: 6.9
     7Stable tag: 3.1
    88Requires PHP: 7.4
    99License: GPLv2 or later
     
    4949== Changelog ==
    5050
     51= 3.1 =
     52* Checked with latest version of WordPress.
     53
    5154= 3.0 =
    5255* Few security update.
  • wp-change-email-sender/trunk/wp-change-email-sender.php

    r3163024 r3426278  
    44Plugin URI: https://wordpress.org/plugins/wp-change-email-sender/
    55Description: This plugin which allows you to change WordPress default mail sender name and email address easily.
    6 Version: 3.0
     6Version: 3.1
    77Author: Aminur Islam
    88Author URI: https://github.com/aminurislamarnob
     
    2222 * Currently plugin version.
    2323*/
    24 define('WPCES_EMAIL_SENDER_PLUGIN_VERSION', '1.0');
     24define('WPCES_EMAIL_SENDER_PLUGIN_VERSION', '3.1');
    2525
    2626 
Note: See TracChangeset for help on using the changeset viewer.