Changeset 2393216
- Timestamp:
- 10/04/2020 06:27:46 PM (5 years ago)
- Location:
- curatewp-related-posts
- Files:
-
- 4 added
- 6 edited
- 1 copied
-
tags/1.2.1 (copied) (copied from curatewp-related-posts/trunk)
-
tags/1.2.1/changelog.txt (modified) (1 diff)
-
tags/1.2.1/curatewp-related-posts.php (modified) (2 diffs)
-
tags/1.2.1/readme.txt (modified) (2 diffs)
-
tags/1.2.1/vendor (added)
-
tags/1.2.1/vendor/autoload.php (added)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/curatewp-related-posts.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor (added)
-
trunk/vendor/autoload.php (added)
Legend:
- Unmodified
- Added
- Removed
-
curatewp-related-posts/tags/1.2.1/changelog.txt
r2393059 r2393216 1 1 == Changelog == 2 3 = 1.2.1 = 4 * Fix missing composer autoloader 2 5 3 6 = 1.2.0 = -
curatewp-related-posts/tags/1.2.1/curatewp-related-posts.php
r2393059 r2393216 5 5 Plugin URI: https://curatewp.com/ 6 6 Description: Display related posts within the current post, in a widget, and in your theme. 7 Version: 1.2. 07 Version: 1.2.1 8 8 Author: JR Tashjian 9 9 Author URI: https://jrtashjian.com … … 32 32 } 33 33 34 define( 'CWPRP_VERSION', '1.2. 0' );34 define( 'CWPRP_VERSION', '1.2.1' ); 35 35 define( 'CWPRP_PLUGIN_DIR', dirname( __FILE__ ) ); 36 36 define( 'CWPRP_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
curatewp-related-posts/tags/1.2.1/readme.txt
r2393059 r2393216 5 5 Tested up to: 5.5.1 6 6 Requires PHP: 5.6 7 Stable tag: 1.2. 07 Stable tag: 1.2.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 35 35 == Changelog == 36 36 37 * Added support for WP 5.5.137 * Fix missing composer autoloader -
curatewp-related-posts/trunk/changelog.txt
r2393059 r2393216 1 1 == Changelog == 2 3 = 1.2.1 = 4 * Fix missing composer autoloader 2 5 3 6 = 1.2.0 = -
curatewp-related-posts/trunk/curatewp-related-posts.php
r2393059 r2393216 5 5 Plugin URI: https://curatewp.com/ 6 6 Description: Display related posts within the current post, in a widget, and in your theme. 7 Version: 1.2. 07 Version: 1.2.1 8 8 Author: JR Tashjian 9 9 Author URI: https://jrtashjian.com … … 32 32 } 33 33 34 define( 'CWPRP_VERSION', '1.2. 0' );34 define( 'CWPRP_VERSION', '1.2.1' ); 35 35 define( 'CWPRP_PLUGIN_DIR', dirname( __FILE__ ) ); 36 36 define( 'CWPRP_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); -
curatewp-related-posts/trunk/readme.txt
r2393059 r2393216 5 5 Tested up to: 5.5.1 6 6 Requires PHP: 5.6 7 Stable tag: 1.2. 07 Stable tag: 1.2.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 35 35 == Changelog == 36 36 37 * Added support for WP 5.5.137 * Fix missing composer autoloader
Note: See TracChangeset
for help on using the changeset viewer.