Plugin Directory

Changeset 2857229


Ignore:
Timestamp:
01/30/2023 05:40:28 PM (3 years ago)
Author:
infinitycopy
Message:

Update version

Location:
infinity-copy/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • infinity-copy/trunk/README.md

    r2857216 r2857229  
    55Requires at least: 4.7
    66Tested up to: 6.1.1
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.2
    88Requires PHP: 7.0
    99License: GPLv2 or later
  • infinity-copy/trunk/infinity-copy.php

    r2857216 r2857229  
    77 * Author URI: https://infinitycopy.ai/
    88 * Text Domain: infinitycopy
    9  * Version: 1.0.1
     9 * Version: 1.0.2
    1010 */
    1111
     
    1515
    1616// Define consts
    17 define('INFINITY_COPY_VERSION', '1.0.1');
     17define('INFINITY_COPY_VERSION', '1.0.2');
    1818define('INFINITY_COPY_MINIMUM_WP_VERSION', '5.0');
    1919define('INFINITY_COPY_PLUGIN_DIR', untrailingslashit(dirname(__FILE__)));
Note: See TracChangeset for help on using the changeset viewer.