Plugin Directory

Changeset 3234111


Ignore:
Timestamp:
02/03/2025 03:11:27 PM (14 months ago)
Author:
gutentools
Message:

new version 1.0.6 released

Location:
gutentools
Files:
167 added
5 edited

Legend:

Unmodified
Added
Removed
  • gutentools/trunk/build/blocks/post-slider/index.asset.php

    r3232787 r3234111  
    1 <?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-date', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n'), 'version' => '5a5fa40606575bb9f110');
     1<?php return array('dependencies' => array('react', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-date', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n'), 'version' => '14f83234573998badce6');
  • gutentools/trunk/build/blocks/post-slider/index.js

    r3232787 r3234111  
    228228      color: metaColor
    229229    };
     230    console.log(_embedded);
     231    console.log(post);
    230232    const dateFormat = (0,_wordpress_date__WEBPACK_IMPORTED_MODULE_11__.getSettings)().formats.date;
    231233    if (enableAuthor || enableDate || enableCategory) {
    232234      return (0,react__WEBPACK_IMPORTED_MODULE_0__.createElement)("div", {
    233235        className: `${_constants__WEBPACK_IMPORTED_MODULE_5__.prefix}-post-meta-wrapper`
    234       }, enableAuthor && _embedded && _embedded.author[0].avatar_urls && (0,react__WEBPACK_IMPORTED_MODULE_0__.createElement)("div", {
     236      }, enableAuthor && _embedded && _embedded.author && _embedded.author[0].avatar_urls && (0,react__WEBPACK_IMPORTED_MODULE_0__.createElement)("div", {
    235237        className: `${_constants__WEBPACK_IMPORTED_MODULE_5__.prefix}-post-author meta-content`
    236238      }, (0,react__WEBPACK_IMPORTED_MODULE_0__.createElement)("a", {
     
    250252      }, (0,react__WEBPACK_IMPORTED_MODULE_0__.createElement)("span", {
    251253        style: style
    252       }, (0,_wordpress_date__WEBPACK_IMPORTED_MODULE_11__.dateI18n)(dateFormat, date_gmt)))), enableCategory && (0,react__WEBPACK_IMPORTED_MODULE_0__.createElement)("div", {
     254      }, (0,_wordpress_date__WEBPACK_IMPORTED_MODULE_11__.dateI18n)(dateFormat, date_gmt)))), enableCategory && _embedded["wp:term"] && (0,react__WEBPACK_IMPORTED_MODULE_0__.createElement)("div", {
    253255        className: `${_constants__WEBPACK_IMPORTED_MODULE_5__.prefix}-post-cat meta-content`
    254256      }, _embedded["wp:term"][0].slice(0, 2).map((term, index) => (0,react__WEBPACK_IMPORTED_MODULE_0__.createElement)("a", {
  • gutentools/trunk/gutentools.php

    r3232787 r3234111  
    33 * Plugin Name: Gutentools
    44 * Description: Gutentools is a powerful block editor plugin designed for seamless full-site editing. It offers a range of customizable blocks, including page and post sliders, containers, and more, all with flexible responsive controls. With an intuitive drag-and-drop visual editor, you can easily create engaging layouts and dynamic content for any device. Unlock the full potential of WordPress with blocks that are tailored for a smooth design experience.
    5  * Version: 1.0.5
     5 * Version: 1.0.6
    66 * Author: Gutentools
    77 * Author URI: https://gutentools.com/
  • gutentools/trunk/languages/gutentools.pot

    r3232787 r3234111  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Gutentools 1.0.5\n"
     5"Project-Id-Version: Gutentools 1.0.6\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/gutentools\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-01-31T17:09:25+01:00\n"
     12"POT-Creation-Date: 2025-02-03T08:09:30+01:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.11.0\n"
     
    4848
    4949#: gutentools/inc/admin-page.php:11
    50 msgid "Version: 1.0.4"
     50#: inc/admin-page.php:11
     51msgid "Version: "
    5152msgstr ""
    5253
     
    7172msgstr ""
    7273
     74#: gutentools/inc/admin-page.php:42
     75#: inc/admin-page.php:42
     76msgid "View Details"
     77msgstr ""
     78
    7379#: gutentools/inc/admin-page.php:54
    7480#: inc/admin-page.php:54
     
    111117msgstr ""
    112118
     119#: gutentools/inc/admin-page.php:66
     120#: inc/admin-page.php:66
     121msgid "Contact Us"
     122msgstr ""
     123
    113124#: gutentools/inc/admin-page.php:69
    114125#: inc/admin-page.php:69
     
    124135#: inc/admin-page.php:71
    125136msgid "Check Our Themes"
    126 msgstr ""
    127 
    128 #: inc/admin-page.php:11
    129 msgid "Version: "
    130 msgstr ""
    131 
    132 #: inc/admin-page.php:42
    133 msgid "View Details"
    134 msgstr ""
    135 
    136 #: inc/admin-page.php:66
    137 msgid "Contact Us"
    138137msgstr ""
    139138
     
    612611msgstr ""
    613612
    614 #: src/blocks/post-slider/components/edit.js:323
     613#: src/blocks/post-slider/components/edit.js:326
    615614#: src/blocks/slider/components/edit.js:249
    616615msgid "Read More"
    617616msgstr ""
    618617
    619 #: src/blocks/post-slider/components/edit.js:445
     618#: src/blocks/post-slider/components/edit.js:448
    620619msgid "Please select a post"
    621620msgstr ""
  • gutentools/trunk/readme.txt

    r3232787 r3234111  
    55Tested up to: 6.7
    66Requires PHP: 7.4
    7 Stable tag: 1.0.5
    8 Version: 1.0.5
     7Stable tag: 1.0.6
     8Version: 1.0.6
    99License: GPLv3
    1010License URI: https://opensource.org/licenses/GPL-3.0
     
    119119- Added Count UP Block
    120120
     121= 1.0.6 =
     122- Bug Fixing
     123
    121124== Upgrade Notice ==
    122125
     
    140143- Bug Fixing
    141144- Added Count UP Block
     145
     146= 1.0.6 =
     147- Bug Fixing
Note: See TracChangeset for help on using the changeset viewer.