Changeset 2607985
- Timestamp:
- 10/01/2021 05:46:24 PM (4 years ago)
- Location:
- also-in-this-series
- Files:
-
- 4 deleted
- 3 edited
- 14 copied
-
tags/1.7.5 (copied) (copied from also-in-this-series/trunk)
-
tags/1.7.5/admin-plugin.php (deleted)
-
tags/1.7.5/changelog.txt (copied) (copied from also-in-this-series/trunk/changelog.txt) (1 diff)
-
tags/1.7.5/languages (deleted)
-
tags/1.7.5/plugin-admin.php (copied) (copied from also-in-this-series/trunk/plugin-admin.php)
-
tags/1.7.5/plugin-core.php (copied) (copied from also-in-this-series/trunk/plugin-core.php)
-
tags/1.7.5/plugin-shortcodes.php (copied) (copied from also-in-this-series/trunk/plugin-shortcodes.php)
-
tags/1.7.5/plugin-taxonomies.php (copied) (copied from also-in-this-series/trunk/plugin-taxonomies.php)
-
tags/1.7.5/plugin-widgets.php (copied) (copied from also-in-this-series/trunk/plugin-widgets.php)
-
tags/1.7.5/plugin.php (copied) (copied from also-in-this-series/trunk/plugin.php) (1 diff)
-
tags/1.7.5/readme.txt (copied) (copied from also-in-this-series/trunk/readme.txt) (2 diffs)
-
tags/1.7.5/resources (deleted)
-
tags/1.7.5/views/admin/optionsfield-checkbox.php (copied) (copied from also-in-this-series/trunk/views/admin/optionsfield-checkbox.php)
-
tags/1.7.5/views/admin/settings.php (copied) (copied from also-in-this-series/trunk/views/admin/settings.php)
-
tags/1.7.5/views/admin/widget-form.php (copied) (copied from also-in-this-series/trunk/views/admin/widget-form.php)
-
tags/1.7.5/views/serieslisting.php (copied) (copied from also-in-this-series/trunk/views/serieslisting.php)
-
tags/1.7.5/views/widget-view.php (copied) (copied from also-in-this-series/trunk/views/widget-view.php)
-
tags/1.7.6 (deleted)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/plugin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
also-in-this-series/tags/1.7.5/changelog.txt
r2607980 r2607985 1 = 1.7.3 =2 * Resolved issue with series framing.3 * Exposed more options to the widget interface.4 5 1 = 1.7.1 = 6 2 * Significant updates to the codebase to facilitate future updates. -
also-in-this-series/tags/1.7.5/plugin.php
r2607980 r2607985 4 4 Plugin URI: https://planetjon.ca/projects/also-in-this-series/ 5 5 Description: Group related posts in a series with a custom Series taxonomy. and a list of all posts in the series in your content. 6 Version: 1.7. 66 Version: 1.7.5 7 7 Requires at least: 4.6 8 8 Requires PHP: 5.4 -
also-in-this-series/tags/1.7.5/readme.txt
r2607980 r2607985 6 6 Requires PHP: 5.4 7 7 Tested up to: 5.8.1 8 Stable tag: 1.7. 68 Stable tag: 1.7.5 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 57 57 == Changelog == 58 58 59 = 1.7.6 = 60 * Compatibility patch for PHP 5.4 59 = 1.7.5 = 60 * Resolved issue with series framing. 61 * Exposed more options to the widget interface. -
also-in-this-series/trunk/changelog.txt
r2607980 r2607985 1 = 1.7.3 =2 * Resolved issue with series framing.3 * Exposed more options to the widget interface.4 5 1 = 1.7.1 = 6 2 * Significant updates to the codebase to facilitate future updates. -
also-in-this-series/trunk/plugin.php
r2607980 r2607985 4 4 Plugin URI: https://planetjon.ca/projects/also-in-this-series/ 5 5 Description: Group related posts in a series with a custom Series taxonomy. and a list of all posts in the series in your content. 6 Version: 1.7. 66 Version: 1.7.5 7 7 Requires at least: 4.6 8 8 Requires PHP: 5.4 -
also-in-this-series/trunk/readme.txt
r2607980 r2607985 6 6 Requires PHP: 5.4 7 7 Tested up to: 5.8.1 8 Stable tag: 1.7. 68 Stable tag: 1.7.5 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 57 57 == Changelog == 58 58 59 = 1.7.6 = 60 * Compatibility patch for PHP 5.4 59 = 1.7.5 = 60 * Resolved issue with series framing. 61 * Exposed more options to the widget interface.
Note: See TracChangeset
for help on using the changeset viewer.