Plugin Directory

Changeset 3188074


Ignore:
Timestamp:
11/13/2024 08:59:09 PM (17 months ago)
Author:
frickemedia
Message:

Adding version 1.0.2 to tags and trunk.

Location:
kleingarten
Files:
37 added
6 edited

Legend:

Unmodified
Added
Removed
  • kleingarten/trunk/includes/lib/class-kleingarten-post-types.php

    r3180484 r3188074  
    33 * Post Types file.
    44 *
    5  * @package WordPress Plugin Template/Includes
     5 * @package Kleingarten/Includes
    66 */
    77
  • kleingarten/trunk/includes/lib/class-kleingarten-shortcodes.php

    r3180484 r3188074  
    77 * Userfields file.
    88 *
    9  * @package WordPress Plugin Template/Includes
     9 * @package Kleingarten/Includes
    1010 */
    1111
  • kleingarten/trunk/includes/lib/class-kleingarten-user-roles.php

    r3180484 r3188074  
    33 * User Roles.
    44 *
    5  * @package WordPress Plugin Template/Includes
     5 * @package Kleingarten/Includes
    66 */
    77
  • kleingarten/trunk/includes/lib/class-kleingarten-userfields.php

    r3180484 r3188074  
    33 * Userfields file.
    44 *
    5  * @package WordPress Plugin Template/Includes
     5 * @package Kleingarten/Includes
    66 */
    77
  • kleingarten/trunk/kleingarten.php

    r3180484 r3188074  
    22/**
    33 * Plugin Name: Kleingarten
    4  * Version: 1.0.1
     4 * Version: 1.0.2
    55 * Plugin URI: https://www.wp-kleingarten.de/
    66 * Description: Make your website the digital home for your allotment garden association.
     
    4141 */
    4242function kleingarten() {
    43     $instance = Kleingarten::instance( __FILE__, '1.0.1' );
     43    $instance = Kleingarten::instance( __FILE__, '1.0.2' );
    4444
    4545    if ( is_null( $instance->settings ) ) {
  • kleingarten/trunk/readme.txt

    r3180484 r3188074  
    33Tags: kleingarten, schrebergarten, garten, allotment gardening
    44Requires at least: 3.9
    5 Tested up to: 6.6.2
    6 Stable tag: 1.0.1
     5Tested up to: 6.7
     6Stable tag: 1.0.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2424== Screenshots ==
    2525
     261. Add plots to connect them with users.
     272. Manage gardeners as users.
     283. Setup your gardening community.
     29
    2630== Frequently Asked Questions ==
    2731
    28 = What is the plugin template for? =
     32= What is Kleingarten for? =
    2933
    3034This plugin extends WordPress with useful functions for allotment garden associations.
     
    3741== Changelog ==
    3842
     43= 1.0.2 =
     44* 2024-11-13
     45* Updated "tested up to" to 6.7. No other changes.
     46
    3947= 1.0.1 =
    4048* 2024-11-02
Note: See TracChangeset for help on using the changeset viewer.