Changeset 3187348
- Timestamp:
- 11/13/2024 10:20:55 AM (17 months ago)
- Location:
- author-box-for-divi
- Files:
-
- 6 edited
- 1 copied
-
tags/2.0.2 (copied) (copied from author-box-for-divi/trunk)
-
tags/2.0.2/css/author.css (modified) (1 diff)
-
tags/2.0.2/index.php (modified) (2 diffs)
-
tags/2.0.2/readme.txt (modified) (2 diffs)
-
trunk/css/author.css (modified) (1 diff)
-
trunk/index.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
author-box-for-divi/tags/2.0.2/css/author.css
r3168914 r3187348 9 9 .abfd-container-divi { 10 10 z-index: 1; 11 } 12 13 .abfd-container-divi .et_pb_column { 14 float: none; 11 15 } 12 16 -
author-box-for-divi/tags/2.0.2/index.php
r3168914 r3187348 4 4 Plugin URI: https://wordpress.org/plugins/author-box-for-divi/ 5 5 Description: A plugin which provides an author box for your WordPress blog. 6 Version: 2.0. 16 Version: 2.0.2 7 7 Text Domain: author-box-for-divi 8 8 Domain Path: /languages … … 430 430 static function get_current_page_author_box_html( $users = false, $bypass_checks = false ) 431 431 { 432 if( ! is_single() && ! is_page() ) {432 if( ! $bypass_checks && ! is_single() && ! is_page() ) { 433 433 return false; 434 434 } -
author-box-for-divi/tags/2.0.2/readme.txt
r3178651 r3187348 5 5 Requires PHP: 5.2.4 6 6 Requires at least: 3.0 7 Stable tag: 2.0. 17 Stable tag: 2.0.2 8 8 Tested up to: 6.7 9 9 License: GPLv2 or later … … 75 75 76 76 == Changelog == 77 78 = 2.0.2 = 79 * Fixed a bug with shortcodes and some Divi layouts 77 80 78 81 = 2.0.1 = -
author-box-for-divi/trunk/css/author.css
r3168914 r3187348 9 9 .abfd-container-divi { 10 10 z-index: 1; 11 } 12 13 .abfd-container-divi .et_pb_column { 14 float: none; 11 15 } 12 16 -
author-box-for-divi/trunk/index.php
r3168914 r3187348 4 4 Plugin URI: https://wordpress.org/plugins/author-box-for-divi/ 5 5 Description: A plugin which provides an author box for your WordPress blog. 6 Version: 2.0. 16 Version: 2.0.2 7 7 Text Domain: author-box-for-divi 8 8 Domain Path: /languages … … 430 430 static function get_current_page_author_box_html( $users = false, $bypass_checks = false ) 431 431 { 432 if( ! is_single() && ! is_page() ) {432 if( ! $bypass_checks && ! is_single() && ! is_page() ) { 433 433 return false; 434 434 } -
author-box-for-divi/trunk/readme.txt
r3178651 r3187348 5 5 Requires PHP: 5.2.4 6 6 Requires at least: 3.0 7 Stable tag: 2.0. 17 Stable tag: 2.0.2 8 8 Tested up to: 6.7 9 9 License: GPLv2 or later … … 75 75 76 76 == Changelog == 77 78 = 2.0.2 = 79 * Fixed a bug with shortcodes and some Divi layouts 77 80 78 81 = 2.0.1 =
Note: See TracChangeset
for help on using the changeset viewer.