Plugin Directory

Changeset 3195435


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

bump version to 2.0.2 and update changelog; modify release.yml to use rsync for file copying

Location:
printapp
Files:
6 edited
1 copied

Legend:

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

    r3195433 r3195435  
    11# Print.App
    22
    3 ## Version 2.0.1 plugin
     3## Version 2.0.2 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.2/printapp.php

    r3195433 r3195435  
    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.1
     6 *  Version:            2.0.2
    77 *  Requires at least:  3.8
    88 *  Requires PHP:       5.2.4
     
    4646             *  @var string
    4747            */
    48             public $version = '2.0.1';
     48            public $version = '2.0.2';
    4949
    5050            /**
  • printapp/tags/2.0.2/readme.txt

    r3195433 r3195435  
    102102== Changelog ==
    103103
     104= 2.0.2 =
     105Minor update to release.yml to copy functions folder
     106
    104107= 2.0.1 =
    105108Minor update to release.yml to copy functions folder
  • printapp/trunk/README.md

    r3195433 r3195435  
    11# Print.App
    22
    3 ## Version 2.0.1 plugin
     3## Version 2.0.2 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

    r3195433 r3195435  
    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.1
     6 *  Version:            2.0.2
    77 *  Requires at least:  3.8
    88 *  Requires PHP:       5.2.4
     
    4646             *  @var string
    4747            */
    48             public $version = '2.0.1';
     48            public $version = '2.0.2';
    4949
    5050            /**
  • printapp/trunk/readme.txt

    r3195433 r3195435  
    102102== Changelog ==
    103103
     104= 2.0.2 =
     105Minor update to release.yml to copy functions folder
     106
    104107= 2.0.1 =
    105108Minor update to release.yml to copy functions folder
Note: See TracChangeset for help on using the changeset viewer.