Plugin Directory

Changeset 2666102


Ignore:
Timestamp:
01/26/2022 04:20:14 PM (4 years ago)
Author:
honorswp
Message:

Update to version 1.3.1 from GitHub

Location:
powerpack-for-learndash
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • powerpack-for-learndash/tags/1.3.1/learndash-powerpack.php

    r2665925 r2666102  
    66 * Author: HonorsWP
    77 * Author URI: https://honorswp.com/
    8  * Version: 1.3.0
     8 * Version: 1.3.1
    99 * Requires PHP: 5.6
    10  * Requires at least: 5.0
     10 * Requires at least: 5.8
    1111 * Text Domain: learndash-powerpack
    1212 * Domain Path: /languages
     
    2222}
    2323
    24 require_once __DIR__ . '/vendor/autoload.php';
    25 
    2624/**
    2725 * Required minimums and constants
    2826 */
    29 define( 'LD_POWERPACK_VERSION', '1.3.0' );
     27define( 'LD_POWERPACK_VERSION', '1.3.1' );
    3028define( 'LD_POWERPACK_MAIN_FILE', __FILE__ );
    3129define( '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  
    55Tested up to: 5.9
    66Requires PHP: 5.6
    7 Stable tag: 1.3.0
     7Stable tag: 1.3.1
    88License: GNU General Public License v3.0
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    88882. Easy to use module settings
    89893. 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  
    66 * Author: HonorsWP
    77 * Author URI: https://honorswp.com/
    8  * Version: 1.3.0
     8 * Version: 1.3.1
    99 * Requires PHP: 5.6
    10  * Requires at least: 5.0
     10 * Requires at least: 5.8
    1111 * Text Domain: learndash-powerpack
    1212 * Domain Path: /languages
     
    2222}
    2323
    24 require_once __DIR__ . '/vendor/autoload.php';
    25 
    2624/**
    2725 * Required minimums and constants
    2826 */
    29 define( 'LD_POWERPACK_VERSION', '1.3.0' );
     27define( 'LD_POWERPACK_VERSION', '1.3.1' );
    3028define( 'LD_POWERPACK_MAIN_FILE', __FILE__ );
    3129define( 'LD_POWERPACK_PLUGIN_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) );
  • powerpack-for-learndash/trunk/readme.txt

    r2665925 r2666102  
    55Tested up to: 5.9
    66Requires PHP: 5.6
    7 Stable tag: 1.3.0
     7Stable tag: 1.3.1
    88License: GNU General Public License v3.0
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    88882. Easy to use module settings
    89893. 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.