Plugin Directory

Changeset 2825775


Ignore:
Timestamp:
11/29/2022 09:15:25 AM (3 years ago)
Author:
easycontent
Message:

Version updated to 1.1.2

Location:
easycontent/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • easycontent/trunk/easycontent-wp.php

    r2825766 r2825775  
    44 * Plugin URI:  https://easycontent.io
    55 * Description: Imports articles from EasyContent to your wordpress site and exports articles from your wordpress site to EasyContent
    6  * Version: 1.1.1
     6 * Version: 1.1.2
    77 * Requires at least: 5.0.7
    88 * Requires PHP: 5.6
     
    2121
    2222if ( ! defined( 'EASYCONTENT_PLUGIN_VERSION' ) ) {
    23     define( 'EASYCONTENT_PLUGIN_VERSION', '1.1.1' );
     23    define( 'EASYCONTENT_PLUGIN_VERSION', '1.1.2' );
    2424}
    2525
  • easycontent/trunk/readme.txt

    r2825766 r2825775  
    66Tested up to:       6.1.1
    77Requires PHP:       5.6
    8 Stable tag:         1.1.1
     8Stable tag:         1.1.2
    99License:            GPL-2.0+
    1010License URI:        http://www.gnu.org/licenses/gpl-2.0.html
     
    6161== Changelog ==
    6262
     63= 1.1.2 =
     64* Minor changes
     65
    6366= 1.1.1 =
    6467* Increased performance
Note: See TracChangeset for help on using the changeset viewer.