Changeset 3176942
- Timestamp:
- 10/28/2024 11:17:25 AM (14 months ago)
- Location:
- pattern-box
- Files:
-
- 18 added
- 10 deleted
- 10 edited
- 1 copied
-
tags/1.0.6 (copied) (copied from pattern-box/trunk)
-
tags/1.0.6/assets/css/style.css (modified) (2 diffs)
-
tags/1.0.6/assets/images/team (added)
-
tags/1.0.6/assets/images/team/anna.jpg (added)
-
tags/1.0.6/assets/images/team/david.jpg (added)
-
tags/1.0.6/assets/images/team/john.jpg (added)
-
tags/1.0.6/assets/images/team/julia.jpg (added)
-
tags/1.0.6/pattern-box.php (modified) (1 diff)
-
tags/1.0.6/readme.txt (modified) (3 diffs)
-
tags/1.0.6/src/PatternBoxDashboard.php (modified) (3 diffs)
-
tags/1.0.6/src/PatternBoxMain.php (modified) (4 diffs)
-
tags/1.0.6/src/patterns/hero (added)
-
tags/1.0.6/src/patterns/hero-center-aligned.php (deleted)
-
tags/1.0.6/src/patterns/hero-fullscreen.php (deleted)
-
tags/1.0.6/src/patterns/hero-image-left.php (deleted)
-
tags/1.0.6/src/patterns/hero-image-right.php (deleted)
-
tags/1.0.6/src/patterns/hero.php (deleted)
-
tags/1.0.6/src/patterns/hero/hero-center-aligned.php (added)
-
tags/1.0.6/src/patterns/team (added)
-
tags/1.0.6/src/patterns/team/team-social-centered.php (added)
-
trunk/assets/css/style.css (modified) (2 diffs)
-
trunk/assets/images/team (added)
-
trunk/assets/images/team/anna.jpg (added)
-
trunk/assets/images/team/david.jpg (added)
-
trunk/assets/images/team/john.jpg (added)
-
trunk/assets/images/team/julia.jpg (added)
-
trunk/pattern-box.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/src/PatternBoxDashboard.php (modified) (3 diffs)
-
trunk/src/PatternBoxMain.php (modified) (4 diffs)
-
trunk/src/patterns/hero (added)
-
trunk/src/patterns/hero-center-aligned.php (deleted)
-
trunk/src/patterns/hero-fullscreen.php (deleted)
-
trunk/src/patterns/hero-image-left.php (deleted)
-
trunk/src/patterns/hero-image-right.php (deleted)
-
trunk/src/patterns/hero.php (deleted)
-
trunk/src/patterns/hero/hero-center-aligned.php (added)
-
trunk/src/patterns/team (added)
-
trunk/src/patterns/team/team-social-centered.php (added)
Legend:
- Unmodified
- Added
- Removed
-
pattern-box/tags/1.0.6/assets/css/style.css
r3167504 r3176942 1 /* Service Split Layout */ 1 2 .service-item:hover .service-item-img{ 2 3 transform: translateY(-20px); … … 6 7 transition: transform 0.3s ease; 7 8 } 9 10 /* Team Social Centered */ 11 12 .team-member-social-icons{ 13 opacity:0; 14 transition: padding-bottom 0.5s ease; 15 } 16 17 .team-members-block .team-member-item:hover .team-member-social-icons{ 18 opacity:1; 19 padding-bottom:20px; 20 } 21 22 .team-member-image{ 23 position:relative; 24 } 25 26 .team-member-image::before{ 27 content: ''; 28 position: absolute; 29 top:0; 30 left:0; 31 width: 100%; 32 height: 100%; 33 background-color: rgba(0,0,0,0.5); 34 z-index:1; 35 opacity:0; 36 transition: opacity 0.3s ease; 37 } 38 39 .team-member-image:hover::before{ 40 opacity:1; 41 } 42 43 .team-member-title{ 44 transition: color 0.3s ease; 45 } 46 47 .team-members-block .team-member-item:hover .team-member-title{ 48 color:#8ed1fc; 49 } -
pattern-box/tags/1.0.6/pattern-box.php
r3167504 r3176942 4 4 * Plugin URI: https://dragwp.com/ 5 5 * Description: A WordPress pattern library plugin for block editor. 6 * Version: 1.0. 46 * Version: 1.0.6 7 7 * Author: Drag WP 8 8 * Author URI: https://dragwp.com -
pattern-box/tags/1.0.6/readme.txt
r3167504 r3176942 1 1 === Pattern Box === 2 Contributors: dragwp, devmuhib , huzaifaalmesbah2 Contributors: dragwp, devmuhib 3 3 Donate link: https://dragwp.com/donate 4 4 Tags: patterns, blocks, Gutenberg, design, WordPress 5 5 Requires at least: 6.0 6 6 Tested up to: 6.6.1 7 Stable tag: 1.0. 57 Stable tag: 1.0.6 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later … … 19 19 * Hero sections 20 20 * About sections 21 * Team sections 21 22 * Easy to enable/disable patterns and categories 22 23 * Seamless integration with Gutenberg … … 50 51 == Changelog == 51 52 52 == Changelog == 53 = 1.0.6 = 54 * Team Social Centered Added 55 * Hero Patterns Removed (Unnecessary) 56 * New Category Added 57 53 58 = 1.0.5 = 54 59 * Service Split Pattern Added -
pattern-box/tags/1.0.6/src/PatternBoxDashboard.php
r3167504 r3176942 59 59 'dwpb-about' => 'About Patterns', 60 60 'dwpb-service' => 'Service Patterns', 61 'dwpb-team' => 'Team Patterns', 61 62 ]; 62 63 … … 74 75 $patternCategories = [ 75 76 'dwpb-hero' => [ 76 'hero-1' => 'Hero 1', 77 'hero-2' => 'Hero 2', 78 'hero-3' => 'Hero 3', 79 'hero-4' => 'Hero 4', 80 'hero-5' => 'Hero 5', 77 'hero-3' => 'Hero Center Aligned', 81 78 ], 82 79 'dwpb-about' => [ … … 87 84 'dwpb-service' => [ 88 85 'service-split-layout' => 'Services Split Layout' 86 ], 87 'dwpb-team' => [ 88 'team-social-centered' => 'Team Social Centered' 89 89 ], 90 90 ]; -
pattern-box/tags/1.0.6/src/PatternBoxMain.php
r3167504 r3176942 29 29 'description' => __('Pattern Box Service Sections.', 'pattern-box'), 30 30 ], 31 'dwpb-team' => [ 32 'label' => __('PB Team', 'pattern-box'), 33 'description' => __('Pattern Box Team Sections.', 'pattern-box'), 34 ], 31 35 ]; 32 36 … … 48 52 if (isset($this->options['categories']) && isset($this->options['categories']['dwpb-hero']) && $this->options['categories']['dwpb-hero']) { 49 53 50 if (isset($this->options['hero-1']) && $this->options['hero-1']) {51 require_once __DIR__ . '/patterns/hero-image-left.php';52 }53 54 if (isset($this->options['hero-2']) && $this->options['hero-2']) {55 require_once __DIR__ . '/patterns/hero-image-right.php';56 }57 58 54 if (isset($this->options['hero-3']) && $this->options['hero-3']) { 59 require_once __DIR__ . '/patterns/hero-center-aligned.php'; 60 } 61 62 if (isset($this->options['hero-4']) && $this->options['hero-4']) { 63 require_once __DIR__ . '/patterns/hero-fullscreen.php'; 64 } 65 66 if (isset($this->options['hero-5']) && $this->options['hero-5']) { 67 require_once __DIR__ . '/patterns/hero.php'; 55 require_once __DIR__ . '/patterns/hero/hero-center-aligned.php'; 68 56 } 69 57 … … 87 75 } 88 76 77 // Register Service Patterns 89 78 if (isset($this->options['categories']) && isset($this->options['categories']['dwpb-service']) && $this->options['categories']['dwpb-service']) { 90 79 if (isset($this->options['service-split-layout']) && $this->options['service-split-layout']) { … … 93 82 } 94 83 84 // Register Team Patterns 85 if (isset($this->options['categories']) && isset($this->options['categories']['dwpb-team']) && $this->options['categories']['dwpb-team']) { 86 87 if (isset($this->options['team-social-centered']) && $this->options['team-social-centered']) { 88 require_once __DIR__ . '/patterns/team/team-social-centered.php'; 89 } 90 91 } 92 95 93 } 96 94 } -
pattern-box/trunk/assets/css/style.css
r3167504 r3176942 1 /* Service Split Layout */ 1 2 .service-item:hover .service-item-img{ 2 3 transform: translateY(-20px); … … 6 7 transition: transform 0.3s ease; 7 8 } 9 10 /* Team Social Centered */ 11 12 .team-member-social-icons{ 13 opacity:0; 14 transition: padding-bottom 0.5s ease; 15 } 16 17 .team-members-block .team-member-item:hover .team-member-social-icons{ 18 opacity:1; 19 padding-bottom:20px; 20 } 21 22 .team-member-image{ 23 position:relative; 24 } 25 26 .team-member-image::before{ 27 content: ''; 28 position: absolute; 29 top:0; 30 left:0; 31 width: 100%; 32 height: 100%; 33 background-color: rgba(0,0,0,0.5); 34 z-index:1; 35 opacity:0; 36 transition: opacity 0.3s ease; 37 } 38 39 .team-member-image:hover::before{ 40 opacity:1; 41 } 42 43 .team-member-title{ 44 transition: color 0.3s ease; 45 } 46 47 .team-members-block .team-member-item:hover .team-member-title{ 48 color:#8ed1fc; 49 } -
pattern-box/trunk/pattern-box.php
r3167504 r3176942 4 4 * Plugin URI: https://dragwp.com/ 5 5 * Description: A WordPress pattern library plugin for block editor. 6 * Version: 1.0. 46 * Version: 1.0.6 7 7 * Author: Drag WP 8 8 * Author URI: https://dragwp.com -
pattern-box/trunk/readme.txt
r3167504 r3176942 1 1 === Pattern Box === 2 Contributors: dragwp, devmuhib , huzaifaalmesbah2 Contributors: dragwp, devmuhib 3 3 Donate link: https://dragwp.com/donate 4 4 Tags: patterns, blocks, Gutenberg, design, WordPress 5 5 Requires at least: 6.0 6 6 Tested up to: 6.6.1 7 Stable tag: 1.0. 57 Stable tag: 1.0.6 8 8 Requires PHP: 7.0 9 9 License: GPLv2 or later … … 19 19 * Hero sections 20 20 * About sections 21 * Team sections 21 22 * Easy to enable/disable patterns and categories 22 23 * Seamless integration with Gutenberg … … 50 51 == Changelog == 51 52 52 == Changelog == 53 = 1.0.6 = 54 * Team Social Centered Added 55 * Hero Patterns Removed (Unnecessary) 56 * New Category Added 57 53 58 = 1.0.5 = 54 59 * Service Split Pattern Added -
pattern-box/trunk/src/PatternBoxDashboard.php
r3167504 r3176942 59 59 'dwpb-about' => 'About Patterns', 60 60 'dwpb-service' => 'Service Patterns', 61 'dwpb-team' => 'Team Patterns', 61 62 ]; 62 63 … … 74 75 $patternCategories = [ 75 76 'dwpb-hero' => [ 76 'hero-1' => 'Hero 1', 77 'hero-2' => 'Hero 2', 78 'hero-3' => 'Hero 3', 79 'hero-4' => 'Hero 4', 80 'hero-5' => 'Hero 5', 77 'hero-3' => 'Hero Center Aligned', 81 78 ], 82 79 'dwpb-about' => [ … … 87 84 'dwpb-service' => [ 88 85 'service-split-layout' => 'Services Split Layout' 86 ], 87 'dwpb-team' => [ 88 'team-social-centered' => 'Team Social Centered' 89 89 ], 90 90 ]; -
pattern-box/trunk/src/PatternBoxMain.php
r3167504 r3176942 29 29 'description' => __('Pattern Box Service Sections.', 'pattern-box'), 30 30 ], 31 'dwpb-team' => [ 32 'label' => __('PB Team', 'pattern-box'), 33 'description' => __('Pattern Box Team Sections.', 'pattern-box'), 34 ], 31 35 ]; 32 36 … … 48 52 if (isset($this->options['categories']) && isset($this->options['categories']['dwpb-hero']) && $this->options['categories']['dwpb-hero']) { 49 53 50 if (isset($this->options['hero-1']) && $this->options['hero-1']) {51 require_once __DIR__ . '/patterns/hero-image-left.php';52 }53 54 if (isset($this->options['hero-2']) && $this->options['hero-2']) {55 require_once __DIR__ . '/patterns/hero-image-right.php';56 }57 58 54 if (isset($this->options['hero-3']) && $this->options['hero-3']) { 59 require_once __DIR__ . '/patterns/hero-center-aligned.php'; 60 } 61 62 if (isset($this->options['hero-4']) && $this->options['hero-4']) { 63 require_once __DIR__ . '/patterns/hero-fullscreen.php'; 64 } 65 66 if (isset($this->options['hero-5']) && $this->options['hero-5']) { 67 require_once __DIR__ . '/patterns/hero.php'; 55 require_once __DIR__ . '/patterns/hero/hero-center-aligned.php'; 68 56 } 69 57 … … 87 75 } 88 76 77 // Register Service Patterns 89 78 if (isset($this->options['categories']) && isset($this->options['categories']['dwpb-service']) && $this->options['categories']['dwpb-service']) { 90 79 if (isset($this->options['service-split-layout']) && $this->options['service-split-layout']) { … … 93 82 } 94 83 84 // Register Team Patterns 85 if (isset($this->options['categories']) && isset($this->options['categories']['dwpb-team']) && $this->options['categories']['dwpb-team']) { 86 87 if (isset($this->options['team-social-centered']) && $this->options['team-social-centered']) { 88 require_once __DIR__ . '/patterns/team/team-social-centered.php'; 89 } 90 91 } 92 95 93 } 96 94 }
Note: See TracChangeset
for help on using the changeset viewer.