Skip to content

Commit

Permalink
bumping version. fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
padams committed Aug 21, 2020
1 parent 01de155 commit be9d616
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ Our development motto is "do no harm" which means that we leverage the patterns
### Meta-Data

- Define unlimited custom image taxonomies
- Extract embedded EXIF, IPTC, and XMP meta-data from image files and store in taxonommies
- Extract embedded EXIF, IPTC, and XMP meta-data from image files and store in taxonomies
- Create and extract "child taxonomies" from embedded meta-data fields
- Display Exif Widget
- Display Image Taxonomy Terms Widget
- Generate custom image ALT text using meta-data templates
- Embed Licensing info (Licensor, Licensor URL, Web Statement of Rights) when image files are uploaded
- Embed Licensing info (Licensor, Licensor URL, Web Statement of Rights) into images files during upload

### Slideshows

Expand Down
6 changes: 3 additions & 3 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ License: GPLv3
License URI: http://www.gnu.org/licenses/gpl.html
Requires at least: 5.2.0
Tested up to: 5.5
Stable tag: 1.3.2
Stable tag: 1.3.3

Making WordPress work for photographers with beautiful image galleries, slideshows, meta-data tools, and more.

Expand Down Expand Up @@ -40,12 +40,12 @@ The broader goal of PHOTOPRESS is to make WordPress easy to use for photographer
= IMAGE META-DATA MANAGEMENT =

* Define unlimited custom image taxonomies
* Extract embedded EXIF, IPTC, and XMP meta-data from image files and store in taxonommies
* Extract embedded EXIF, IPTC, and XMP meta-data from image files and store in taxonomies
* Create and extract "child taxonomies" from embedded meta-data fields
* Display Exif Widget
* Display Image Taxonomy Terms Widget
* Generate custom image ALT text using meta-data templates
* Embed Licensing info (Licensor, Licensor URL, Web Statement of Rights) when image files are uploaded
* Embed Licensing info (Licensor, Licensor URL, Web Statement of Rights) into images files during upload

= SLIDESHOWS =

Expand Down
4 changes: 2 additions & 2 deletions photopress.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Author: Peter Adams
Author URI: http://www.photopressdev.com
License: GPL v3
Version: 1.3.2
Version: 1.3.3
*/

// If this file is called directly, abort.
Expand Down Expand Up @@ -77,7 +77,7 @@ public static function getInstance() {
array(
'package_name' => 'core',
'package_label' => 'PhotoPress',
'version' => '1.3.2',
'version' => '1.3.3',
'modules' => ['base', 'childpages', 'gallery', 'slideshow', 'metadata'],
'dependencies' => []
)
Expand Down

0 comments on commit be9d616

Please sign in to comment.