Changeset 3126751
- Timestamp:
- 07/28/2024 09:14:45 AM (20 months ago)
- Location:
- social-planner
- Files:
-
- 2 added
- 6 edited
- 1 copied
-
tags/.1.4.0 (copied) (copied from social-planner/trunk)
-
tags/.1.4.0/classes/class-core.php (modified) (1 diff)
-
tags/.1.4.0/networks/class-network-make.php (added)
-
tags/.1.4.0/readme.txt (modified) (2 diffs)
-
tags/.1.4.0/social-planner.php (modified) (2 diffs)
-
trunk/classes/class-core.php (modified) (1 diff)
-
trunk/networks/class-network-make.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/social-planner.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
social-planner/tags/.1.4.0/classes/class-core.php
r2909567 r3126751 55 55 'Social_Planner\Network_OK' => SOCIAL_PLANNER_DIR . '/networks/class-network-ok.php', 56 56 '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', 57 58 ); 58 59 -
social-planner/tags/.1.4.0/readme.txt
r3113833 r3126751 5 5 Requires at least: 5.3 6 6 Tested up to: 6.5.5 7 Stable tag: 1. 3.27 Stable tag: 1.4.0 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 51 51 52 52 == Changelog == 53 54 = 1.4.0 = 55 * Adding new provider for make.com. 53 56 54 57 = 1.3.2 = -
social-planner/tags/.1.4.0/social-planner.php
r3113833 r3126751 8 8 * Requires at least: 5.3 9 9 * Tested up to: 6.5.5 10 * Version: 1. 3.210 * Version: 1.4.0 11 11 * 12 12 * Text Domain: social-planner … … 28 28 * Plugin version. 29 29 */ 30 define( 'SOCIAL_PLANNER_VERSION', '1. 3.2' );30 define( 'SOCIAL_PLANNER_VERSION', '1.4.0' ); 31 31 32 32 /** -
social-planner/trunk/classes/class-core.php
r2909567 r3126751 55 55 'Social_Planner\Network_OK' => SOCIAL_PLANNER_DIR . '/networks/class-network-ok.php', 56 56 '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', 57 58 ); 58 59 -
social-planner/trunk/readme.txt
r3113833 r3126751 5 5 Requires at least: 5.3 6 6 Tested up to: 6.5.5 7 Stable tag: 1. 3.27 Stable tag: 1.4.0 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 51 51 52 52 == Changelog == 53 54 = 1.4.0 = 55 * Adding new provider for make.com. 53 56 54 57 = 1.3.2 = -
social-planner/trunk/social-planner.php
r3113833 r3126751 8 8 * Requires at least: 5.3 9 9 * Tested up to: 6.5.5 10 * Version: 1. 3.210 * Version: 1.4.0 11 11 * 12 12 * Text Domain: social-planner … … 28 28 * Plugin version. 29 29 */ 30 define( 'SOCIAL_PLANNER_VERSION', '1. 3.2' );30 define( 'SOCIAL_PLANNER_VERSION', '1.4.0' ); 31 31 32 32 /**
Note: See TracChangeset
for help on using the changeset viewer.