Changeset 2666102
- Timestamp:
- 01/26/2022 04:20:14 PM (4 years ago)
- Location:
- powerpack-for-learndash
- Files:
-
- 4 edited
- 1 copied
-
tags/1.3.1 (copied) (copied from powerpack-for-learndash/trunk)
-
tags/1.3.1/learndash-powerpack.php (modified) (2 diffs)
-
tags/1.3.1/readme.txt (modified) (2 diffs)
-
trunk/learndash-powerpack.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
powerpack-for-learndash/tags/1.3.1/learndash-powerpack.php
r2665925 r2666102 6 6 * Author: HonorsWP 7 7 * Author URI: https://honorswp.com/ 8 * Version: 1.3. 08 * Version: 1.3.1 9 9 * Requires PHP: 5.6 10 * Requires at least: 5. 010 * Requires at least: 5.8 11 11 * Text Domain: learndash-powerpack 12 12 * Domain Path: /languages … … 22 22 } 23 23 24 require_once __DIR__ . '/vendor/autoload.php';25 26 24 /** 27 25 * Required minimums and constants 28 26 */ 29 define( 'LD_POWERPACK_VERSION', '1.3. 0' );27 define( 'LD_POWERPACK_VERSION', '1.3.1' ); 30 28 define( 'LD_POWERPACK_MAIN_FILE', __FILE__ ); 31 29 define( 'LD_POWERPACK_PLUGIN_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) ); -
powerpack-for-learndash/tags/1.3.1/readme.txt
r2665925 r2666102 5 5 Tested up to: 5.9 6 6 Requires PHP: 5.6 7 Stable tag: 1.3. 07 Stable tag: 1.3.1 8 8 License: GNU General Public License v3.0 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 88 88 2. Easy to use module settings 89 89 3. Admin side view 90 91 == Changelog == 92 = 1.3.0 = 93 * Fixed Restrict Access to Certificates setting 94 * Fixed details link missing from user profile page 95 * Fixed Certificate Shortcode Link To Open In New Window disables certificate button in Block and Shortcode. 96 * Added Delete Settings button to input fields 97 * Added improved error messaging if a settings was not saved 98 * Deprecated functions and filters without adequate prefixes. They will be removed with the next update. 99 * Improved coding standards and tightened security 100 * Removed deprecated "Lesson Drip-Feed logic for Admin users" 101 * Removed deprecated "Disable use of Transients for all of selective data" 102 * Removed deprecated "Include admin users option" 103 * Removed deprecated "Matrix Sorting Question" 104 * Removed deprecated "Disbaled auto enrolled for admin users in all Courses" 105 * Removed deprecated "Remove Video Progression Cookie on Lesson Completion" 106 * Removed deprecated "Remove Video Progression Cookie on Topic Completion" 107 108 = 1.3.1 = 109 * Fixed fatal error 110 111 == Upgrade Notice == 112 = 1.3.1 = 113 * Fixed fatal error -
powerpack-for-learndash/trunk/learndash-powerpack.php
r2665925 r2666102 6 6 * Author: HonorsWP 7 7 * Author URI: https://honorswp.com/ 8 * Version: 1.3. 08 * Version: 1.3.1 9 9 * Requires PHP: 5.6 10 * Requires at least: 5. 010 * Requires at least: 5.8 11 11 * Text Domain: learndash-powerpack 12 12 * Domain Path: /languages … … 22 22 } 23 23 24 require_once __DIR__ . '/vendor/autoload.php';25 26 24 /** 27 25 * Required minimums and constants 28 26 */ 29 define( 'LD_POWERPACK_VERSION', '1.3. 0' );27 define( 'LD_POWERPACK_VERSION', '1.3.1' ); 30 28 define( 'LD_POWERPACK_MAIN_FILE', __FILE__ ); 31 29 define( 'LD_POWERPACK_PLUGIN_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) ); -
powerpack-for-learndash/trunk/readme.txt
r2665925 r2666102 5 5 Tested up to: 5.9 6 6 Requires PHP: 5.6 7 Stable tag: 1.3. 07 Stable tag: 1.3.1 8 8 License: GNU General Public License v3.0 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 88 88 2. Easy to use module settings 89 89 3. Admin side view 90 91 == Changelog == 92 = 1.3.0 = 93 * Fixed Restrict Access to Certificates setting 94 * Fixed details link missing from user profile page 95 * Fixed Certificate Shortcode Link To Open In New Window disables certificate button in Block and Shortcode. 96 * Added Delete Settings button to input fields 97 * Added improved error messaging if a settings was not saved 98 * Deprecated functions and filters without adequate prefixes. They will be removed with the next update. 99 * Improved coding standards and tightened security 100 * Removed deprecated "Lesson Drip-Feed logic for Admin users" 101 * Removed deprecated "Disable use of Transients for all of selective data" 102 * Removed deprecated "Include admin users option" 103 * Removed deprecated "Matrix Sorting Question" 104 * Removed deprecated "Disbaled auto enrolled for admin users in all Courses" 105 * Removed deprecated "Remove Video Progression Cookie on Lesson Completion" 106 * Removed deprecated "Remove Video Progression Cookie on Topic Completion" 107 108 = 1.3.1 = 109 * Fixed fatal error 110 111 == Upgrade Notice == 112 = 1.3.1 = 113 * Fixed fatal error
Note: See TracChangeset
for help on using the changeset viewer.