Skip to content

Commit

Permalink
Package file updates
Browse files Browse the repository at this point in the history
  • Loading branch information
devowhippit committed Nov 30, 2022
1 parent 4ed4b9f commit 2c42b97
Show file tree
Hide file tree
Showing 33 changed files with 8,118 additions and 8,148 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nyco/working-nyc",
"description": "Find and connect to services and resources that can help you prepare for and get a job.",
"version": "1.9.7",
"description": "Start your journey towards a career through work, job training, and education",
"version": "2.0.0",
"authors": [
{
"name": "NYC Opportunity",
Expand Down
6 changes: 3 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -2706,16 +2706,16 @@
},
{
"name": "wpackagist-plugin/wp-bitly",
"version": "2.7.0",
"version_normalized": "2.7.0.0",
"version": "2.7.1",
"version_normalized": "2.7.1.0",
"source": {
"type": "svn",
"url": "https://plugins.svn.wordpress.org/wp-bitly/",
"reference": "trunk"
},
"dist": {
"type": "zip",
"url": "https://downloads.wordpress.org/plugin/wp-bitly.zip?timestamp=1647427551"
"url": "https://downloads.wordpress.org/plugin/wp-bitly.zip?timestamp=1659956489"
},
"require": {
"composer/installers": "^1.0 || ^2.0"
Expand Down
12 changes: 6 additions & 6 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php return array(
'root' => array(
'name' => 'nyco/working-nyc',
'pretty_version' => '1.9.7',
'version' => '1.9.7.0',
'pretty_version' => '2.0.0',
'version' => '2.0.0.0',
'reference' => NULL,
'type' => 'library',
'install_path' => __DIR__ . '/../../',
Expand Down Expand Up @@ -119,8 +119,8 @@
'dev_requirement' => false,
),
'nyco/working-nyc' => array(
'pretty_version' => '1.9.7',
'version' => '1.9.7.0',
'pretty_version' => '2.0.0',
'version' => '2.0.0.0',
'reference' => NULL,
'type' => 'library',
'install_path' => __DIR__ . '/../../',
Expand Down Expand Up @@ -497,8 +497,8 @@
'dev_requirement' => false,
),
'wpackagist-plugin/wp-bitly' => array(
'pretty_version' => '2.7.0',
'version' => '2.7.0.0',
'pretty_version' => '2.7.1',
'version' => '2.7.1.0',
'reference' => 'trunk',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../wp-content/plugins/wp-bitly',
Expand Down
678 changes: 339 additions & 339 deletions wp-content/plugins/wp-bitly/LICENSE.txt

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions wp-content/plugins/wp-bitly/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: clint.s, Kelseystevensonbitly
Donate link: https://watermelonwebworks.com
Tags: shortlink, bitly, url, shortener, custom domain, social, media, twitter, facebook, share
Requires at least: 5.0
Tested up to: 5.8
Stable tag: 2.7.0
Tested up to: 6.0.1
Stable tag: 2.7.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -55,6 +55,8 @@ Click metrics for a short link will appear in the post’s or page’s settings.
No. The first time a short link is requested for a particular post, the plugin will automatically generate one.

== Changelog ==
= 2.7.1 =
* Updated to prevent short link generation when a post is viewed on the fronted, or edited (but not re-saved) on the backend.
= 2.7.0 =
* Updated to prevent short link (re)generation when bulk-editing posts.
* Added placeholder message to Bitly metabox when creating new post.
Expand Down
Loading

0 comments on commit 2c42b97

Please sign in to comment.