Changeset 3475432
- Timestamp:
- 03/05/2026 10:08:40 AM (4 weeks ago)
- Location:
- pdc-pod
- Files:
-
- 10 edited
- 1 copied
-
tags/1.1.1 (copied) (copied from pdc-pod/trunk)
-
tags/1.1.1/CHANGELOG.md (modified) (1 diff)
-
tags/1.1.1/README.txt (modified) (2 diffs)
-
tags/1.1.1/admin/PrintDotCom/APIClient.php (modified) (1 diff)
-
tags/1.1.1/pdc-pod.php (modified) (2 diffs)
-
tags/1.1.1/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/CHANGELOG.md (modified) (1 diff)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/admin/PrintDotCom/APIClient.php (modified) (1 diff)
-
trunk/pdc-pod.php (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pdc-pod/tags/1.1.1/CHANGELOG.md
r3472718 r3475432 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 8 ## [1.1.1] 9 10 ### Changed 11 12 - sort presets alphabetically 7 13 8 14 ## [1.1.0] -
pdc-pod/tags/1.1.1/README.txt
r3472718 r3475432 5 5 Requires at least: 3.4 6 6 Tested up to: 6.9 7 Stable tag: 1.1. 07 Stable tag: 1.1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 41 41 == Changelog == 42 42 43 = 1.1.1 = 44 45 * fix: sort presets alphabetically 46 43 47 = 1.1.0 = 44 48 -
pdc-pod/tags/1.1.1/admin/PrintDotCom/APIClient.php
r3472718 r3475432 194 194 } 195 195 ); 196 197 usort( 198 $filtered_by_sku, 199 fn( $a, $b ) => strnatcasecmp( $a->title, $b->title ) 200 ); 201 196 202 return array_values( $filtered_by_sku ); 197 203 } -
pdc-pod/tags/1.1.1/pdc-pod.php
r3472718 r3475432 25 25 * Plugin URI: https://github.com/printdotcom/pdc-pod 26 26 * Description: Allows customers to configure, edit and purchase products via the Print.com API. 27 * Version: 1.1. 027 * Version: 1.1.1 28 28 * Author: Print.com 29 29 * Author URI: https://print.com … … 55 55 * @var string PDC_POD_VERSION Plugin version. 56 56 */ 57 define( 'PDC_POD_VERSION', '1.1. 0' );57 define( 'PDC_POD_VERSION', '1.1.1' ); 58 58 59 59 /** -
pdc-pod/tags/1.1.1/vendor/composer/installed.php
r3472718 r3475432 2 2 'root' => array( 3 3 'name' => 'printdotcom/pdc-pod', 4 'pretty_version' => '1.1. 0',5 'version' => '1.1. 0.0',6 'reference' => ' 96adc93385da83cf65ae618c57ff9a2101a05e35',4 'pretty_version' => '1.1.1', 5 'version' => '1.1.1.0', 6 'reference' => '66f6e76e4750741cb37de30d3be866453c2729c6', 7 7 'type' => 'project', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'printdotcom/pdc-pod' => array( 14 'pretty_version' => '1.1. 0',15 'version' => '1.1. 0.0',16 'reference' => ' 96adc93385da83cf65ae618c57ff9a2101a05e35',14 'pretty_version' => '1.1.1', 15 'version' => '1.1.1.0', 16 'reference' => '66f6e76e4750741cb37de30d3be866453c2729c6', 17 17 'type' => 'project', 18 18 'install_path' => __DIR__ . '/../../', -
pdc-pod/trunk/CHANGELOG.md
r3472718 r3475432 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 8 ## [1.1.1] 9 10 ### Changed 11 12 - sort presets alphabetically 7 13 8 14 ## [1.1.0] -
pdc-pod/trunk/README.txt
r3472718 r3475432 5 5 Requires at least: 3.4 6 6 Tested up to: 6.9 7 Stable tag: 1.1. 07 Stable tag: 1.1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 41 41 == Changelog == 42 42 43 = 1.1.1 = 44 45 * fix: sort presets alphabetically 46 43 47 = 1.1.0 = 44 48 -
pdc-pod/trunk/admin/PrintDotCom/APIClient.php
r3472718 r3475432 194 194 } 195 195 ); 196 197 usort( 198 $filtered_by_sku, 199 fn( $a, $b ) => strnatcasecmp( $a->title, $b->title ) 200 ); 201 196 202 return array_values( $filtered_by_sku ); 197 203 } -
pdc-pod/trunk/pdc-pod.php
r3472718 r3475432 25 25 * Plugin URI: https://github.com/printdotcom/pdc-pod 26 26 * Description: Allows customers to configure, edit and purchase products via the Print.com API. 27 * Version: 1.1. 027 * Version: 1.1.1 28 28 * Author: Print.com 29 29 * Author URI: https://print.com … … 55 55 * @var string PDC_POD_VERSION Plugin version. 56 56 */ 57 define( 'PDC_POD_VERSION', '1.1. 0' );57 define( 'PDC_POD_VERSION', '1.1.1' ); 58 58 59 59 /** -
pdc-pod/trunk/vendor/composer/installed.php
r3472718 r3475432 2 2 'root' => array( 3 3 'name' => 'printdotcom/pdc-pod', 4 'pretty_version' => '1.1. 0',5 'version' => '1.1. 0.0',6 'reference' => ' 96adc93385da83cf65ae618c57ff9a2101a05e35',4 'pretty_version' => '1.1.1', 5 'version' => '1.1.1.0', 6 'reference' => '66f6e76e4750741cb37de30d3be866453c2729c6', 7 7 'type' => 'project', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'printdotcom/pdc-pod' => array( 14 'pretty_version' => '1.1. 0',15 'version' => '1.1. 0.0',16 'reference' => ' 96adc93385da83cf65ae618c57ff9a2101a05e35',14 'pretty_version' => '1.1.1', 15 'version' => '1.1.1.0', 16 'reference' => '66f6e76e4750741cb37de30d3be866453c2729c6', 17 17 'type' => 'project', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.