Plugin Directory

Changeset 2911437


Ignore:
Timestamp:
05/12/2023 04:59:50 AM (3 years ago)
Author:
LogicHunt
Message:

Add version 1.1.0

Location:
parallax-scroll-wp
Files:
103 added
6 edited

Legend:

Unmodified
Added
Removed
  • parallax-scroll-wp/trunk/README.txt

    r2825611 r2911437  
    44Tags: parallax, background, scroll, image, parallax background, parallax scroll, parallax scrolling, header, call to action, animation
    55Requires at least: 5.5
    6 Tested up to: 6.1
    7 Stable tag: 1.0.0
     6Tested up to: 6.2
     7Stable tag: 1.1.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9494== Changelog ==
    9595
     96= 1.1.0 =
     97* Optimize code
     98* Check Latest Compatibility
     99
    96100= 1.0.0 =
    97101* Initial public release.
  • parallax-scroll-wp/trunk/admin/class-parallax-scroll-wp-admin.php

    r2824334 r2911437  
    522522
    523523                update_post_meta( $post_id, '_save_meta_lgx_parallax_generator', $savable_Data );
     524               
    524525            }
    525526        }
  • parallax-scroll-wp/trunk/parallax-scroll-wp.php

    r2824334 r2911437  
    1111 * Plugin URI:        https://logichunt.com/product/wp-parallax-scroll
    1212 * Description:       Amazing Section Builder Plugin to Build a Responsive and Attractive Section with Background Parallax Effect.
    13  * Version:           1.0.0
     13 * Version:           1.1.0
    1414 * Author:            LogicHunt
    1515 * Author URI:        https://logichunt.com
     
    2727
    2828//plugin definition specific constants
    29 defined( 'LGX_PARALLAX_VERSION' )               or define( 'LGX_PARALLAX_VERSION', '1.0.0' );
     29defined( 'LGX_PARALLAX_VERSION' )               or define( 'LGX_PARALLAX_VERSION', '1.1.0' );
    3030defined( 'LGX_PARALLAX_PLUGIN' )                or define( 'LGX_PARALLAX_PLUGIN', 'parallax-scroll-wp' );
    3131defined( 'LGX_PARALLAX_PLUGIN_BASE' )           or define( 'LGX_PARALLAX_PLUGIN_BASE', plugin_basename( __FILE__ ) );
  • parallax-scroll-wp/trunk/public/assets/js/parallax-wp-public.js

    r2824334 r2911437  
    4242        //console.log('I am loaded!');
    4343
    44    
    45 
    4644        if ( $('.lgx_lsw_preloader').length ) {
    4745            $('body').find('.lgx_parallax_app').each(function () {
  • parallax-scroll-wp/trunk/public/partials/template/view-default.php

    r2824334 r2911437  
    1111                   
    1212                    <?php echo do_shortcode( wp_kses_post($lgx_parallax_post->post_content) );?>
    13                     <?php  //echo do_shortcode( $lgx_parallax_post->post_content);?>
     13                   
    1414
    1515                </div> <!-- //.CONTENT WRAP END-->
  • parallax-scroll-wp/trunk/public/partials/view-controller.php

    r2824334 r2911437  
    104104
    105105if($lgx_meta_parallax_type == 'css') {
     106   
    106107    include 'dynamic-style/css-style.php';
    107108}
Note: See TracChangeset for help on using the changeset viewer.