Plugin Directory

Changeset 2228281


Ignore:
Timestamp:
01/16/2020 09:42:15 AM (6 years ago)
Author:
justnorris
Message:

Preparing for 1.0.2 release

Location:
bio-links/trunk
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • bio-links/trunk

    • Property svn:ignore
      •  

        old new  
        1010version.sh
        1111package.json
         12phyncer.yml
         13.lando.yml
        1214node_modules
  • bio-links/trunk/Bio_Links_Plugin.php

    r1833560 r2228281  
    2020
    2121    /**
    22      * Colormelon Bio Links Version
     22     * Bio Links Version
    2323     *
    2424     * @var string
  • bio-links/trunk/Bio_Links_Plugin/Admin_View/Admin_View.php

    r1793579 r2228281  
    1616     */
    1717    public function __construct() {
    18 
    19         // Show welcome message in admin view
    20 //      new Welcome_Message();
    2118
    2219        // Portfolio entry meta fields ( subtitle, gallery, ... )
  • bio-links/trunk/bio-links.php

    r1833560 r2228281  
    22/**
    33 * @package           Bio Links
    4  * @link              http://colormelon.com
     4 * @link              http://pyronaur.com
    55 *
    66 * @wordpress-plugin
    77 * Plugin Name:       Bio links
    8  * Plugin URI:        http://colormelon.com/plugins/bio-links
     8 * Plugin URI:        http://pyronaur.com/plugins/bio-links
    99 * Description:       With Bio Links plugin you can turn a single link into many. A helpful tool direct your visitors where they need to go.
    1010 * Version:           1.0.2
    11  * Author:            Colormelon
    12  * Author URI:        http://colormelon.com
     11 * Author:            Pyronaur
     12 * Author URI:        http://pyronaur.com
    1313 * License:           GPL-3.0+
    1414 * License URI:       http://www.gnu.org/licenses/gpl-3.0.txt
  • bio-links/trunk/composer.json

    r1793579 r2228281  
    11{
    2   "name": "colormelon/biolinks",
     2  "name": "pyronaur/biolinks",
    33  "description": "Multiple links for your social profiles",
    44  "type": "wordpress-plugin",
  • bio-links/trunk/gulpfile.js

    r1793579 r2228281  
    1010            destFile      : 'biolinks.pot',
    1111            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>',
    1515        } ) )
    1616        .pipe( gulp.dest( 'languages' ) )
  • bio-links/trunk/languages/biolinks.pot

    r1793579 r2228281  
    44msgstr ""
    55"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"
    77"MIME-Version: 1.0\n"
    88"Content-Type: text/plain; charset=UTF-8\n"
    99"Content-Transfer-Encoding: 8bit\n"
    1010"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"
    1313"X-Poedit-Basepath: ..\n"
    1414"X-Poedit-SourceCharset: UTF-8\n"
  • bio-links/trunk/readme.txt

    r1833560 r2228281  
    11=== Bio Links ===
    2 Contributors: Colormelon
    3 Donate link: http://colormelon.com/
     2Contributors: Pyronaur
     3Donate link: http://pyronaur.com/
    44Tags: links, social, profile, instagram, twitter
    55Requires at least: 4.7.0
    6 Tested up to: 4.9.1
     6Tested up to: 5.3.2
    77Stable tag: 1.0.2
    88Requires PHP: 5.4.0
     
    3131You can also pick a design for each of your landing pages. Currently, you can choose from 4 design variations:
    3232
    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)
    3737
    3838Bio 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!
     
    4747= GitHub for Developers? =
    4848The 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/)
     49Everything code-related can be found on [GitHub](https://github.com/pyronaur/bio-links/)
    5050
    5151== Installation ==
Note: See TracChangeset for help on using the changeset viewer.