Plugin Directory

Changeset 2226841

Timestamp:
01/14/2020 12:03:50 AM (5 years ago)
Author:
grosbouff
Message:

1.1.3

Location:
loops-n-slides/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • loops-n-slides/trunk/loops-n-slides.php

    r2060049 r2226841  
    22/*
    33Plugin Name: Loops 'n Slides
    4 Description: A simple yet powerful plugin that allows you to build custom posts loops and display them using a shortcode; eventually as a carousel of slides.
     4Description: A simple yet powerful plugin that allows you to .
    55Plugin URI: https://github.com/gordielachance/loops-n-slides
    66Author: G.Breant
    7 Author URI: https://profiles.wordpress.org/grosbouff/#content-plugins
    8 Version: 1.1.2
     7Author URI: https://profiles.wordpress.org/grosbouff
     8Version: 1.1.
    99License: GPL2
    1010*/
     
    1515    * @public string plugin version
    1616    */
    17     public $version = '1.1.2';
     17    public $version = '1.1.';
    1818    /**
    1919    * @public string plugin DB version
     
    3535    public $meta_name_options = 'loops-n-slides-options';
    3636    public $menu_slug = 'loops-n-slides';
     37
     38
    3739
    3840    /**
     
    121123        add_action( 'admin_enqueue_scripts', array($this,'admin_scripts_styles') );
    122124
     125
     126
    123127        new LoopsNSlides_Settings();
    124128        new LoopsNSlides_Posts_Loop(); //loop post type
     
    126130        new LoopsNSlides_Gallery(); //galleries stuff
    127131
     132
     133
     134
     135
     136
     137
     138
     139
     140
     141
     142
     143
     144
     145
     146
     147
     148
    128149    }
    129150   
  • loops-n-slides/trunk/readme.txt

    r2060049 r2226841  
    22Contributors: grosbouff
    33Donate link: http://bit.ly/gbreant
    4 Tags: loop,shortcode,query,carousel,slides,owlcarousel,queries
     4Tags: loop,shortcode,query,carousel,slides,owlcarousel,queries
    55Requires at least: 4.9
    6 Tested up to: 5.1.1
     6Tested up to: 5.
    77Stable tag: trunk
    88License: GPLv2 or later
    99
    10 A simple yet powerful plugin that allows you to build custom posts loops and display them using a shortcode; eventually as a carousel of slides!
     10A simple yet powerful plugin that allows you to
    1111
    1212== Description ==
    1313
    14 A simple yet powerful plugin that allows you to build custom posts loops and display them using a shortcode; eventually as a carousel of slides.
    15 Optionally, it will display your image galleries as carousels.
     14A simple yet powerful plugin that allows you to display posts loops based on any query, as a carousel of slides or using a custom template.
    1615
    1716= Features =
Note: See TracChangeset for help on using the changeset viewer.