Plugin Directory

Changeset 3195438


Ignore:
Timestamp:
11/23/2024 09:57:13 AM (16 months ago)
Author:
printapp
Message:

bump version to 2.0.3 and update changelog; minor update to release.yml to copy functions folder

Location:
printapp
Files:
40 added
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • printapp/tags/2.0.3/README.md

    r3195435 r3195438  
    11# Print.App
    22
    3 ## Version 2.0.2 plugin
     3## Version 2.0.3 plugin
    44PrintApp is a platform that allows your customers to personalize their Print orders on any web store.
    55It provides customers, an easy to use WYSIWYG (What you see is what you get) "Do It Yourself" interface for creating artworks for Print.
  • printapp/tags/2.0.3/printapp.php

    r3195435 r3195438  
    44 *  Plugin URI:         https://print.app
    55 *  Description:        Empower your customers to personalize products like Business Cards, Photo Prints, T-Shirts, Mugs, Banners, Canvases, etc. on your store before purchase
    6  *  Version:            2.0.2
     6 *  Version:            2.0.3
    77 *  Requires at least:  3.8
    88 *  Requires PHP:       5.2.4
     
    4646             *  @var string
    4747            */
    48             public $version = '2.0.2';
     48            public $version = '2.0.3';
    4949
    5050            /**
  • printapp/tags/2.0.3/readme.txt

    r3195435 r3195438  
    44Requires at least: 3.8
    55Tested up to: 6.6
    6 Stable tag: 2.0.1
     6Stable tag: 2.0.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    102102== Changelog ==
    103103
     104= 2.0.3 =
     105Minor update to release.yml to copy functions folder
     106
    104107= 2.0.2 =
    105108Minor update to release.yml to copy functions folder
  • printapp/trunk/README.md

    r3195435 r3195438  
    11# Print.App
    22
    3 ## Version 2.0.2 plugin
     3## Version 2.0.3 plugin
    44PrintApp is a platform that allows your customers to personalize their Print orders on any web store.
    55It provides customers, an easy to use WYSIWYG (What you see is what you get) "Do It Yourself" interface for creating artworks for Print.
  • printapp/trunk/printapp.php

    r3195435 r3195438  
    44 *  Plugin URI:         https://print.app
    55 *  Description:        Empower your customers to personalize products like Business Cards, Photo Prints, T-Shirts, Mugs, Banners, Canvases, etc. on your store before purchase
    6  *  Version:            2.0.2
     6 *  Version:            2.0.3
    77 *  Requires at least:  3.8
    88 *  Requires PHP:       5.2.4
     
    4646             *  @var string
    4747            */
    48             public $version = '2.0.2';
     48            public $version = '2.0.3';
    4949
    5050            /**
  • printapp/trunk/readme.txt

    r3195435 r3195438  
    44Requires at least: 3.8
    55Tested up to: 6.6
    6 Stable tag: 2.0.1
     6Stable tag: 2.0.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    102102== Changelog ==
    103103
     104= 2.0.3 =
     105Minor update to release.yml to copy functions folder
     106
    104107= 2.0.2 =
    105108Minor update to release.yml to copy functions folder
Note: See TracChangeset for help on using the changeset viewer.