Plugin Directory

Changeset 2241998


Ignore:
Timestamp:
02/10/2020 06:26:22 PM (6 years ago)
Author:
formarketer
Message:

Version 2.0.6

Location:
formarketer/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • formarketer/trunk/formarketer.php

    r2239027 r2241998  
    1111 * Plugin URI:        https://www.formarketer.com/
    1212 * Description:       This plugin enables the integration between the forMarketer Platform and Wordpress.
    13  * Version:           2.0.5
     13 * Version:           2.0.6
    1414 * Author:            forMarketer
    1515 * Author URI:        https://www.formarketer.com/
     
    2929 * Currently plugin version.
    3030 */
    31 define( 'FORMARKETER_VERSION', '2.0.5' );
     31define( 'FORMARKETER_VERSION', '2.0.6' );
    3232
    3333// Class Token
  • formarketer/trunk/readme.txt

    r2239027 r2241998  
    5252
    5353== Changelog ==
     54
     55= 2.0.6 =
     56
     57- Remove featured image
    5458
    5559= 2.0.5 =
  • formarketer/trunk/resources/posts.php

    r2206016 r2241998  
    300300                switch ($param['media_id']) {
    301301                    case 0:
    302                         delete_post_thumbnail($id_post);
     302                        delete_post_thumbnail($param['id']);
    303303                        break;
    304304                    default:
Note: See TracChangeset for help on using the changeset viewer.