Changeset 2359607
- Timestamp:
- 08/13/2020 04:12:55 AM (6 years ago)
- Location:
- go-gallery
- Files:
-
- 4 edited
-
tags/1.1/go-gallery.php (modified) (2 diffs)
-
tags/1.1/readme.txt (modified) (3 diffs)
-
trunk/go-gallery.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
go-gallery/tags/1.1/go-gallery.php
r2069110 r2359607 2 2 /** 3 3 * Plugin Name: Go Gallery 4 * Plugin URI: https://a lvimedia.com/go-gallery/4 * Plugin URI: https://ampae.com/wp/go-gallery/ 5 5 * Text Domain: gogomedia 6 6 * 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. 7 7 * Version: 1.1 8 * Author: A lViMedia9 * Author URI: https://a lvimedia.com8 * Author: AMPAE 9 * Author URI: https://ampae.com/wp/ 10 10 * License: GPL 11 11 */ … … 41 41 42 42 if (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'); 44 44 } -
go-gallery/tags/1.1/readme.txt
r2192373 r2359607 4 4 Requires PHP: 5.6 5 5 Requires at least: 3.8 6 Tested up to: 5. 36 Tested up to: 5.5 7 7 Stable tag: 1.1 8 8 License: GPLv2 or later … … 13 13 == Description == 14 14 15 * Live Demo: [Live Demo](https://a lvimedia.com/go-gallery/demo/ "Live Demo")16 * QuickStart: [QuickStart](https://a lvimedia.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") 17 17 18 18 [youtube https://www.youtube.com/watch?v=yAWOKfRvPSQ] … … 195 195 196 196 = Where is Demo? = 197 You can find Online Demo here: [Live Demo](https://a lvimedia.com/go-gallery/demo/ "Live Demo")197 You can find Online Demo here: [Live Demo](https://ampae.com/wp/go-gallery/demo/ "Live Demo") 198 198 199 199 == Screenshots == -
go-gallery/trunk/go-gallery.php
r2069109 r2359607 2 2 /** 3 3 * Plugin Name: Go Gallery 4 * Plugin URI: https://a lvimedia.com/go-gallery/4 * Plugin URI: https://ampae.com/wp/go-gallery/ 5 5 * Text Domain: gogomedia 6 6 * 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. 7 7 * Version: 1.1 8 * Author: A lViMedia9 * Author URI: https://a lvimedia.com8 * Author: AMPAE 9 * Author URI: https://ampae.com/wp/ 10 10 * License: GPL 11 11 */ … … 41 41 42 42 if (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'); 44 44 } -
go-gallery/trunk/readme.txt
r2192370 r2359607 4 4 Requires PHP: 5.6 5 5 Requires at least: 3.8 6 Tested up to: 5. 36 Tested up to: 5.5 7 7 Stable tag: 1.1 8 8 License: GPLv2 or later … … 13 13 == Description == 14 14 15 * Live Demo: [Live Demo](https://a lvimedia.com/go-gallery/demo/ "Live Demo")16 * QuickStart: [QuickStart](https://a lvimedia.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") 17 17 18 18 [youtube https://www.youtube.com/watch?v=yAWOKfRvPSQ] … … 195 195 196 196 = Where is Demo? = 197 You can find Online Demo here: [Live Demo](https://a lvimedia.com/go-gallery/demo/ "Live Demo")197 You can find Online Demo here: [Live Demo](https://ampae.com/wp/go-gallery/demo/ "Live Demo") 198 198 199 199 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.