Changeset 2228281
- Timestamp:
- 01/16/2020 09:42:15 AM (6 years ago)
- Location:
- bio-links/trunk
- Files:
-
- 8 edited
-
. (modified) (1 prop)
-
Bio_Links_Plugin.php (modified) (1 diff)
-
Bio_Links_Plugin/Admin_View/Admin_View.php (modified) (1 diff)
-
bio-links.php (modified) (1 diff)
-
composer.json (modified) (1 diff)
-
gulpfile.js (modified) (1 diff)
-
languages/biolinks.pot (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bio-links/trunk
- Property svn:ignore
-
old new 10 10 version.sh 11 11 package.json 12 phyncer.yml 13 .lando.yml 12 14 node_modules
-
- Property svn:ignore
-
bio-links/trunk/Bio_Links_Plugin.php
r1833560 r2228281 20 20 21 21 /** 22 * ColormelonBio Links Version22 * Bio Links Version 23 23 * 24 24 * @var string -
bio-links/trunk/Bio_Links_Plugin/Admin_View/Admin_View.php
r1793579 r2228281 16 16 */ 17 17 public function __construct() { 18 19 // Show welcome message in admin view20 // new Welcome_Message();21 18 22 19 // Portfolio entry meta fields ( subtitle, gallery, ... ) -
bio-links/trunk/bio-links.php
r1833560 r2228281 2 2 /** 3 3 * @package Bio Links 4 * @link http:// colormelon.com4 * @link http://pyronaur.com 5 5 * 6 6 * @wordpress-plugin 7 7 * Plugin Name: Bio links 8 * Plugin URI: http:// colormelon.com/plugins/bio-links8 * Plugin URI: http://pyronaur.com/plugins/bio-links 9 9 * Description: With Bio Links plugin you can turn a single link into many. A helpful tool direct your visitors where they need to go. 10 10 * Version: 1.0.2 11 * Author: Colormelon12 * Author URI: http:// colormelon.com11 * Author: Pyronaur 12 * Author URI: http://pyronaur.com 13 13 * License: GPL-3.0+ 14 14 * License URI: http://www.gnu.org/licenses/gpl-3.0.txt -
bio-links/trunk/composer.json
r1793579 r2228281 1 1 { 2 "name": " colormelon/biolinks",2 "name": "pyronaur/biolinks", 3 3 "description": "Multiple links for your social profiles", 4 4 "type": "wordpress-plugin", -
bio-links/trunk/gulpfile.js
r1793579 r2228281 10 10 destFile : 'biolinks.pot', 11 11 package : 'Bio Links', 12 bugReport : 'http://help. colormelon.com',13 lastTranslator: ' Colormelon <help@colormelon.com>',14 team : ' Colormelon <help@colormelon.com>',12 bugReport : 'http://help.pyronaur.com', 13 lastTranslator: 'Pyronaur <help@pyronaur.com>', 14 team : 'Pyronaur <help@pyronaur.com>', 15 15 } ) ) 16 16 .pipe( gulp.dest( 'languages' ) ) -
bio-links/trunk/languages/biolinks.pot
r1793579 r2228281 4 4 msgstr "" 5 5 "Project-Id-Version: Bio Links\n" 6 "Report-Msgid-Bugs-To: http://help. colormelon.com\n"6 "Report-Msgid-Bugs-To: http://help.pyronaur.com\n" 7 7 "MIME-Version: 1.0\n" 8 8 "Content-Type: text/plain; charset=UTF-8\n" 9 9 "Content-Transfer-Encoding: 8bit\n" 10 10 "PO-Revision-Date: 2017-MO-DA HO:MI+ZONE\n" 11 "Last-Translator: Colormelon <help@colormelon.com>\n"12 "Language-Team: Colormelon <help@colormelon.com>\n"11 "Last-Translator: Pyronaur <help@pyronaur.com>\n" 12 "Language-Team: Pyronaur <help@pyronaur.com>\n" 13 13 "X-Poedit-Basepath: ..\n" 14 14 "X-Poedit-SourceCharset: UTF-8\n" -
bio-links/trunk/readme.txt
r1833560 r2228281 1 1 === Bio Links === 2 Contributors: Colormelon3 Donate link: http:// colormelon.com/2 Contributors: Pyronaur 3 Donate link: http://pyronaur.com/ 4 4 Tags: links, social, profile, instagram, twitter 5 5 Requires at least: 4.7.0 6 Tested up to: 4.9.16 Tested up to: 5.3.2 7 7 Stable tag: 1.0.2 8 8 Requires PHP: 5.4.0 … … 31 31 You can also pick a design for each of your landing pages. Currently, you can choose from 4 design variations: 32 32 33 * [Default](http://biolinks. bycolormelon.com/link/default)34 * [Instagram Style](http://biolinks. bycolormelon.com/link/instagram)35 * [Dark](http://biolinks. bycolormelon.com/link/dark)36 * [Chic](http://biolinks. bycolormelon.com/link/chic)33 * [Default](http://biolinks.pyronaur.com/link/default) 34 * [Instagram Style](http://biolinks.pyronaur.com/link/instagram) 35 * [Dark](http://biolinks.pyronaur.com/link/dark) 36 * [Chic](http://biolinks.pyronaur.com/link/chic) 37 37 38 38 Bio Links plugin is optimized for speed, it won't load your theme files. The plugin will load its own styles and template files to maximize the performance of your landing pages! … … 47 47 = GitHub for Developers? = 48 48 The plugin is really easy to extend, have a look at the source in the `/plugins/bio-links/public` directory. 49 Everything code-related can be found on [GitHub](https://github.com/ colormelon/bio-links/)49 Everything code-related can be found on [GitHub](https://github.com/pyronaur/bio-links/) 50 50 51 51 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.