Plugin Directory

Changeset 3382125


Ignore:
Timestamp:
10/21/2025 06:14:28 PM (5 months ago)
Author:
andrejdivi
Message:

Update to version 2.1.2b from GitHub

Location:
author-box-for-divi
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • author-box-for-divi/tags/2.1.2b/index.php

    r3375018 r3382125  
    44Plugin URI: https://wordpress.org/plugins/author-box-for-divi/
    55Description: A plugin which provides an author box for your WordPress blog.
    6 Version: 2.1.1
     6Version: 2.1.2
    77Text Domain: author-box-for-divi
    88Domain Path: /languages
     
    675675
    676676?>
     677
  • author-box-for-divi/tags/2.1.2b/readme.txt

    r3375018 r3382125  
    22Contributors: netrr, andrejdivi, andrej, dbeja
    33Donate link: https://www.paypal.com/paypalme/dbkode
    4 Tags: author-box-for-divi, author-box-divi, divi-author-box, divi-author, divi-author-bio
     4Tags: author box, author bio, author, bio, author social icons
    55Requires PHP: 5.2
    66Requires at least: 3.0
    7 Stable tag: 2.1.1
     7Stable tag: 2.1.2
    88Tested up to: 6.8
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1111
    12 A plugin which provides an author box for your WordPress blog.
     12A plugin which provides an author box for your WordPress blog. Originally known as "Author Box for Divi."
    1313
    1414== Description ==
     
    7777
    7878== Changelog ==
     79
     80= 2.1.2 =
     81* Updated plugin tags and description
    7982
    8083= 2.1.1 =
     
    180183
    181184* Initial release
     185
  • author-box-for-divi/tags/2.1.2b/templates/settings.php

    r3331588 r3382125  
    55    </h2>
    66
     7    <!-- Preview Area -->
    78    <div class="abfd-preview-area">
    89        <?php
     
    1314    </div>
    1415
     16    <!-- Shortcode Info -->
    1517    <div class="abfd-shortcode-info">
    1618        <?php if (!ABFD::$is_pro) : ?>
  • author-box-for-divi/trunk/index.php

    r3375018 r3382125  
    44Plugin URI: https://wordpress.org/plugins/author-box-for-divi/
    55Description: A plugin which provides an author box for your WordPress blog.
    6 Version: 2.1.1
     6Version: 2.1.2
    77Text Domain: author-box-for-divi
    88Domain Path: /languages
     
    675675
    676676?>
     677
  • author-box-for-divi/trunk/readme.txt

    r3375018 r3382125  
    22Contributors: netrr, andrejdivi, andrej, dbeja
    33Donate link: https://www.paypal.com/paypalme/dbkode
    4 Tags: author-box-for-divi, author-box-divi, divi-author-box, divi-author, divi-author-bio
     4Tags: author box, author bio, author, bio, author social icons
    55Requires PHP: 5.2
    66Requires at least: 3.0
    7 Stable tag: 2.1.1
     7Stable tag: 2.1.2
    88Tested up to: 6.8
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1111
    12 A plugin which provides an author box for your WordPress blog.
     12A plugin which provides an author box for your WordPress blog. Originally known as "Author Box for Divi."
    1313
    1414== Description ==
     
    7777
    7878== Changelog ==
     79
     80= 2.1.2 =
     81* Updated plugin tags and description
    7982
    8083= 2.1.1 =
     
    180183
    181184* Initial release
     185
  • author-box-for-divi/trunk/templates/settings.php

    r3331588 r3382125  
    55    </h2>
    66
     7    <!-- Preview Area -->
    78    <div class="abfd-preview-area">
    89        <?php
     
    1314    </div>
    1415
     16    <!-- Shortcode Info -->
    1517    <div class="abfd-shortcode-info">
    1618        <?php if (!ABFD::$is_pro) : ?>
Note: See TracChangeset for help on using the changeset viewer.