Plugin Directory

Changeset 2778713


Ignore:
Timestamp:
09/01/2022 10:19:03 AM (4 years ago)
Author:
mpol
Message:

Tag 4.3.0

Location:
gwolle-gb
Files:
18 deleted
2 edited
75 copied

Legend:

Unmodified
Added
Removed
  • gwolle-gb/tags/4.3.0/gwolle-gb.php

    r2774733 r2778713  
    44Plugin URI: https://wordpress.org/plugins/gwolle-gb/
    55Description: Gwolle Guestbook is not just another guestbook for WordPress. The goal is to provide an easy and slim way to integrate a guestbook into your WordPress powered site. Don't use your 'comment' section the wrong way - install Gwolle Guestbook and have a real guestbook.
    6 Version: 4.2.2
     6Version: 4.3.0
    77Author: Marcel Pol
    88Author URI: https://zenoweb.nl
     
    3232
    3333// Plugin Version
    34 define('GWOLLE_GB_VER', '4.2.2');
     34define('GWOLLE_GB_VER', '4.3.0');
    3535
    3636
     
    7777 *   - https://zenoweb.nl/forums/topic/automatic-link-creation/
    7878 * - Redo the "visitor from city wrote on datetime" into better translatable text with placeholders.
     79 * - Editor: really fix timezone issues, new entry should follow given options and data.
     80 *   https://wordpress.org/support/topic/problem-with-message-via-backend-timezone-and-editing-details/
    7981 *
    8082 */
  • gwolle-gb/tags/4.3.0/readme.txt

    r2774733 r2778713  
    44Requires at least: 3.7
    55Tested up to: 6.0
    6 Stable tag: 4.2.2
     6Stable tag: 4.3.0
    77License: GPLv2 or later
    88Requires PHP: 5.3
     
    436436
    437437= 4.3.0 =
    438 * 2022-
     438* 2022-09-01
    439439* Dependency for jquery should be an array.
    440440* Make sure setting for admin list is always shown correctly.
  • gwolle-gb/trunk/gwolle-gb.php

    r2774733 r2778713  
    44Plugin URI: https://wordpress.org/plugins/gwolle-gb/
    55Description: Gwolle Guestbook is not just another guestbook for WordPress. The goal is to provide an easy and slim way to integrate a guestbook into your WordPress powered site. Don't use your 'comment' section the wrong way - install Gwolle Guestbook and have a real guestbook.
    6 Version: 4.2.2
     6Version: 4.3.0
    77Author: Marcel Pol
    88Author URI: https://zenoweb.nl
     
    3232
    3333// Plugin Version
    34 define('GWOLLE_GB_VER', '4.2.2');
     34define('GWOLLE_GB_VER', '4.3.0');
    3535
    3636
     
    7777 *   - https://zenoweb.nl/forums/topic/automatic-link-creation/
    7878 * - Redo the "visitor from city wrote on datetime" into better translatable text with placeholders.
     79 * - Editor: really fix timezone issues, new entry should follow given options and data.
     80 *   https://wordpress.org/support/topic/problem-with-message-via-backend-timezone-and-editing-details/
    7981 *
    8082 */
  • gwolle-gb/trunk/readme.txt

    r2774733 r2778713  
    44Requires at least: 3.7
    55Tested up to: 6.0
    6 Stable tag: 4.2.2
     6Stable tag: 4.3.0
    77License: GPLv2 or later
    88Requires PHP: 5.3
     
    436436
    437437= 4.3.0 =
    438 * 2022-
     438* 2022-09-01
    439439* Dependency for jquery should be an array.
    440440* Make sure setting for admin list is always shown correctly.
Note: See TracChangeset for help on using the changeset viewer.