Plugin Directory

Changeset 2693410


Ignore:
Timestamp:
03/14/2022 04:57:26 AM (4 years ago)
Author:
mailazy
Message:

Code Optimization

Location:
mailazy
Files:
16 added
2 edited

Legend:

Unmodified
Added
Removed
  • mailazy/trunk/mailazy.php

    r2679790 r2693410  
    55 * Plugin URI: https://github.com/mailazy/wordpress
    66 * Description: Mailazy provides a secure and delightful experience to your customer with Email API.
    7  * Version: 1.2
     7 * Version: 1.3
    88 * Author: Mailazy Team
    99 * Author URI: https://mailazy.com
     
    1616define('MAILAZY_ROOT_DIR', plugin_dir_path(__FILE__));
    1717define('MAILAZY_ROOT_URL', plugin_dir_url(__FILE__));
    18 define('MAILAZY_PLUGIN_VERSION', '1.0');
     18define('MAILAZY_PLUGIN_VERSION', '1.3');
    1919define('MAILAZY_ROOT_SETTING_LINK', plugin_basename(__FILE__));
    2020
  • mailazy/trunk/readme.txt

    r2679790 r2693410  
    55Requires at least: 3.4
    66Tested up to: 5.9
    7 Stable tag: 1.2
     7Stable tag: 1.3
    88Requires PHP: 5.6
    99License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.