Plugin Directory

Changeset 2359607


Ignore:
Timestamp:
08/13/2020 04:12:55 AM (6 years ago)
Author:
infinitools
Message:

Updating version WP 5.5

Location:
go-gallery
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • go-gallery/tags/1.1/go-gallery.php

    r2069110 r2359607  
    22/**
    33 * Plugin Name: Go Gallery
    4  * Plugin URI:  https://alvimedia.com/go-gallery/
     4 * Plugin URI:  https://ampae.com/wp/go-gallery/
    55 * Text Domain: gogomedia
    66 * Description: Responsive filterable gallery with media categories. Easy to use, lightweight yet powerful shortcode driven gallery plugin to display beautiful galleries without slowing down your page.
    77 * Version:     1.1
    8  * Author:      AlViMedia
    9  * Author URI:  https://alvimedia.com
     8 * Author:      AMPAE
     9 * Author URI:  https://ampae.com/wp/
    1010 * License:     GPL
    1111 */
     
    4141
    4242if (is_admin()) {
    43     add_filter('plugin_action_links_' . plugin_basename(__FILE__), 'alvimedia_plugin_action_links');
     43    //add_filter('plugin_action_links_' . plugin_basename(__FILE__), 'alvimedia_plugin_action_links');
    4444}
  • go-gallery/tags/1.1/readme.txt

    r2192373 r2359607  
    44Requires PHP: 5.6
    55Requires at least: 3.8
    6 Tested up to: 5.3
     6Tested up to: 5.5
    77Stable tag: 1.1
    88License: GPLv2 or later
     
    1313== Description ==
    1414
    15 * Live Demo: [Live Demo](https://alvimedia.com/go-gallery/demo/ "Live Demo")
    16 * QuickStart: [QuickStart](https://alvimedia.com/go-gallery/quickstart/ "QuickStart")
     15* Live Demo: [Live Demo](https://ampae.com/wp/go-gallery/demo/ "Live Demo")
     16* QuickStart: [QuickStart](https://ampae.com/wp/go-gallery/quickstart/ "QuickStart")
    1717
    1818[youtube https://www.youtube.com/watch?v=yAWOKfRvPSQ]
     
    195195
    196196= Where is Demo? =
    197 You can find Online Demo here: [Live Demo](https://alvimedia.com/go-gallery/demo/ "Live Demo")
     197You can find Online Demo here: [Live Demo](https://ampae.com/wp/go-gallery/demo/ "Live Demo")
    198198
    199199== Screenshots ==
  • go-gallery/trunk/go-gallery.php

    r2069109 r2359607  
    22/**
    33 * Plugin Name: Go Gallery
    4  * Plugin URI:  https://alvimedia.com/go-gallery/
     4 * Plugin URI:  https://ampae.com/wp/go-gallery/
    55 * Text Domain: gogomedia
    66 * Description: Responsive filterable gallery with media categories. Easy to use, lightweight yet powerful shortcode driven gallery plugin to display beautiful galleries without slowing down your page.
    77 * Version:     1.1
    8  * Author:      AlViMedia
    9  * Author URI:  https://alvimedia.com
     8 * Author:      AMPAE
     9 * Author URI:  https://ampae.com/wp/
    1010 * License:     GPL
    1111 */
     
    4141
    4242if (is_admin()) {
    43     add_filter('plugin_action_links_' . plugin_basename(__FILE__), 'alvimedia_plugin_action_links');
     43    //add_filter('plugin_action_links_' . plugin_basename(__FILE__), 'alvimedia_plugin_action_links');
    4444}
  • go-gallery/trunk/readme.txt

    r2192370 r2359607  
    44Requires PHP: 5.6
    55Requires at least: 3.8
    6 Tested up to: 5.3
     6Tested up to: 5.5
    77Stable tag: 1.1
    88License: GPLv2 or later
     
    1313== Description ==
    1414
    15 * Live Demo: [Live Demo](https://alvimedia.com/go-gallery/demo/ "Live Demo")
    16 * QuickStart: [QuickStart](https://alvimedia.com/go-gallery/quickstart/ "QuickStart")
     15* Live Demo: [Live Demo](https://ampae.com/wp/go-gallery/demo/ "Live Demo")
     16* QuickStart: [QuickStart](https://ampae.com/wp/go-gallery/quickstart/ "QuickStart")
    1717
    1818[youtube https://www.youtube.com/watch?v=yAWOKfRvPSQ]
     
    195195
    196196= Where is Demo? =
    197 You can find Online Demo here: [Live Demo](https://alvimedia.com/go-gallery/demo/ "Live Demo")
     197You can find Online Demo here: [Live Demo](https://ampae.com/wp/go-gallery/demo/ "Live Demo")
    198198
    199199== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.