Changeset 3067043
- Timestamp:
- 04/08/2024 03:52:19 PM (2 years ago)
- Location:
- wallkit
- Files:
-
- 6 edited
- 1 copied
-
tags/3.3.3 (copied) (copied from wallkit/trunk)
-
tags/3.3.3/admin/class-wallkit-wp-admin.php (modified) (1 diff)
-
tags/3.3.3/readme.txt (modified) (1 diff)
-
tags/3.3.3/wallkit-wp.php (modified) (2 diffs)
-
trunk/admin/class-wallkit-wp-admin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wallkit-wp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wallkit/tags/3.3.3/admin/class-wallkit-wp-admin.php
r3058402 r3067043 253 253 $update = false; 254 254 } 255 else 256 { 257 $update = true; 258 } 255 259 256 260 if($update) -
wallkit/tags/3.3.3/readme.txt
r3058402 r3067043 27 27 28 28 == Changelog == 29 30 = 3.3.3 = 31 *Release Date - 08 April 2024* 32 33 #### Updates including: 34 - Fixed sync posts with Wallkit on save_post hook. 29 35 30 36 = 3.3.2 = -
wallkit/tags/3.3.3/wallkit-wp.php
r3058402 r3067043 10 10 * Plugin URI: https://wallkit.net 11 11 * Description: A Plug & Play paid-content system to manage subscribers, gather fees and drive additional content sales. 12 * Version: 3.3. 212 * Version: 3.3.3 13 13 * Author: Wallkit <dev@wallkit.net> 14 14 * Author URI: https://wallkit.net/ … … 27 27 * Rename this for your plugin and update it as you release new versions. 28 28 */ 29 define( 'WPWKP_VERSION', '3.3. 2' );29 define( 'WPWKP_VERSION', '3.3.3' ); 30 30 31 31 /** -
wallkit/trunk/admin/class-wallkit-wp-admin.php
r3058402 r3067043 253 253 $update = false; 254 254 } 255 else 256 { 257 $update = true; 258 } 255 259 256 260 if($update) -
wallkit/trunk/readme.txt
r3058402 r3067043 27 27 28 28 == Changelog == 29 30 = 3.3.3 = 31 *Release Date - 08 April 2024* 32 33 #### Updates including: 34 - Fixed sync posts with Wallkit on save_post hook. 29 35 30 36 = 3.3.2 = -
wallkit/trunk/wallkit-wp.php
r3058402 r3067043 10 10 * Plugin URI: https://wallkit.net 11 11 * Description: A Plug & Play paid-content system to manage subscribers, gather fees and drive additional content sales. 12 * Version: 3.3. 212 * Version: 3.3.3 13 13 * Author: Wallkit <dev@wallkit.net> 14 14 * Author URI: https://wallkit.net/ … … 27 27 * Rename this for your plugin and update it as you release new versions. 28 28 */ 29 define( 'WPWKP_VERSION', '3.3. 2' );29 define( 'WPWKP_VERSION', '3.3.3' ); 30 30 31 31 /**
Note: See TracChangeset
for help on using the changeset viewer.