diff --git a/README.md b/README.md index 4b28331..97e8da6 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README.txt b/README.txt index 74b9014..1061442 100644 --- a/README.txt +++ b/README.txt @@ -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. @@ -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 = diff --git a/photopress.php b/photopress.php index 099156f..a49a21f 100644 --- a/photopress.php +++ b/photopress.php @@ -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. @@ -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' => [] )