Plugin Directory

Changeset 1839928

Timestamp:
03/14/2018 11:47:31 AM (6 years ago)
Author:
mlaza
Message:
  • 1.0 release: Fixed readme.txt location, added tags/1.0
Location:
jalbum-bridge
Files:
40 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • jalbum-bridge/trunk/jalbum-bridge.php

    r1839837 r1839928  
    11<?php
    22/*
    3     Plugin Name:    jAlbum Bridge
    4     Plugin URI:     http://your-site-here.com/
    5     Description:    Projector plugin for jAlbum albums. Can display slideshows, sliders and grid-type projectors. Needs JSON files to be generated in the album - look for skins that can generate them.
    6     Version:        1.0
    7     Author:         Laszlo Molnar
    8     Author URI:     https://lazaworx.com/
    9     License:        GPLv2 or later
     3    Plugin Name:        jAlbum Bridge
     4    Plugin URI:         http://your-site-here.com/
     5    Contributors:       mlaza, jAlbum
     6    Description:        With this plugin you can add spectacular projectors of jAlbum albums on your Wordpress site. [WordPress](https://jalbum.net/ "Get jAlbum from here!")
     7    Tags:               jAlbum, album, projector, slideshow, 3D, ken burns, coverflow, carousel, masonry, gallery, photo
     8    Version:            1.0
     9    Author:             Laszlo Molnar
     10    Author URI:         https://jalbum.net/
     11    License:            GPLv2 or later
    1012
    11                     This program is free software; you can redistribute it and/or
    12                     modify it under the terms of the GNU General Public License
    13                     as published by the Free Software Foundation; either version 2
    14                     of the License, or (at your option) any later version.
    15                    
    16                     This program is distributed in the hope that it will be useful,
    17                     but WITHOUT ANY WARRANTY; without even the implied warranty of
    18                     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    19                     GNU General Public License for more details.
    20                    
    21                     You should have received a copy of the GNU General Public License
    22                     along with this program; if not, write to the Free Software
    23                     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA   02110-1301, USA.
    24                    
    25                     Copyright 2018 jAlbum AB
     13                    This program is free software; you can redistribute it and/or
     14                    modify it under the terms of the GNU General Public License
     15                    as published by the Free Software Foundation; either version 2
     16                    of the License, or (at your option) any later version.
     17                   
     18                    This program is distributed in the hope that it will be useful,
     19                    but WITHOUT ANY WARRANTY; without even the implied warranty of
     20                    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
     21                    GNU General Public License for more details.
     22                   
     23                    You should have received a copy of the GNU General Public License
     24                    along with this program; if not, write to the Free Software
     25                    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA   02110-1301, USA.
     26                   
     27                    Copyright 2018 jAlbum AB
    2628*/
    2729
Note: See TracChangeset for help on using the changeset viewer.