Plugin Directory

Changeset 2393216


Ignore:
Timestamp:
10/04/2020 06:27:46 PM (5 years ago)
Author:
jrtashjian
Message:

Update to version 1.2.1 from GitHub

Location:
curatewp-related-posts
Files:
4 added
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • curatewp-related-posts/tags/1.2.1/changelog.txt

    r2393059 r2393216  
    11== Changelog ==
     2
     3= 1.2.1 =
     4* Fix missing composer autoloader
    25
    36= 1.2.0 =
  • curatewp-related-posts/tags/1.2.1/curatewp-related-posts.php

    r2393059 r2393216  
    55Plugin URI: https://curatewp.com/
    66Description: Display related posts within the current post, in a widget, and in your theme.
    7 Version: 1.2.0
     7Version: 1.2.1
    88Author: JR Tashjian
    99Author URI: https://jrtashjian.com
     
    3232}
    3333
    34 define( 'CWPRP_VERSION', '1.2.0' );
     34define( 'CWPRP_VERSION', '1.2.1' );
    3535define( 'CWPRP_PLUGIN_DIR', dirname( __FILE__ ) );
    3636define( 'CWPRP_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • curatewp-related-posts/tags/1.2.1/readme.txt

    r2393059 r2393216  
    55Tested up to: 5.5.1
    66Requires PHP: 5.6
    7 Stable tag: 1.2.0
     7Stable tag: 1.2.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3535== Changelog ==
    3636
    37 * Added support for WP 5.5.1
     37* Fix missing composer autoloader
  • curatewp-related-posts/trunk/changelog.txt

    r2393059 r2393216  
    11== Changelog ==
     2
     3= 1.2.1 =
     4* Fix missing composer autoloader
    25
    36= 1.2.0 =
  • curatewp-related-posts/trunk/curatewp-related-posts.php

    r2393059 r2393216  
    55Plugin URI: https://curatewp.com/
    66Description: Display related posts within the current post, in a widget, and in your theme.
    7 Version: 1.2.0
     7Version: 1.2.1
    88Author: JR Tashjian
    99Author URI: https://jrtashjian.com
     
    3232}
    3333
    34 define( 'CWPRP_VERSION', '1.2.0' );
     34define( 'CWPRP_VERSION', '1.2.1' );
    3535define( 'CWPRP_PLUGIN_DIR', dirname( __FILE__ ) );
    3636define( 'CWPRP_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
  • curatewp-related-posts/trunk/readme.txt

    r2393059 r2393216  
    55Tested up to: 5.5.1
    66Requires PHP: 5.6
    7 Stable tag: 1.2.0
     7Stable tag: 1.2.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3535== Changelog ==
    3636
    37 * Added support for WP 5.5.1
     37* Fix missing composer autoloader
Note: See TracChangeset for help on using the changeset viewer.