Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasplevy committed Feb 15, 2018
1 parent 514dc49 commit 15376d1
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
== Changelog ==

= v1.5.0 - 2018-02-?? =
= v1.5.0 - 2018-02-15 =
-----------------------

+ Beaver Builder: Updated to support Beaver Builder 2.0 (long over due, I know.)
Expand Down
4 changes: 2 additions & 2 deletions _readme/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: thomasplevy, chrisbadgett, kathy11, lifterlms, codeboxllc
Donate link: https://lifterlms.com
Tags: learning management system, LMS, membership, elearning, online courses, quizzes, sell courses, badges, gamification, learning, Lifter, LifterLMS
Requires at least: 4.7
Tested up to: 4.8.1
Stable tag: 1.4.0
Tested up to: 4.9.4
Stable tag: 1.5.0
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down
18 changes: 9 additions & 9 deletions inc/labs/class.llms.lab.beaver.builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Lets you do all them sweet BeaverBuilder things to Courses, Lessons, and Memberships
*
* @since 1.3.0
* @version [version]
* @version 1.5.0
*/
class LLMS_Lab_Beaver_Builder extends LLMS_Lab {

Expand Down Expand Up @@ -42,7 +42,7 @@ public function is_enabled() {
* Init
* @return void
* @since 1.3.0
* @version [version]
* @version 1.5.0
*/
protected function init() {

Expand Down Expand Up @@ -75,8 +75,8 @@ protected function init() {
* Add LLMS post types to the enabled builder post types
* Stub function called when lab is enabled
* @return void
* @since [version]
* @version [version]
* @since 1.5.0
* @version 1.5.0
*/
public function on_enable() {

Expand All @@ -101,8 +101,8 @@ protected function settings() {
* @param array $form settings form array
* @param string $id ID of the row/module/col/etc...
* @return array
* @since [version]
* @version [version]
* @since 1.5.0
* @version 1.5.0
*/
public function add_visibility_settings( $form, $id ) {

Expand Down Expand Up @@ -235,7 +235,7 @@ private function get_related_posts_from_settings( $settings ) {
* @param obj $node BB node object
* @return boolean
* @since 1.3.0
* @version [version]
* @version 1.5.0
*/
public function is_node_visible( $visible, $node ) {

Expand Down Expand Up @@ -489,8 +489,8 @@ public function mod_page_restrictions( $results, $post_id ) {
* Prevent page building of LifterLMS Post Types that can't actually be pagebuilt despite what the settings may assume
* @param array $post_types post type objects as an array
* @return array
* @since [version]
* @version [version]
* @since 1.5.0
* @version 1.5.0
*/
public function remove_uneditable_post_types( $post_types ) {

Expand Down
2 changes: 1 addition & 1 deletion inc/labs/class.llms.lab.lifti.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Lab: Lifti
* Divi theme compatibility
* @since 1.1.0
* @version [version]
* @version 1.5.0
*/
class LLMS_Lab_Lifti extends LLMS_Lab {

Expand Down
8 changes: 4 additions & 4 deletions inc/labs/class.llms.lab.simple.branding.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* #kimdealwithit
*
* @since 1.0.0
* @version [version]
* @version 1.5.0
*/
class LLMS_Lab_Simple_Branding extends LLMS_Lab {

Expand Down Expand Up @@ -167,7 +167,7 @@ public function email_css( $css ) {
* so it doesn't have to be generated dynamically on every page load
* @return void
* @since 1.0.0
* @version [version]
* @version 1.5.0
*/
public function generate_css() {

Expand Down Expand Up @@ -404,8 +404,8 @@ private function hex_to_rgb_array( $hex ) {
* Set defaults on lab enabling (if they're not already set) & generates the CSS string
* Stub function called when lab is enabled
* @return void
* @since [version]
* @version [version]
* @since 1.5.0
* @version 1.5.0
*/
public function on_enable() {

Expand Down
10 changes: 5 additions & 5 deletions lifterlms-labs.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
* Plugin Name: LifterLMS Labs
* Plugin URI: https://lifterlms.com/
* Description: Experimental, conceptual, and possibly silly new features to improve and enhance the functionality of the LifterLMS core
* Version: 1.4.0
* Version: 1.5.0
* Author: Thomas Patrick Levy, codeBOX LLC
* Author URI: http://gocodebox.com
* Text Domain: lifterlms-labs
* Domain Path: /i18n
* License: GPLv2
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* License: GPLv3
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Requires at least: 4.0
* Tested up to: 4.8.1
* Tested up to: 4.9.4
*/

/**
Expand All @@ -21,7 +21,7 @@

final class LifterLMS_Labs {

public $version = '1.4.0';
public $version = '1.5.0';

protected static $_instance = null;

Expand Down

0 comments on commit 15376d1

Please sign in to comment.