Plugin Directory

Changeset 3126751


Ignore:
Timestamp:
07/28/2024 09:14:45 AM (20 months ago)
Author:
antonlukin
Message:

Update to version .1.4.0 from GitHub

Location:
social-planner
Files:
2 added
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • social-planner/tags/.1.4.0/classes/class-core.php

    r2909567 r3126751  
    5555            'Social_Planner\Network_OK'         => SOCIAL_PLANNER_DIR . '/networks/class-network-ok.php',
    5656            'Social_Planner\Network_Linkedin'   => SOCIAL_PLANNER_DIR . '/networks/class-network-linkedin.php',
     57            'Social_Planner\Network_Make'       => SOCIAL_PLANNER_DIR . '/networks/class-network-make.php',
    5758        );
    5859
  • social-planner/tags/.1.4.0/readme.txt

    r3113833 r3126751  
    55Requires at least: 5.3
    66Tested up to: 6.5.5
    7 Stable tag: 1.3.2
     7Stable tag: 1.4.0
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    5151
    5252== Changelog ==
     53
     54= 1.4.0 =
     55* Adding new provider for make.com.
    5356
    5457= 1.3.2 =
  • social-planner/tags/.1.4.0/social-planner.php

    r3113833 r3126751  
    88 * Requires at least: 5.3
    99 * Tested up to: 6.5.5
    10  * Version: 1.3.2
     10 * Version: 1.4.0
    1111 *
    1212 * Text Domain: social-planner
     
    2828 * Plugin version.
    2929 */
    30 define( 'SOCIAL_PLANNER_VERSION', '1.3.2' );
     30define( 'SOCIAL_PLANNER_VERSION', '1.4.0' );
    3131
    3232/**
  • social-planner/trunk/classes/class-core.php

    r2909567 r3126751  
    5555            'Social_Planner\Network_OK'         => SOCIAL_PLANNER_DIR . '/networks/class-network-ok.php',
    5656            'Social_Planner\Network_Linkedin'   => SOCIAL_PLANNER_DIR . '/networks/class-network-linkedin.php',
     57            'Social_Planner\Network_Make'       => SOCIAL_PLANNER_DIR . '/networks/class-network-make.php',
    5758        );
    5859
  • social-planner/trunk/readme.txt

    r3113833 r3126751  
    55Requires at least: 5.3
    66Tested up to: 6.5.5
    7 Stable tag: 1.3.2
     7Stable tag: 1.4.0
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    5151
    5252== Changelog ==
     53
     54= 1.4.0 =
     55* Adding new provider for make.com.
    5356
    5457= 1.3.2 =
  • social-planner/trunk/social-planner.php

    r3113833 r3126751  
    88 * Requires at least: 5.3
    99 * Tested up to: 6.5.5
    10  * Version: 1.3.2
     10 * Version: 1.4.0
    1111 *
    1212 * Text Domain: social-planner
     
    2828 * Plugin version.
    2929 */
    30 define( 'SOCIAL_PLANNER_VERSION', '1.3.2' );
     30define( 'SOCIAL_PLANNER_VERSION', '1.4.0' );
    3131
    3232/**
Note: See TracChangeset for help on using the changeset viewer.